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

Side by Side Diff: content/content_browser.gypi

Issue 10832112: Simplify devtools code on android and enable devtools for android content_shell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | Annotate | Revision Log
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 14 matching lines...) Expand all
25 'include_dirs': [ 25 'include_dirs': [
26 '..', 26 '..',
27 '<(INTERMEDIATE_DIR)', 27 '<(INTERMEDIATE_DIR)',
28 ], 28 ],
29 'sources': [ 29 'sources': [
30 'port/browser/render_view_host_delegate_view.h', 30 'port/browser/render_view_host_delegate_view.h',
31 'port/browser/render_widget_host_view_port.h', 31 'port/browser/render_widget_host_view_port.h',
32 'port/browser/smooth_scroll_gesture.h', 32 'port/browser/smooth_scroll_gesture.h',
33 'public/browser/access_token_store.h', 33 'public/browser/access_token_store.h',
34 'public/browser/android/content_view_core.h', 34 'public/browser/android/content_view_core.h',
35 'public/browser/android/devtools_server.h',
36 'public/browser/android/draw_delegate.h', 35 'public/browser/android/draw_delegate.h',
37 'public/browser/android/graphics_context.h', 36 'public/browser/android/graphics_context.h',
38 'public/browser/browser_accessibility_state.h', 37 'public/browser/browser_accessibility_state.h',
39 'public/browser/browser_child_process_host.h', 38 'public/browser/browser_child_process_host.h',
40 'public/browser/browser_child_process_host_delegate.cc', 39 'public/browser/browser_child_process_host_delegate.cc',
41 'public/browser/browser_child_process_host_delegate.h', 40 'public/browser/browser_child_process_host_delegate.h',
42 'public/browser/browser_child_process_host_iterator.cc', 41 'public/browser/browser_child_process_host_iterator.cc',
43 'public/browser/browser_child_process_host_iterator.h', 42 'public/browser/browser_child_process_host_iterator.h',
44 'public/browser/browser_context.h', 43 'public/browser/browser_context.h',
45 'public/browser/browser_main_parts.cc', 44 'public/browser/browser_main_parts.cc',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 'browser/android/content_util.cc', 201 'browser/android/content_util.cc',
203 'browser/android/content_util.h', 202 'browser/android/content_util.h',
204 'browser/android/content_video_view.cc', 203 'browser/android/content_video_view.cc',
205 'browser/android/content_video_view.h', 204 'browser/android/content_video_view.h',
206 'browser/android/content_view_client.cc', 205 'browser/android/content_view_client.cc',
207 'browser/android/content_view_client.h', 206 'browser/android/content_view_client.h',
208 'browser/android/content_view_core_impl.cc', 207 'browser/android/content_view_core_impl.cc',
209 'browser/android/content_view_core_impl.h', 208 'browser/android/content_view_core_impl.h',
210 'browser/android/content_view_statics.cc', 209 'browser/android/content_view_statics.cc',
211 'browser/android/content_view_statics.h', 210 'browser/android/content_view_statics.h',
212 'browser/android/devtools_server.cc',
213 'browser/android/download_controller.cc', 211 'browser/android/download_controller.cc',
214 'browser/android/download_controller.h', 212 'browser/android/download_controller.h',
215 'browser/android/draw_delegate_impl.h', 213 'browser/android/draw_delegate_impl.h',
216 'browser/android/draw_delegate_impl.cc', 214 'browser/android/draw_delegate_impl.cc',
217 'browser/android/graphics_context.cc', 215 'browser/android/graphics_context.cc',
218 'browser/android/ime_utils.cc', 216 'browser/android/ime_utils.cc',
219 'browser/android/ime_utils.h', 217 'browser/android/ime_utils.h',
220 'browser/android/remote_debugging_controller.cc',
221 'browser/android/remote_debugging_controller.h',
222 'browser/android/sandboxed_process_launcher.cc', 218 'browser/android/sandboxed_process_launcher.cc',
223 'browser/android/sandboxed_process_launcher.h', 219 'browser/android/sandboxed_process_launcher.h',
224 'browser/android/touch_point.cc', 220 'browser/android/touch_point.cc',
225 'browser/android/touch_point.h', 221 'browser/android/touch_point.h',
226 'browser/appcache/appcache_dispatcher_host.cc', 222 'browser/appcache/appcache_dispatcher_host.cc',
227 'browser/appcache/appcache_dispatcher_host.h', 223 'browser/appcache/appcache_dispatcher_host.h',
228 'browser/appcache/appcache_frontend_proxy.cc', 224 'browser/appcache/appcache_frontend_proxy.cc',
229 'browser/appcache/appcache_frontend_proxy.h', 225 'browser/appcache/appcache_frontend_proxy.h',
230 'browser/appcache/chrome_appcache_service.cc', 226 'browser/appcache/chrome_appcache_service.cc',
231 'browser/appcache/chrome_appcache_service.h', 227 'browser/appcache/chrome_appcache_service.h',
(...skipping 767 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 ['exclude', '^browser/renderer_host/java/'], 995 ['exclude', '^browser/renderer_host/java/'],
1000 ], 996 ],
1001 }], 997 }],
1002 ['input_speech==0', { 998 ['input_speech==0', {
1003 'sources/': [ 999 'sources/': [
1004 ['exclude', '^browser/speech/'], 1000 ['exclude', '^browser/speech/'],
1005 ], 1001 ],
1006 }], 1002 }],
1007 ], 1003 ],
1008 } 1004 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698