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

Side by Side Diff: components/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 | « chromecast/renderer/cast_content_renderer_client.cc ('k') | components/autofill/content/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 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/repack.gni") 8 import("//tools/grit/repack.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 "//components/password_manager/content/renderer", 416 "//components/password_manager/content/renderer",
417 "//components/strings", 417 "//components/strings",
418 "//components/tracing", 418 "//components/tracing",
419 "//content/shell:content_shell_lib", 419 "//content/shell:content_shell_lib",
420 "//content/test:browsertest_support", 420 "//content/test:browsertest_support",
421 "//content/test:test_support", 421 "//content/test:test_support",
422 "//device/bluetooth", 422 "//device/bluetooth",
423 "//device/geolocation", 423 "//device/geolocation",
424 "//ipc:test_support", 424 "//ipc:test_support",
425 "//net:test_support", 425 "//net:test_support",
426 "//services/shell/public/cpp", 426 "//services/service_manager/public/cpp",
427 "//testing/gmock", 427 "//testing/gmock",
428 "//testing/gtest", 428 "//testing/gtest",
429 "//ui/base", 429 "//ui/base",
430 ] 430 ]
431 431
432 data_deps = [ 432 data_deps = [
433 ":components_tests_pak", 433 ":components_tests_pak",
434 "//third_party/mesa:osmesa", 434 "//third_party/mesa:osmesa",
435 ] 435 ]
436 436
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 "//base/test:test_support", 486 "//base/test:test_support",
487 "//components/visitedlink/browser", 487 "//components/visitedlink/browser",
488 "//content/test:test_support", 488 "//content/test:test_support",
489 "//mojo/edk/test:run_all_perftests", 489 "//mojo/edk/test:run_all_perftests",
490 "//testing/gtest", 490 "//testing/gtest",
491 "//testing/perf", 491 "//testing/perf",
492 "//url", 492 "//url",
493 ] 493 ]
494 } 494 }
495 } 495 }
OLDNEW
« no previous file with comments | « chromecast/renderer/cast_content_renderer_client.cc ('k') | components/autofill/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698