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

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

Issue 1260793006: Revert of Add precompiled headers to GN build for large targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/installer/util/BUILD.gn ('k') | chrome/utility/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/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//chrome/chrome_tests.gni") 9 import("//chrome/chrome_tests.gni")
10 import("//chrome/test/base/js2gtest.gni") 10 import("//chrome/test/base/js2gtest.gni")
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "logging/win/log_file_printer.cc", 77 "logging/win/log_file_printer.cc",
78 "logging/win/log_file_printer.h", 78 "logging/win/log_file_printer.h",
79 "logging/win/log_file_reader.cc", 79 "logging/win/log_file_reader.cc",
80 "logging/win/log_file_reader.h", 80 "logging/win/log_file_reader.h",
81 "logging/win/mof_data_parser.cc", 81 "logging/win/mof_data_parser.cc",
82 "logging/win/mof_data_parser.h", 82 "logging/win/mof_data_parser.h",
83 "logging/win/test_log_collector.cc", 83 "logging/win/test_log_collector.cc",
84 "logging/win/test_log_collector.h", 84 "logging/win/test_log_collector.h",
85 ] 85 ]
86 86
87 configs += [ "//build/config:precompiled_headers" ]
88
89 # New deps should go in the non-iOS section below. 87 # New deps should go in the non-iOS section below.
90 public_deps = [ 88 public_deps = [
91 "//content/test:test_support", 89 "//content/test:test_support",
92 ] 90 ]
93 deps = [ 91 deps = [
94 "//base:prefs_test_support", 92 "//base:prefs_test_support",
95 "//base/test:test_support", 93 "//base/test:test_support",
96 "//chrome:resources", 94 "//chrome:resources",
97 "//chrome:strings", 95 "//chrome:strings",
98 "//chrome/app:test_support", 96 "//chrome/app:test_support",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
223 "../common/safe_browsing/ipc_protobuf_message_test.proto", 221 "../common/safe_browsing/ipc_protobuf_message_test.proto",
224 ] 222 ]
225 } 223 }
226 224
227 test("interactive_ui_tests") { 225 test("interactive_ui_tests") {
228 sources = 226 sources =
229 rebase_path(chrome_tests_gypi_values.chrome_interactive_ui_test_sources, 227 rebase_path(chrome_tests_gypi_values.chrome_interactive_ui_test_sources,
230 ".", 228 ".",
231 "//chrome") 229 "//chrome")
232 230
233 configs += [ "//build/config:precompiled_headers" ]
234 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ] 231 defines = [ "HAS_OUT_OF_PROC_TEST_RUNNER" ]
235 ldflags = [] 232 ldflags = []
236 233
237 deps = [ 234 deps = [
238 "//base/allocator", 235 "//base/allocator",
239 "//chrome/browser", 236 "//chrome/browser",
240 "//chrome/browser/devtools", 237 "//chrome/browser/devtools",
241 "//chrome/renderer", 238 "//chrome/renderer",
242 "//chrome/test:test_support", 239 "//chrome/test:test_support",
243 "//chrome:resources", 240 "//chrome:resources",
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 ] 540 ]
544 sources += 541 sources +=
545 rebase_path(chrome_tests_gypi_values.chrome_browser_tests_sources, 542 rebase_path(chrome_tests_gypi_values.chrome_browser_tests_sources,
546 ".", 543 ".",
547 "//chrome") 544 "//chrome")
548 sources += rebase_path( 545 sources += rebase_path(
549 chrome_tests_gypi_values.chrome_browser_extensions_test_support_sour ces, 546 chrome_tests_gypi_values.chrome_browser_extensions_test_support_sour ces,
550 ".", 547 ".",
551 "//chrome") 548 "//chrome")
552 549
553 configs += [ "//build/config:precompiled_headers" ]
554
555 deps = [ 550 deps = [
556 ":browser_tests_js_webui", 551 ":browser_tests_js_webui",
557 ":sync_integration_test_support", 552 ":sync_integration_test_support",
558 ":test_support", 553 ":test_support",
559 "//base", 554 "//base",
560 "//base:i18n", 555 "//base:i18n",
561 "//base/allocator", 556 "//base/allocator",
562 "//base/test:test_support", 557 "//base/test:test_support",
563 "//chrome:browser_tests_pak", 558 "//chrome:browser_tests_pak",
564 "//chrome:packed_extra_resources", 559 "//chrome:packed_extra_resources",
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
1151 "//chrome") 1146 "//chrome")
1152 } 1147 }
1153 } 1148 }
1154 1149
1155 test("unit_tests") { 1150 test("unit_tests") {
1156 sources = 1151 sources =
1157 rebase_path(chrome_tests_unit_gypi_values.chrome_unit_tests_sources, 1152 rebase_path(chrome_tests_unit_gypi_values.chrome_unit_tests_sources,
1158 ".", 1153 ".",
1159 "//chrome") 1154 "//chrome")
1160 1155
1161 configs += [ "//build/config:precompiled_headers" ]
1162 defines = [] 1156 defines = []
1163 1157
1164 deps = [ 1158 deps = [
1165 # NOTE: New depndencies should generally be added in the OS!="ios" 1159 # NOTE: New depndencies should generally be added in the OS!="ios"
1166 # dependencies block below, rather than here. 1160 # dependencies block below, rather than here.
1167 # Unit tests should only depend on: 1161 # Unit tests should only depend on:
1168 # 1) everything that the chrome binaries depend on: 1162 # 1) everything that the chrome binaries depend on:
1169 "//chrome:browser_dependencies", 1163 "//chrome:browser_dependencies",
1170 "//chrome:child_dependencies", 1164 "//chrome:child_dependencies",
1171 1165
(...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after
1776 "//third_party/mojo/src/mojo/edk/system", 1770 "//third_party/mojo/src/mojo/edk/system",
1777 ] 1771 ]
1778 1772
1779 if (!is_android && use_ash) { 1773 if (!is_android && use_ash) {
1780 sources += rebase_path( 1774 sources += rebase_path(
1781 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources, 1775 chrome_tests_unit_gypi_values.chrome_test_support_unit_ash_sources,
1782 ".", 1776 ".",
1783 "//chrome") 1777 "//chrome")
1784 } 1778 }
1785 } 1779 }
OLDNEW
« no previous file with comments | « chrome/installer/util/BUILD.gn ('k') | chrome/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698