Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1589)

Unified Diff: test/cctest/BUILD.gn

Issue 2054803003: [gn] Improve sharing common configuration (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Better sharing Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gni/v8.gni ('k') | test/unittests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/BUILD.gn
diff --git a/test/cctest/BUILD.gn b/test/cctest/BUILD.gn
index 24f200285f4a6bc34a1008a752e967708be41599..49ba235223d8e1909f562054cb104b658dcd8ecd 100644
--- a/test/cctest/BUILD.gn
+++ b/test/cctest/BUILD.gn
@@ -6,7 +6,7 @@
import("../../gni/v8.gni")
-executable("cctest") {
+v8_executable("cctest") {
testonly = true
sources = [
@@ -283,13 +283,9 @@ executable("cctest") {
# },
}
- configs -= [ "//build/config/compiler:chromium_code" ]
- configs += [ "//build/config/compiler:no_chromium_code" ]
- configs += [
+ configs = [
"../..:external_config",
"../..:internal_config_base",
- "../..:features",
- "../..:toolchain",
]
# TODO(machenbach): Translate from gyp.
« no previous file with comments | « gni/v8.gni ('k') | test/unittests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698