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

Side by Side Diff: content/content_browser.gypi

Issue 10823207: Consolidate ContentViewCore::Load* functions (Closed) Base URL: http://git.chromium.org/chromium/src.git@cleanup_load
Patch Set: Split up nativeLoadUrl parameters and get rid of most of jni code. Moved android_load_url_params. Created 8 years, 4 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 'browser/speech/proto/speech_proto.gyp:speech_proto', 8 'browser/speech/proto/speech_proto.gyp:speech_proto',
9 '../base/base.gyp:base_static', 9 '../base/base.gyp:base_static',
10 '../crypto/crypto.gyp:crypto', 10 '../crypto/crypto.gyp:crypto',
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'browser/android/content_view_statics.cc', 210 'browser/android/content_view_statics.cc',
211 'browser/android/content_view_statics.h', 211 'browser/android/content_view_statics.h',
212 'browser/android/download_controller.cc', 212 'browser/android/download_controller.cc',
213 'browser/android/download_controller.h', 213 'browser/android/download_controller.h',
214 'browser/android/devtools_auth.cc', 214 'browser/android/devtools_auth.cc',
215 'browser/android/draw_delegate_impl.h', 215 'browser/android/draw_delegate_impl.h',
216 'browser/android/draw_delegate_impl.cc', 216 'browser/android/draw_delegate_impl.cc',
217 'browser/android/graphics_context.cc', 217 'browser/android/graphics_context.cc',
218 'browser/android/ime_utils.cc', 218 'browser/android/ime_utils.cc',
219 'browser/android/ime_utils.h', 219 'browser/android/ime_utils.h',
220 'browser/android/load_url_params.cc',
221 'browser/android/load_url_params.h',
220 'browser/android/sandboxed_process_launcher.cc', 222 'browser/android/sandboxed_process_launcher.cc',
221 'browser/android/sandboxed_process_launcher.h', 223 'browser/android/sandboxed_process_launcher.h',
222 'browser/android/touch_point.cc', 224 'browser/android/touch_point.cc',
223 'browser/android/touch_point.h', 225 'browser/android/touch_point.h',
224 'browser/appcache/appcache_dispatcher_host.cc', 226 'browser/appcache/appcache_dispatcher_host.cc',
225 'browser/appcache/appcache_dispatcher_host.h', 227 'browser/appcache/appcache_dispatcher_host.h',
226 'browser/appcache/appcache_frontend_proxy.cc', 228 'browser/appcache/appcache_frontend_proxy.cc',
227 'browser/appcache/appcache_frontend_proxy.h', 229 'browser/appcache/appcache_frontend_proxy.h',
228 'browser/appcache/chrome_appcache_service.cc', 230 'browser/appcache/chrome_appcache_service.cc',
229 'browser/appcache/chrome_appcache_service.h', 231 'browser/appcache/chrome_appcache_service.h',
(...skipping 773 matching lines...) Expand 10 before | Expand all | Expand 10 after
1003 ['exclude', '^browser/renderer_host/java/'], 1005 ['exclude', '^browser/renderer_host/java/'],
1004 ], 1006 ],
1005 }], 1007 }],
1006 ['input_speech==0', { 1008 ['input_speech==0', {
1007 'sources/': [ 1009 'sources/': [
1008 ['exclude', '^browser/speech/'], 1010 ['exclude', '^browser/speech/'],
1009 ], 1011 ],
1010 }], 1012 }],
1011 ], 1013 ],
1012 } 1014 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698