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

Side by Side Diff: ios/chrome/browser/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 | « headless/lib/browser/headless_web_contents_impl.cc ('k') | ios/chrome/browser/ui/webui/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//third_party/protobuf/proto_library.gni") 7 import("//third_party/protobuf/proto_library.gni")
8 8
9 declare_args() { 9 declare_args() {
10 google_test_gaia_client_id = "" 10 google_test_gaia_client_id = ""
(...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after
677 "//ios/chrome/common/app_group", 677 "//ios/chrome/common/app_group",
678 "//ios/chrome/common/physical_web", 678 "//ios/chrome/common/physical_web",
679 "//ios/net", 679 "//ios/net",
680 "//ios/public/provider/chrome/browser", 680 "//ios/public/provider/chrome/browser",
681 "//ios/public/provider/web", 681 "//ios/public/provider/web",
682 "//ios/web", 682 "//ios/web",
683 "//ios/web:user_agent", 683 "//ios/web:user_agent",
684 "//ios/web/public/app", 684 "//ios/web/public/app",
685 "//net", 685 "//net",
686 "//net:extras", 686 "//net:extras",
687 "//services/shell/public/cpp", 687 "//services/service_manager/public/cpp",
688 "//skia", 688 "//skia",
689 "//third_party/brotli", 689 "//third_party/brotli",
690 "//third_party/google_toolbox_for_mac", 690 "//third_party/google_toolbox_for_mac",
691 "//third_party/libwebp:libwebp_dec", 691 "//third_party/libwebp:libwebp_dec",
692 "//ui/base", 692 "//ui/base",
693 "//ui/gfx", 693 "//ui/gfx",
694 "//ui/resources", 694 "//ui/resources",
695 "//ui/strings", 695 "//ui/strings",
696 "//url", 696 "//url",
697 697
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 "//ios/public/provider/chrome/browser", 828 "//ios/public/provider/chrome/browser",
829 "//ios/public/provider/chrome/browser:test_support", 829 "//ios/public/provider/chrome/browser:test_support",
830 "//ios/web", 830 "//ios/web",
831 "//net:test_support", 831 "//net:test_support",
832 "//testing/gmock", 832 "//testing/gmock",
833 "//testing/gtest", 833 "//testing/gtest",
834 "//ui/base", 834 "//ui/base",
835 "//url", 835 "//url",
836 ] 836 ]
837 } 837 }
OLDNEW
« no previous file with comments | « headless/lib/browser/headless_web_contents_impl.cc ('k') | ios/chrome/browser/ui/webui/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698