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

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

Issue 1028603004: Upstream ios/web/navigation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios-testing
Patch Set: Rebase and resync 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/web/DEPS ('k') | ios/web/navigation/crw_session_certificate_policy_manager.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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/js/crw_js_base_manager.h', 70 'public/web_state/js/crw_js_base_manager.h',
71 'public/web_state/js/crw_js_early_script_manager.h', 71 'public/web_state/js/crw_js_early_script_manager.h',
72 'public/web_state/js/crw_js_injection_evaluator.h', 72 'public/web_state/js/crw_js_injection_evaluator.h',
73 'public/web_state/js/crw_js_injection_manager.h', 73 'public/web_state/js/crw_js_injection_manager.h',
74 'public/web_state/js/crw_js_injection_receiver.h', 74 'public/web_state/js/crw_js_injection_receiver.h',
75 'public/web_state/js/crw_js_message_manager.h', 75 'public/web_state/js/crw_js_message_manager.h',
76 'public/web_state/page_scroll_state.h',
77 'public/web_state/page_scroll_state.mm',
76 'public/web_state/url_verification_constants.h', 78 'public/web_state/url_verification_constants.h',
77 'public/web_state/web_state_observer.h', 79 'public/web_state/web_state_observer.h',
78 'public/web_state/web_state_observer_bridge.h', 80 'public/web_state/web_state_observer_bridge.h',
79 'public/web_thread.h', 81 'public/web_thread.h',
80 'public/web_view_type.h', 82 'public/web_view_type.h',
81 'string_util.cc', 83 'string_util.cc',
82 'url_scheme_util.mm', 84 'url_scheme_util.mm',
83 'url_util.cc', 85 'url_util.cc',
84 'user_metrics.cc', 86 'user_metrics.cc',
85 'weak_nsobject_counter.h', 87 'weak_nsobject_counter.h',
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'public/test/test_web_state.cc', 171 'public/test/test_web_state.cc',
170 'public/test/test_web_state.h', 172 'public/test/test_web_state.h',
171 'public/test/test_web_thread.h', 173 'public/test/test_web_thread.h',
172 'public/test/test_web_thread_bundle.h', 174 'public/test/test_web_thread_bundle.h',
173 'test/test_web_thread.cc', 175 'test/test_web_thread.cc',
174 'test/test_web_thread_bundle.cc', 176 'test/test_web_thread_bundle.cc',
175 ], 177 ],
176 }, 178 },
177 ], 179 ],
178 } 180 }
OLDNEW
« no previous file with comments | « ios/web/DEPS ('k') | ios/web/navigation/crw_session_certificate_policy_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698