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

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: Rebase. Add extra_headers to LoadUrlParams. 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 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 'browser/android/content_view_statics.cc', 211 'browser/android/content_view_statics.cc',
212 'browser/android/content_view_statics.h', 212 'browser/android/content_view_statics.h',
213 'browser/android/download_controller.cc', 213 'browser/android/download_controller.cc',
214 'browser/android/download_controller.h', 214 'browser/android/download_controller.h',
215 'browser/android/devtools_auth.cc', 215 'browser/android/devtools_auth.cc',
216 'browser/android/draw_delegate_impl.h', 216 'browser/android/draw_delegate_impl.h',
217 'browser/android/draw_delegate_impl.cc', 217 'browser/android/draw_delegate_impl.cc',
218 'browser/android/graphics_context.cc', 218 'browser/android/graphics_context.cc',
219 'browser/android/ime_utils.cc', 219 'browser/android/ime_utils.cc',
220 'browser/android/ime_utils.h', 220 'browser/android/ime_utils.h',
221 'browser/android/load_url_params.cc',
222 'browser/android/load_url_params.h',
221 'browser/android/sandboxed_process_launcher.cc', 223 'browser/android/sandboxed_process_launcher.cc',
222 'browser/android/sandboxed_process_launcher.h', 224 'browser/android/sandboxed_process_launcher.h',
223 'browser/android/touch_point.cc', 225 'browser/android/touch_point.cc',
224 'browser/android/touch_point.h', 226 'browser/android/touch_point.h',
225 'browser/appcache/appcache_dispatcher_host.cc', 227 'browser/appcache/appcache_dispatcher_host.cc',
226 'browser/appcache/appcache_dispatcher_host.h', 228 'browser/appcache/appcache_dispatcher_host.h',
227 'browser/appcache/appcache_frontend_proxy.cc', 229 'browser/appcache/appcache_frontend_proxy.cc',
228 'browser/appcache/appcache_frontend_proxy.h', 230 'browser/appcache/appcache_frontend_proxy.h',
229 'browser/appcache/chrome_appcache_service.cc', 231 'browser/appcache/chrome_appcache_service.cc',
230 'browser/appcache/chrome_appcache_service.h', 232 'browser/appcache/chrome_appcache_service.h',
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
1009 ['exclude', '^browser/renderer_host/java/'], 1011 ['exclude', '^browser/renderer_host/java/'],
1010 ], 1012 ],
1011 }], 1013 }],
1012 ['input_speech==0', { 1014 ['input_speech==0', {
1013 'sources/': [ 1015 'sources/': [
1014 ['exclude', '^browser/speech/'], 1016 ['exclude', '^browser/speech/'],
1015 ], 1017 ],
1016 }], 1018 }],
1017 ], 1019 ],
1018 } 1020 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698