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

Side by Side Diff: BUILD.gn

Issue 2419723002: Move services/shell to services/service_manager (Closed)
Patch Set: rebase Created 4 years, 2 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 | android_webview/browser/DEPS » ('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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 "//media:media_unittests", 295 "//media:media_unittests",
296 "//media/capture:capture_unittests", 296 "//media/capture:capture_unittests",
297 "//media/cast:cast_unittests", 297 "//media/cast:cast_unittests",
298 "//media/midi:midi_unittests", 298 "//media/midi:midi_unittests",
299 "//mojo", 299 "//mojo",
300 "//mojo/common:mojo_common_unittests", 300 "//mojo/common:mojo_common_unittests",
301 "//mojo/edk/system:mojo_system_unittests", 301 "//mojo/edk/system:mojo_system_unittests",
302 "//mojo/edk/test:mojo_public_bindings_unittests", 302 "//mojo/edk/test:mojo_public_bindings_unittests",
303 "//mojo/edk/test:mojo_public_system_unittests", 303 "//mojo/edk/test:mojo_public_system_unittests",
304 "//net:net_perftests", 304 "//net:net_perftests",
305 "//services/shell/public/cpp", 305 "//services/service_manager/public/cpp",
306 "//storage//browser:storage_unittests", 306 "//storage//browser:storage_unittests",
307 "//third_party/WebKit/Source/platform:blink_platform_unittests", 307 "//third_party/WebKit/Source/platform:blink_platform_unittests",
308 "//third_party/WebKit/Source/platform/heap:blink_heap_unittests", 308 "//third_party/WebKit/Source/platform/heap:blink_heap_unittests",
309 "//third_party/WebKit/Source/web:webkit_unit_tests", 309 "//third_party/WebKit/Source/web:webkit_unit_tests",
310 "//third_party/WebKit/Source/wtf:wtf_unittests", 310 "//third_party/WebKit/Source/wtf:wtf_unittests",
311 "//third_party/angle/src/tests:angle_end2end_tests", 311 "//third_party/angle/src/tests:angle_end2end_tests",
312 "//third_party/angle/src/tests:angle_unittests", 312 "//third_party/angle/src/tests:angle_unittests",
313 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)", 313 "//third_party/catapult/telemetry:bitmaptools($host_toolchain)",
314 "//third_party/smhasher:pmurhash", 314 "//third_party/smhasher:pmurhash",
315 "//tools/imagediff($host_toolchain)", 315 "//tools/imagediff($host_toolchain)",
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 if (is_android || (is_linux && !is_chromeos)) { 598 if (is_android || (is_linux && !is_chromeos)) {
599 deps += [ 599 deps += [
600 "//breakpad:dump_syms($host_toolchain)", 600 "//breakpad:dump_syms($host_toolchain)",
601 "//breakpad:microdump_stackwalk($host_toolchain)", 601 "//breakpad:microdump_stackwalk($host_toolchain)",
602 "//breakpad:minidump_dump($host_toolchain)", 602 "//breakpad:minidump_dump($host_toolchain)",
603 "//breakpad:minidump_stackwalk($host_toolchain)", 603 "//breakpad:minidump_stackwalk($host_toolchain)",
604 "//components/network_hints/browser", 604 "//components/network_hints/browser",
605 "//content/public/app:browser", 605 "//content/public/app:browser",
606 "//content/public/app:child", 606 "//content/public/app:child",
607 "//mojo/edk/test:mojo_public_system_perftests", 607 "//mojo/edk/test:mojo_public_system_perftests",
608 "//services/shell/public/cpp", 608 "//services/service_manager/public/cpp",
609 "//testing/gmock:gmock_main", 609 "//testing/gmock:gmock_main",
610 "//third_party/codesighs:nm2tsv", 610 "//third_party/codesighs:nm2tsv",
611 ] 611 ]
612 612
613 if (!is_android) { 613 if (!is_android) {
614 deps += [ 614 deps += [
615 "//chrome/test:chrome_app_unittests", 615 "//chrome/test:chrome_app_unittests",
616 "//gpu/khronos_glcts_support:khronos_glcts_test", 616 "//gpu/khronos_glcts_support:khronos_glcts_test",
617 "//media/cast:cast_benchmarks", 617 "//media/cast:cast_benchmarks",
618 "//media/cast:tap_proxy", 618 "//media/cast:tap_proxy",
(...skipping 534 matching lines...) Expand 10 before | Expand all | Expand 10 after
1153 "//ui/display:display_unittests", 1153 "//ui/display:display_unittests",
1154 "//ui/events:events_unittests", 1154 "//ui/events:events_unittests",
1155 "//ui/gfx:gfx_unittests", 1155 "//ui/gfx:gfx_unittests",
1156 "//ui/gl:gl_unittests", 1156 "//ui/gl:gl_unittests",
1157 "//ui/keyboard:keyboard_unittests", 1157 "//ui/keyboard:keyboard_unittests",
1158 "//ui/touch_selection:ui_touch_selection_unittests", 1158 "//ui/touch_selection:ui_touch_selection_unittests",
1159 "//url:url_unittests", 1159 "//url:url_unittests",
1160 ] 1160 ]
1161 } 1161 }
1162 } 1162 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698