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

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

Issue 2079943002: Change RenderFrame to use InterfaceRegistry et al. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a2
Patch Set: . Created 4 years, 6 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 # 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 20 matching lines...) Expand all
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 "//google_apis", 37 "//google_apis",
38 "//gpu/config", 38 "//gpu/config",
39 "//ipc", 39 "//ipc",
40 "//net", 40 "//net",
41 "//services/shell/public/cpp",
41 "//sql", 42 "//sql",
42 "//third_party/icu", 43 "//third_party/icu",
43 "//third_party/libphonenumber", 44 "//third_party/libphonenumber",
44 "//ui/base", 45 "//ui/base",
45 "//ui/display", 46 "//ui/display",
46 "//ui/gfx", 47 "//ui/gfx",
47 "//ui/gfx/geometry", 48 "//ui/gfx/geometry",
48 "//url", 49 "//url",
49 ] 50 ]
50 } 51 }
(...skipping 24 matching lines...) Expand all
75 "//content/test:test_support", 76 "//content/test:test_support",
76 "//google_apis", 77 "//google_apis",
77 "//google_apis:test_support", 78 "//google_apis:test_support",
78 "//ipc:test_support", 79 "//ipc:test_support",
79 "//net", 80 "//net",
80 "//net:test_support", 81 "//net:test_support",
81 "//testing/gmock", 82 "//testing/gmock",
82 "//testing/gtest", 83 "//testing/gtest",
83 ] 84 ]
84 } 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