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

Side by Side Diff: BUILD.gn

Issue 986383003: Fix Ozone ECS bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 9 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 | « no previous file | build/gn_migration.gypi » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # This is the root build file for GN. GN will start processing by loading this 5 # This is the root build file for GN. GN will start processing by loading this
6 # file, and recursively load all dependencies until all dependencies are either 6 # file, and recursively load all dependencies until all dependencies are either
7 # resolved or known not to exist (which will cause the build to fail). So if 7 # resolved or known not to exist (which will cause the build to fail). So if
8 # you add a new build file, there must be some path of dependencies from this 8 # you add a new build file, there must be some path of dependencies from this
9 # file to your new one or GN won't know about it. 9 # file to your new one or GN won't know about it.
10 10
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 "//dbus:dbus_unittests", 207 "//dbus:dbus_unittests",
208 "//net:disk_cache_memory_test", 208 "//net:disk_cache_memory_test",
209 "//net:flip_in_mem_edsm_server", 209 "//net:flip_in_mem_edsm_server",
210 "//net:flip_in_mem_edsm_server_unittests", 210 "//net:flip_in_mem_edsm_server_unittests",
211 "//net:quic_client", 211 "//net:quic_client",
212 "//net:quic_server", 212 "//net:quic_server",
213 "//sandbox/linux:chrome_sandbox", 213 "//sandbox/linux:chrome_sandbox",
214 "//sandbox/linux:sandbox_linux_unittests", 214 "//sandbox/linux:sandbox_linux_unittests",
215 "//sandbox/linux:sandbox_linux_jni_unittests", 215 "//sandbox/linux:sandbox_linux_jni_unittests",
216 ] 216 ]
217
218 if (is_chromeos || use_ash) {
219 deps += [ "//components/session_manager/core" ]
220 }
217 } 221 }
218 222
219 if (is_linux && !is_chromeos) { 223 if (is_linux && !is_chromeos) {
220 deps += [ 224 deps += [
221 # TODO(GYP): Figure out which of these should (and can) build 225 # TODO(GYP): Figure out which of these should (and can) build
222 # under which other conditions. 226 # under which other conditions.
223 "//base:base_perftests", 227 "//base:base_perftests",
224 "//base:base_i18n_perftests", 228 "//base:base_i18n_perftests",
225 "//base:check_example", 229 "//base:check_example",
226 "//base:protect_file_posix", 230 "//base:protect_file_posix",
227 "//base:build_utf8_validator_tables", 231 "//base:build_utf8_validator_tables",
228 "//breakpad:core-2-minidump", 232 "//breakpad:core-2-minidump",
229 "//breakpad:microdump_stackwalk", 233 "//breakpad:microdump_stackwalk",
230 "//breakpad:minidump_dump", 234 "//breakpad:minidump_dump",
231 "//breakpad:minidump_stackwalk", 235 "//breakpad:minidump_stackwalk",
232 "//build/sanitizers:copy_llvm_symbolizer", 236 "//build/sanitizers:copy_llvm_symbolizer",
233 "//cc/blink:cc_blink_unittests", 237 "//cc/blink:cc_blink_unittests",
234 "//cc:cc_perftests", 238 "//cc:cc_perftests",
235 "//chrome/test:chrome_app_unittests", 239 "//chrome/test:chrome_app_unittests",
236 "//chrome/test:load_library_perf_tests", 240 "//chrome/test:load_library_perf_tests",
237 "//chrome/test:sync_performance_tests", 241 "//chrome/test:sync_performance_tests",
238 "//chrome/test/chromedriver:chromedriver", 242 "//chrome/test/chromedriver:chromedriver",
239 "//chrome/test/chromedriver:chromedriver_tests", 243 "//chrome/test/chromedriver:chromedriver_tests",
240 "//chrome/tools/profile_reset:jtl_compiler", 244 "//chrome/tools/profile_reset:jtl_compiler",
241 "//components:components_perftests", 245 "//components:components_perftests",
242 "//components/network_hints/browser", 246 "//components/network_hints/browser",
243 "//components/session_manager/core",
244 "//components/webui_generator", 247 "//components/webui_generator",
245 "//content/public/app:browser", 248 "//content/public/app:browser",
246 "//content/public/app:child", 249 "//content/public/app:child",
247 "//content/test:content_gl_tests", 250 "//content/test:content_gl_tests",
248 "//content/test:content_gl_benchmark", 251 "//content/test:content_gl_benchmark",
249 "//courgette:courgette", 252 "//courgette:courgette",
250 "//courgette:courgette_fuzz", 253 "//courgette:courgette_fuzz",
251 "//courgette:courgette_minimal_tool", 254 "//courgette:courgette_minimal_tool",
252 "//courgette:courgette_unittests", 255 "//courgette:courgette_unittests",
253 "//device:device_unittests", 256 "//device:device_unittests",
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
629 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 2/25/2015 632 "//ui/touch_selection:ui_touch_selection_unittests", # PASSES 2/25/2015
630 "//ui/views:views_unittests", # PASSES (*) 2/25/2015 633 "//ui/views:views_unittests", # PASSES (*) 2/25/2015
631 "//ui/wm:wm_unittests", # PASSES 2/25/2015 634 "//ui/wm:wm_unittests", # PASSES 2/25/2015
632 "//url:url_unittests", # PASSES 2/25/2015 635 "//url:url_unittests", # PASSES 2/25/2015
633 636
634 # Note: 637 # Note:
635 # (*) Fails but failures match GYP build at time of testing. 638 # (*) Fails but failures match GYP build at time of testing.
636 ] 639 ]
637 } 640 }
638 } 641 }
OLDNEW
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698