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

Side by Side Diff: ios/web/ios_web.gyp

Issue 1023813003: [iOS] Upstream ios/chrome/browser/find_in_page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@upstreamAutofill
Patch Set: 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/ios_chrome.gyp ('k') | ios/web/public/web_state/crw_web_view_scroll_view_proxy.h » ('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 {
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 'public/user_agent.mm', 60 'public/user_agent.mm',
61 'public/user_metrics.h', 61 'public/user_metrics.h',
62 'public/web_client.h', 62 'public/web_client.h',
63 'public/web_client.mm', 63 'public/web_client.mm',
64 'public/web_state/crw_native_content.h', 64 'public/web_state/crw_native_content.h',
65 'public/web_state/crw_native_content_provider.h', 65 'public/web_state/crw_native_content_provider.h',
66 'public/web_state/crw_web_controller_observer.h', 66 'public/web_state/crw_web_controller_observer.h',
67 'public/web_state/crw_web_delegate.h', 67 'public/web_state/crw_web_delegate.h',
68 'public/web_state/crw_web_user_interface_delegate.h' 68 'public/web_state/crw_web_user_interface_delegate.h'
69 'public/web_state/crw_web_view_proxy.h' 69 'public/web_state/crw_web_view_proxy.h'
70 'public/web_state/crw_web_view_scroll_view_proxy.h'
70 'public/web_state/js/crw_js_base_manager.h', 71 'public/web_state/js/crw_js_base_manager.h',
71 'public/web_state/js/crw_js_early_script_manager.h', 72 'public/web_state/js/crw_js_early_script_manager.h',
72 'public/web_state/js/crw_js_injection_evaluator.h', 73 'public/web_state/js/crw_js_injection_evaluator.h',
73 'public/web_state/js/crw_js_injection_manager.h', 74 'public/web_state/js/crw_js_injection_manager.h',
74 'public/web_state/js/crw_js_injection_receiver.h', 75 'public/web_state/js/crw_js_injection_receiver.h',
75 'public/web_state/js/crw_js_message_manager.h', 76 'public/web_state/js/crw_js_message_manager.h',
76 'public/web_state/url_verification_constants.h', 77 'public/web_state/url_verification_constants.h',
77 'public/web_state/web_state_observer.h', 78 'public/web_state/web_state_observer.h',
78 'public/web_state/web_state_observer_bridge.h', 79 'public/web_state/web_state_observer_bridge.h',
79 'public/web_thread.h', 80 'public/web_thread.h',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'public/test/test_web_state.cc', 170 'public/test/test_web_state.cc',
170 'public/test/test_web_state.h', 171 'public/test/test_web_state.h',
171 'public/test/test_web_thread.h', 172 'public/test/test_web_thread.h',
172 'public/test/test_web_thread_bundle.h', 173 'public/test/test_web_thread_bundle.h',
173 'test/test_web_thread.cc', 174 'test/test_web_thread.cc',
174 'test/test_web_thread_bundle.cc', 175 'test/test_web_thread_bundle.cc',
175 ], 176 ],
176 }, 177 },
177 ], 178 ],
178 } 179 }
OLDNEW
« no previous file with comments | « ios/chrome/ios_chrome.gyp ('k') | ios/web/public/web_state/crw_web_view_scroll_view_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698