Skip to content

Commit d6298c9

Browse files
Sentimentronxnnpack-bot
authored andcommitted
[gn] Fixups required for integration into Chromium
* Absolute paths moved to relative * google_benchmark locations normalized * `target_cpu` versus `current_cpu` fixed to get V8 snapshot generation working * `build_with_chromium` arg Known issue: benchmarks do not currently build within the Chromium tree (under investigation). PiperOrigin-RevId: 874399450
1 parent e3f5ee8 commit d6298c9

File tree

4 files changed

+196
-171
lines changed

4 files changed

+196
-171
lines changed

.gn

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ default_args = {
1818
use_llvm_libatomic = false
1919
use_siso = true
2020
treat_warnings_as_errors = false
21+
22+
# Set to true automagically when building in the Chromium tree.
23+
build_with_chromium = false
2124
}

0 commit comments

Comments
 (0)