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

Side by Side Diff: BUILD.gn

Issue 1181703008: Removed webui_generator and new OOBE UI placeholder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed empty line. Created 5 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 unified diff | Download patch
« no previous file with comments | « .gn ('k') | 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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 } 429 }
430 430
431 if (is_linux && !is_chromeos) { 431 if (is_linux && !is_chromeos) {
432 deps += [ 432 deps += [
433 # TODO(GYP): Figure out which of these should (and can) build 433 # TODO(GYP): Figure out which of these should (and can) build
434 # under which other conditions. 434 # under which other conditions.
435 "//build/sanitizers:copy_llvm_symbolizer", 435 "//build/sanitizers:copy_llvm_symbolizer",
436 "//chrome/test:chrome_app_unittests", 436 "//chrome/test:chrome_app_unittests",
437 "//cloud_print:cloud_print_unittests", 437 "//cloud_print:cloud_print_unittests",
438 "//components/network_hints/browser", 438 "//components/network_hints/browser",
439 "//components/webui_generator",
440 "//content/public/app:browser", 439 "//content/public/app:browser",
441 "//content/public/app:child", 440 "//content/public/app:child",
442 441
443 # TODO(GYP): Remove this when the gles2 tests work 442 # TODO(GYP): Remove this when the gles2 tests work
444 "//gpu/command_buffer/client:gles2_implementation_no_check", 443 "//gpu/command_buffer/client:gles2_implementation_no_check",
445 444
446 "//gpu/khronos_glcts_support:khronos_glcts_test", # TODO(GYP) crbug.com/4 71903 to make this complete. 445 "//gpu/khronos_glcts_support:khronos_glcts_test", # TODO(GYP) crbug.com/4 71903 to make this complete.
447 "//media/cast:cast_benchmarks", 446 "//media/cast:cast_benchmarks",
448 "//media/cast:tap_proxy", 447 "//media/cast:tap_proxy",
449 "//mojo/application/public/cpp", 448 "//mojo/application/public/cpp",
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
903 "//ui/views:views_unittests", # TooltipControllerTest failures 902 "//ui/views:views_unittests", # TooltipControllerTest failures
904 "//ui/wm:wm_unittests", # PASSES 4/21/2015 903 "//ui/wm:wm_unittests", # PASSES 4/21/2015
905 "//url:url_unittests", # PASSES 4/17/2015 904 "//url:url_unittests", # PASSES 4/17/2015
906 905
907 # TODO(GYP) nacl_integration 906 # TODO(GYP) nacl_integration
908 # TODO(GYP) telemetry_perf_unittests 907 # TODO(GYP) telemetry_perf_unittests
909 # TODO(GYP) telemetry_unittests 908 # TODO(GYP) telemetry_unittests
910 ] 909 ]
911 } 910 }
912 } 911 }
OLDNEW
« no previous file with comments | « .gn ('k') | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698