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

Side by Side Diff: components/autofill/content/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
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("//third_party/protobuf/proto_library.gni") 5 import("//third_party/protobuf/proto_library.gni")
6 6
7 static_library("browser") { 7 static_library("browser") {
8 sources = [ 8 sources = [
9 "content_autofill_driver.cc", 9 "content_autofill_driver.cc",
10 "content_autofill_driver.h", 10 "content_autofill_driver.h",
(...skipping 19 matching lines...) Expand all
30 "//components/strings", 30 "//components/strings",
31 "//components/user_prefs", 31 "//components/user_prefs",
32 "//components/webdata/common", 32 "//components/webdata/common",
33 "//content/public/browser", 33 "//content/public/browser",
34 "//content/public/common", 34 "//content/public/common",
35 "//device/geolocation", 35 "//device/geolocation",
36 "//google_apis", 36 "//google_apis",
37 "//gpu/config", 37 "//gpu/config",
38 "//mojo/common:common_base", 38 "//mojo/common:common_base",
39 "//net", 39 "//net",
40 "//services/shell/public/cpp", 40 "//services/service_manager/public/cpp",
41 "//sql", 41 "//sql",
42 "//third_party/icu", 42 "//third_party/icu",
43 "//third_party/libphonenumber", 43 "//third_party/libphonenumber",
44 "//ui/base", 44 "//ui/base",
45 "//ui/display", 45 "//ui/display",
46 "//ui/gfx", 46 "//ui/gfx",
47 "//ui/gfx/geometry", 47 "//ui/gfx/geometry",
48 "//url", 48 "//url",
49 ] 49 ]
50 } 50 }
(...skipping 20 matching lines...) Expand all
71 "//components/autofill/core/browser:test_support", 71 "//components/autofill/core/browser:test_support",
72 "//components/autofill/core/common", 72 "//components/autofill/core/common",
73 "//content/public/browser", 73 "//content/public/browser",
74 "//content/public/common", 74 "//content/public/common",
75 "//content/test:test_support", 75 "//content/test:test_support",
76 "//google_apis", 76 "//google_apis",
77 "//google_apis:test_support", 77 "//google_apis:test_support",
78 "//mojo/common:common_base", 78 "//mojo/common:common_base",
79 "//net", 79 "//net",
80 "//net:test_support", 80 "//net:test_support",
81 "//services/shell/public/cpp", 81 "//services/service_manager/public/cpp",
82 "//testing/gmock", 82 "//testing/gmock",
83 "//testing/gtest", 83 "//testing/gtest",
84 ] 84 ]
85 } 85 }
OLDNEW
« no previous file with comments | « components/autofill/content/DEPS ('k') | components/autofill/content/browser/content_autofill_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698