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

Side by Side Diff: chrome/test/BUILD.gn

Issue 1395573003: Build nacl_helper_nonsfi with GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « build/toolchain/nacl/BUILD.gn ('k') | components/nacl/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//chrome/chrome_tests.gni") 10 import("//chrome/chrome_tests.gni")
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 ".", 420 ".",
421 "//chrome") 421 "//chrome")
422 sources += [ "../browser/notifications/login_state_notification_blocker_ch romeos_browsertest.cc" ] 422 sources += [ "../browser/notifications/login_state_notification_blocker_ch romeos_browsertest.cc" ]
423 423
424 deps += [ 424 deps += [
425 "//ash/resources", 425 "//ash/resources",
426 "//chromeos", 426 "//chromeos",
427 ] 427 ]
428 428
429 if (enable_nacl) { 429 if (enable_nacl) {
430 deps += [ 430 data_deps += [
431 "//components/nacl:nacl_helper", 431 "//components/nacl:nacl_helper",
432 # '../components/nacl_nonsfi.gyp:nacl_helper_nonsfi', TODO(GYP) 432 "//components/nacl:helper_nonsfi",
433 ] 433 ]
434 } 434 }
435 435
436 if (is_chrome_branded) { 436 if (is_chrome_branded) {
437 sources -= [ 437 sources -= [
438 # These tests are failing on official cros bots. crbug.com/431450. 438 # These tests are failing on official cros bots. crbug.com/431450.
439 "../browser/ui/views/bookmarks/bookmark_bar_view_test.cc", 439 "../browser/ui/views/bookmarks/bookmark_bar_view_test.cc",
440 ] 440 ]
441 } 441 }
442 } else { 442 } else {
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
977 deps += [ 977 deps += [
978 #'chrome.gyp:chrome_nacl_win64', TODO(GYP) bug 512869 978 #'chrome.gyp:chrome_nacl_win64', TODO(GYP) bug 512869
979 ] 979 ]
980 configs -= [ "//build/config/win:default_incremental_linking" ] 980 configs -= [ "//build/config/win:default_incremental_linking" ]
981 configs += 981 configs +=
982 [ "//build/config/win:default_large_module_incremental_linking" ] 982 [ "//build/config/win:default_large_module_incremental_linking" ]
983 } 983 }
984 if (is_linux) { 984 if (is_linux) {
985 data_deps += [ 985 data_deps += [
986 "//components/nacl:nacl_helper", 986 "//components/nacl:nacl_helper",
987 # "//components/nacl_nonsfi.gyp:nacl_helper_nonsfi", # TODO(GYP) bug 512912. 987 "//components/nacl:helper_nonsfi",
988 ] 988 ]
989 } 989 }
990 } 990 }
991 if (debug_devtools) { 991 if (debug_devtools) {
992 defines += [ "DEBUG_DEVTOOLS=1" ] 992 defines += [ "DEBUG_DEVTOOLS=1" ]
993 } 993 }
994 if (use_ash) { 994 if (use_ash) {
995 sources += 995 sources +=
996 rebase_path(chrome_tests_gypi_values.chrome_browser_tests_ash_sources, 996 rebase_path(chrome_tests_gypi_values.chrome_browser_tests_ash_sources,
997 ".", 997 ".",
(...skipping 1166 matching lines...) Expand 10 before | Expand all | Expand 10 after
2164 "//third_party/mojo/src/mojo/edk/system", 2164 "//third_party/mojo/src/mojo/edk/system",
2165 ] 2165 ]
2166 2166
2167 if (!is_android && use_ash) { 2167 if (!is_android && use_ash) {
2168 sources += rebase_path( 2168 sources += rebase_path(
2169 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, 2169 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources,
2170 ".", 2170 ".",
2171 "//chrome") 2171 "//chrome")
2172 } 2172 }
2173 } 2173 }
OLDNEW
« no previous file with comments | « build/toolchain/nacl/BUILD.gn ('k') | components/nacl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698