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

Side by Side Diff: content/content_browser.gypi

Issue 10540094: Add RemoteDebuggingController.java and its (native) dependencies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address John's comment Created 8 years, 5 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 12 matching lines...) Expand all
23 '../webkit/support/webkit_support.gyp:webkit_strings', 23 '../webkit/support/webkit_support.gyp:webkit_strings',
24 ], 24 ],
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 'public/browser/access_token_store.h', 32 'public/browser/access_token_store.h',
33 'public/browser/android/devtools_server.h',
33 'public/browser/browser_accessibility_state.h', 34 'public/browser/browser_accessibility_state.h',
34 'public/browser/browser_child_process_host.h', 35 'public/browser/browser_child_process_host.h',
35 'public/browser/browser_child_process_host_delegate.cc', 36 'public/browser/browser_child_process_host_delegate.cc',
36 'public/browser/browser_child_process_host_delegate.h', 37 'public/browser/browser_child_process_host_delegate.h',
37 'public/browser/browser_child_process_host_iterator.cc', 38 'public/browser/browser_child_process_host_iterator.cc',
38 'public/browser/browser_child_process_host_iterator.h', 39 'public/browser/browser_child_process_host_iterator.h',
39 'public/browser/browser_context.h', 40 'public/browser/browser_context.h',
40 'public/browser/browser_main_parts.cc', 41 'public/browser/browser_main_parts.cc',
41 'public/browser/browser_main_parts.h', 42 'public/browser/browser_main_parts.h',
42 'public/browser/browser_main_runner.h', 43 'public/browser/browser_main_runner.h',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
193 'browser/android/content_settings.cc', 194 'browser/android/content_settings.cc',
194 'browser/android/content_settings.h', 195 'browser/android/content_settings.h',
195 'browser/android/content_startup_flags.cc', 196 'browser/android/content_startup_flags.cc',
196 'browser/android/content_startup_flags.h', 197 'browser/android/content_startup_flags.h',
197 'browser/android/content_util.cc', 198 'browser/android/content_util.cc',
198 'browser/android/content_util.h', 199 'browser/android/content_util.h',
199 'browser/android/content_view_client.cc', 200 'browser/android/content_view_client.cc',
200 'browser/android/content_view_client.h', 201 'browser/android/content_view_client.h',
201 'browser/android/content_view_impl.cc', 202 'browser/android/content_view_impl.cc',
202 'browser/android/content_view_impl.h', 203 'browser/android/content_view_impl.h',
204 'browser/android/devtools_server.cc',
203 'browser/android/download_controller.cc', 205 'browser/android/download_controller.cc',
204 'browser/android/download_controller.h', 206 'browser/android/download_controller.h',
205 'browser/android/ime_utils.cc', 207 'browser/android/ime_utils.cc',
206 'browser/android/ime_utils.h', 208 'browser/android/ime_utils.h',
209 'browser/android/remote_debugging_controller.cc',
210 'browser/android/remote_debugging_controller.h',
207 'browser/android/sandboxed_process_launcher.cc', 211 'browser/android/sandboxed_process_launcher.cc',
208 'browser/android/sandboxed_process_launcher.h', 212 'browser/android/sandboxed_process_launcher.h',
209 'browser/android/touch_point.cc', 213 'browser/android/touch_point.cc',
210 'browser/android/touch_point.h', 214 'browser/android/touch_point.h',
211 'browser/appcache/appcache_dispatcher_host.cc', 215 'browser/appcache/appcache_dispatcher_host.cc',
212 'browser/appcache/appcache_dispatcher_host.h', 216 'browser/appcache/appcache_dispatcher_host.h',
213 'browser/appcache/appcache_frontend_proxy.cc', 217 'browser/appcache/appcache_frontend_proxy.cc',
214 'browser/appcache/appcache_frontend_proxy.h', 218 'browser/appcache/appcache_frontend_proxy.h',
215 'browser/appcache/chrome_appcache_service.cc', 219 'browser/appcache/chrome_appcache_service.cc',
216 'browser/appcache/chrome_appcache_service.h', 220 'browser/appcache/chrome_appcache_service.h',
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
979 ], 983 ],
980 }], 984 }],
981 ['input_speech==0', { 985 ['input_speech==0', {
982 'sources/': [ 986 'sources/': [
983 ['exclude', '^browser/speech/'], 987 ['exclude', '^browser/speech/'],
984 ], 988 ],
985 }], 989 }],
986 ], 990 ],
987 } 991 }
988 992
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698