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

Side by Side Diff: components/autofill/content/browser/BUILD.gn

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
Patch Set: Created 4 years, 4 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 | « components/autofill.gypi ('k') | components/autofill/content/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 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 # GYP version: components/autofill.gypi:autofill_content_browser 7 # GYP version: components/autofill.gypi:autofill_content_browser
8 static_library("browser") { 8 static_library("browser") {
9 sources = [ 9 sources = [
10 "content_autofill_driver.cc", 10 "content_autofill_driver.cc",
(...skipping 16 matching lines...) Expand all
27 "//base", 27 "//base",
28 "//base:i18n", 28 "//base:i18n",
29 "//components/os_crypt", 29 "//components/os_crypt",
30 "//components/prefs", 30 "//components/prefs",
31 "//components/resources", 31 "//components/resources",
32 "//components/strings", 32 "//components/strings",
33 "//components/user_prefs", 33 "//components/user_prefs",
34 "//components/webdata/common", 34 "//components/webdata/common",
35 "//content/public/browser", 35 "//content/public/browser",
36 "//content/public/common", 36 "//content/public/common",
37 "//device/geolocation:device_geolocation",
38 "//google_apis", 37 "//google_apis",
39 "//gpu/config", 38 "//gpu/config",
40 "//ipc", 39 "//ipc",
41 "//mojo/common:common_base", 40 "//mojo/common:common_base",
42 "//net", 41 "//net",
43 "//services/shell/public/cpp", 42 "//services/shell/public/cpp",
44 "//sql", 43 "//sql",
45 "//third_party/icu", 44 "//third_party/icu",
46 "//third_party/libphonenumber", 45 "//third_party/libphonenumber",
47 "//ui/base", 46 "//ui/base",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "//google_apis:test_support", 79 "//google_apis:test_support",
81 "//ipc:test_support", 80 "//ipc:test_support",
82 "//mojo/common:common_base", 81 "//mojo/common:common_base",
83 "//net", 82 "//net",
84 "//net:test_support", 83 "//net:test_support",
85 "//services/shell/public/cpp", 84 "//services/shell/public/cpp",
86 "//testing/gmock", 85 "//testing/gmock",
87 "//testing/gtest", 86 "//testing/gtest",
88 ] 87 ]
89 } 88 }
OLDNEW
« no previous file with comments | « components/autofill.gypi ('k') | components/autofill/content/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698