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

Side by Side Diff: ios/chrome/ios_chrome.gyp

Issue 1022463002: [iOS] Upstream files in //ios/chrome/browser/autofill (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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 | « ios/chrome/browser/passwords/password_generation_utils.mm ('k') | ios/web/ios_web.gyp » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'ios_chrome_browser', 11 'target_name': 'ios_chrome_browser',
12 'type': 'static_library', 12 'type': 'static_library',
13 'include_dirs': [ 13 'include_dirs': [
14 '../..', 14 '../..',
15 ], 15 ],
16 'dependencies': [ 16 'dependencies': [
17 '../../base/base.gyp:base', 17 '../../base/base.gyp:base',
18 '../../components/components.gyp:autofill_core_browser',
19 '../../components/components.gyp:autofill_ios_browser',
18 '../../components/components.gyp:dom_distiller_core', 20 '../../components/components.gyp:dom_distiller_core',
19 '../../components/components.gyp:dom_distiller_ios', 21 '../../components/components.gyp:dom_distiller_ios',
20 '../../components/components.gyp:infobars_core', 22 '../../components/components.gyp:infobars_core',
21 '../../components/components.gyp:keyed_service_core', 23 '../../components/components.gyp:keyed_service_core',
22 '../../components/components.gyp:keyed_service_ios', 24 '../../components/components.gyp:keyed_service_ios',
23 '../../components/components.gyp:leveldb_proto', 25 '../../components/components.gyp:leveldb_proto',
24 '../../components/components.gyp:suggestions', 26 '../../components/components.gyp:suggestions',
25 '../../components/components.gyp:translate_core_browser', 27 '../../components/components.gyp:translate_core_browser',
26 '../../components/components.gyp:translate_ios_browser', 28 '../../components/components.gyp:translate_ios_browser',
27 '../../components/components.gyp:web_resource', 29 '../../components/components.gyp:web_resource',
(...skipping 18 matching lines...) Expand all
46 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework', 48 '$(SDKROOT)/System/Library/Frameworks/UIKit.framework',
47 ], 49 ],
48 }, 50 },
49 'sources': [ 51 'sources': [
50 'browser/application_context.cc', 52 'browser/application_context.cc',
51 'browser/application_context.h', 53 'browser/application_context.h',
52 'browser/application_context_impl.cc', 54 'browser/application_context_impl.cc',
53 'browser/application_context_impl.h', 55 'browser/application_context_impl.h',
54 'browser/arch_util.cc', 56 'browser/arch_util.cc',
55 'browser/arch_util.h', 57 'browser/arch_util.h',
58 'browser/autofill/autofill_agent_utils.h',
59 'browser/autofill/autofill_agent_utils.mm',
60 'browser/autofill/form_input_accessory_view.h',
61 'browser/autofill/form_input_accessory_view.mm',
62 'browser/autofill/form_input_accessory_view_controller.h',
63 'browser/autofill/form_input_accessory_view_controller.mm',
64 'browser/autofill/form_input_accessory_view_delegate.h',
65 'browser/autofill/form_suggestion_controller.h',
66 'browser/autofill/form_suggestion_controller.mm',
67 'browser/autofill/form_suggestion_label.h',
68 'browser/autofill/form_suggestion_label.mm',
69 'browser/autofill/form_suggestion_provider.h',
70 'browser/autofill/form_suggestion_view.h',
71 'browser/autofill/form_suggestion_view.mm',
72 'browser/autofill/form_suggestion_view_client.h',
56 'browser/browser_state/browser_state_otr_helper.cc', 73 'browser/browser_state/browser_state_otr_helper.cc',
57 'browser/browser_state/browser_state_otr_helper.h', 74 'browser/browser_state/browser_state_otr_helper.h',
58 'browser/chrome_switches.cc', 75 'browser/chrome_switches.cc',
59 'browser/chrome_switches.h', 76 'browser/chrome_switches.h',
60 'browser/chrome_url_constants.cc', 77 'browser/chrome_url_constants.cc',
61 'browser/chrome_url_constants.h', 78 'browser/chrome_url_constants.h',
62 'browser/dom_distiller/distiller_viewer.cc', 79 'browser/dom_distiller/distiller_viewer.cc',
63 'browser/dom_distiller/distiller_viewer.h', 80 'browser/dom_distiller/distiller_viewer.h',
64 'browser/dom_distiller/dom_distiller_service_factory.cc', 81 'browser/dom_distiller/dom_distiller_service_factory.cc',
65 'browser/dom_distiller/dom_distiller_service_factory.h', 82 'browser/dom_distiller/dom_distiller_service_factory.h',
66 'browser/experimental_flags.h', 83 'browser/experimental_flags.h',
67 'browser/experimental_flags.mm', 84 'browser/experimental_flags.mm',
68 'browser/infobars/confirm_infobar_controller.h', 85 'browser/infobars/confirm_infobar_controller.h',
69 'browser/infobars/confirm_infobar_controller.mm', 86 'browser/infobars/confirm_infobar_controller.mm',
70 'browser/infobars/infobar.h', 87 'browser/infobars/infobar.h',
71 'browser/infobars/infobar.mm', 88 'browser/infobars/infobar.mm',
72 'browser/infobars/infobar_container_ios.h', 89 'browser/infobars/infobar_container_ios.h',
73 'browser/infobars/infobar_container_ios.mm', 90 'browser/infobars/infobar_container_ios.mm',
74 'browser/infobars/infobar_container_view.h', 91 'browser/infobars/infobar_container_view.h',
75 'browser/infobars/infobar_container_view.mm', 92 'browser/infobars/infobar_container_view.mm',
76 'browser/infobars/infobar_controller.h', 93 'browser/infobars/infobar_controller.h',
77 'browser/infobars/infobar_controller.mm', 94 'browser/infobars/infobar_controller.mm',
78 'browser/infobars/infobar_manager_impl.cc', 95 'browser/infobars/infobar_manager_impl.cc',
79 'browser/infobars/infobar_manager_impl.h', 96 'browser/infobars/infobar_manager_impl.h',
80 'browser/infobars/infobar_utils.h', 97 'browser/infobars/infobar_utils.h',
81 'browser/infobars/infobar_utils.mm', 98 'browser/infobars/infobar_utils.mm',
82 'browser/net/image_fetcher.h', 99 'browser/net/image_fetcher.h',
83 'browser/net/image_fetcher.mm', 100 'browser/net/image_fetcher.mm',
101 'browser/passwords/password_generation_utils.h',
102 'browser/passwords/password_generation_utils.mm',
84 'browser/pref_names.cc', 103 'browser/pref_names.cc',
85 'browser/pref_names.h', 104 'browser/pref_names.h',
86 'browser/snapshots/snapshot_cache.h', 105 'browser/snapshots/snapshot_cache.h',
87 'browser/snapshots/snapshot_cache.mm', 106 'browser/snapshots/snapshot_cache.mm',
88 'browser/snapshots/snapshot_manager.h', 107 'browser/snapshots/snapshot_manager.h',
89 'browser/snapshots/snapshot_manager.mm', 108 'browser/snapshots/snapshot_manager.mm',
90 'browser/snapshots/snapshot_overlay.h', 109 'browser/snapshots/snapshot_overlay.h',
91 'browser/snapshots/snapshot_overlay.mm', 110 'browser/snapshots/snapshot_overlay.mm',
92 'browser/snapshots/snapshots_util.h', 111 'browser/snapshots/snapshots_util.h',
93 'browser/snapshots/snapshots_util.mm', 112 'browser/snapshots/snapshots_util.mm',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 'browser/ui/uikit_ui_util.mm', 156 'browser/ui/uikit_ui_util.mm',
138 'browser/ui/url_loader.h', 157 'browser/ui/url_loader.h',
139 'browser/web/dom_altering_lock.h', 158 'browser/web/dom_altering_lock.h',
140 'browser/web/dom_altering_lock.mm', 159 'browser/web/dom_altering_lock.mm',
141 'browser/web_resource/ios_web_resource_service.cc', 160 'browser/web_resource/ios_web_resource_service.cc',
142 'browser/web_resource/ios_web_resource_service.h', 161 'browser/web_resource/ios_web_resource_service.h',
143 ], 162 ],
144 }, 163 },
145 ], 164 ],
146 } 165 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/passwords/password_generation_utils.mm ('k') | ios/web/ios_web.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698