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

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

Issue 2168713003: Flip the last Mac GYP bots to GN (the ASAN bots) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_mac_perf
Patch Set: disable chrome_service_worker_browsertest.cc when nacl is disabled Created 4 years, 4 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 unified diff | Download patch
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | tools/mb/mb_config.pyl » ('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 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after
1055 if (!is_mac) { 1055 if (!is_mac) {
1056 data += [ "$root_out_dir/locales/" ] 1056 data += [ "$root_out_dir/locales/" ]
1057 data_deps += [ "//chrome:packed_extra_resources" ] 1057 data_deps += [ "//chrome:packed_extra_resources" ]
1058 } 1058 }
1059 1059
1060 if (!enable_one_click_signin) { 1060 if (!enable_one_click_signin) {
1061 sources -= [ "../browser/ui/sync/one_click_signin_links_delegate_impl_brow sertest.cc" ] 1061 sources -= [ "../browser/ui/sync/one_click_signin_links_delegate_impl_brow sertest.cc" ]
1062 } 1062 }
1063 if (enable_nacl) { 1063 if (enable_nacl) {
1064 sources += [ 1064 sources += [
1065 "../browser/chrome_service_worker_browsertest.cc",
1065 "../browser/extensions/extension_nacl_browsertest.cc", 1066 "../browser/extensions/extension_nacl_browsertest.cc",
1066 "../browser/nacl_host/test/gdb_debug_stub_browsertest.cc", 1067 "../browser/nacl_host/test/gdb_debug_stub_browsertest.cc",
1067 "nacl/nacl_browsertest.cc", 1068 "nacl/nacl_browsertest.cc",
1068 "nacl/nacl_browsertest_uma.cc", 1069 "nacl/nacl_browsertest_uma.cc",
1069 "nacl/nacl_browsertest_util.cc", 1070 "nacl/nacl_browsertest_util.cc",
1070 "nacl/nacl_browsertest_util.h", 1071 "nacl/nacl_browsertest_util.h",
1071 "nacl/pnacl_header_test.cc", 1072 "nacl/pnacl_header_test.cc",
1072 "nacl/pnacl_header_test.h", 1073 "nacl/pnacl_header_test.h",
1073 ] 1074 ]
1074 deps += [ "//components/nacl/renderer/plugin:nacl_trusted_plugin" ] 1075 deps += [ "//components/nacl/renderer/plugin:nacl_trusted_plugin" ]
(...skipping 1398 matching lines...) Expand 10 before | Expand all | Expand 10 after
2473 if (is_android) { 2474 if (is_android) {
2474 android_library("unit_tests_java") { 2475 android_library("unit_tests_java") {
2475 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ] 2476 java_files = [ "android/unit_tests_apk/src/org/chromium/chrome/unit_tests_ap k/ChromeNativeTestApplication.java" ]
2476 deps = [ 2477 deps = [
2477 "//base:base_java", 2478 "//base:base_java",
2478 "//chrome/android:chrome_java", 2479 "//chrome/android:chrome_java",
2479 "//content/public/android:content_java", 2480 "//content/public/android:content_java",
2480 ] 2481 ]
2481 } 2482 }
2482 } 2483 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698