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

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

Issue 889663002: Upstream the iOS WebClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « no previous file | ios/web/public/web_client.h » ('j') | ios/web/public/web_client.h » ('J')
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 20 matching lines...) Expand all
31 'public/load_committed_details.h', 31 'public/load_committed_details.h',
32 'public/navigation_item.h', 32 'public/navigation_item.h',
33 'public/referrer.h', 33 'public/referrer.h',
34 'public/security_style.h', 34 'public/security_style.h',
35 'public/ssl_status.cc', 35 'public/ssl_status.cc',
36 'public/ssl_status.h', 36 'public/ssl_status.h',
37 'public/string_util.h', 37 'public/string_util.h',
38 'public/url_scheme_util.h', 38 'public/url_scheme_util.h',
39 'public/user_agent.h', 39 'public/user_agent.h',
40 'public/user_agent.mm', 40 'public/user_agent.mm',
41 'public/web_client.cc',
42 'public/web_client.h',
41 'public/web_state/js/crw_js_base_manager.h', 43 'public/web_state/js/crw_js_base_manager.h',
42 'public/web_state/js/crw_js_injection_evaluator.h', 44 'public/web_state/js/crw_js_injection_evaluator.h',
43 'public/web_state/js/crw_js_injection_manager.h', 45 'public/web_state/js/crw_js_injection_manager.h',
44 'public/web_state/js/crw_js_injection_receiver.h', 46 'public/web_state/js/crw_js_injection_receiver.h',
45 'public/web_state/js/crw_js_message_manager.h', 47 'public/web_state/js/crw_js_message_manager.h',
46 'public/web_state/web_state_observer.h', 48 'public/web_state/web_state_observer.h',
47 'public/web_thread.h', 49 'public/web_thread.h',
48 'string_util.cc', 50 'string_util.cc',
49 'url_scheme_util.mm', 51 'url_scheme_util.mm',
50 'web_state/js/crw_js_base_manager.mm', 52 'web_state/js/crw_js_base_manager.mm',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 'public/test/test_web_state.cc', 108 'public/test/test_web_state.cc',
107 'public/test/test_web_state.h', 109 'public/test/test_web_state.h',
108 'public/test/test_web_thread.h', 110 'public/test/test_web_thread.h',
109 'public/test/test_web_thread_bundle.h', 111 'public/test/test_web_thread_bundle.h',
110 'test/test_web_thread.cc', 112 'test/test_web_thread.cc',
111 'test/test_web_thread_bundle.cc', 113 'test/test_web_thread_bundle.cc',
112 ], 114 ],
113 }, 115 },
114 ], 116 ],
115 } 117 }
OLDNEW
« no previous file with comments | « no previous file | ios/web/public/web_client.h » ('j') | ios/web/public/web_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698