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

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

Issue 1810423002: [iOS/GN] Fix compilation of ios_chrome_unittests with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@resources
Patch Set: Fix link error Created 4 years, 9 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 | « build/toolchain/mac/BUILD.gn ('k') | components/dom_distiller/ios/BUILD.gn » ('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("//ios/web/js_compile.gni") 5 import("//ios/web/js_compile.gni")
6 6
7 source_set("browser") { 7 source_set("browser") {
8 sources = [ 8 sources = [
9 "autofill_client_ios_bridge.h", 9 "autofill_client_ios_bridge.h",
10 "autofill_driver_ios.h", 10 "autofill_driver_ios.h",
(...skipping 11 matching lines...) Expand all
22 "personal_data_manager_observer_bridge.mm", 22 "personal_data_manager_observer_bridge.mm",
23 ] 23 ]
24 24
25 deps = [ 25 deps = [
26 ":injected_js", 26 ":injected_js",
27 "//base", 27 "//base",
28 "//components/autofill/core/browser", 28 "//components/autofill/core/browser",
29 "//components/autofill/core/common", 29 "//components/autofill/core/common",
30 "//ios/public/provider/web", 30 "//ios/public/provider/web",
31 "//ios/web", 31 "//ios/web",
32 "//ui/gfx/geometry",
32 ] 33 ]
33 } 34 }
34 35
35 js_compile_checked("injected_js") { 36 js_compile_checked("injected_js") {
36 visibility = [ ":browser" ] 37 visibility = [ ":browser" ]
37 sources = [ 38 sources = [
38 "resources/autofill_controller.js", 39 "resources/autofill_controller.js",
39 "resources/suggestion_controller.js", 40 "resources/suggestion_controller.js",
40 ] 41 ]
41 } 42 }
OLDNEW
« no previous file with comments | « build/toolchain/mac/BUILD.gn ('k') | components/dom_distiller/ios/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698