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

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: Sync 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
« no previous file with comments | « content/browser/android/remote_debugging_controller.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 ], 23 ],
24 'include_dirs': [ 24 'include_dirs': [
25 '..', 25 '..',
26 '<(INTERMEDIATE_DIR)', 26 '<(INTERMEDIATE_DIR)',
27 ], 27 ],
28 'sources': [ 28 'sources': [
29 'port/browser/render_view_host_delegate_view.h', 29 'port/browser/render_view_host_delegate_view.h',
30 'port/browser/render_widget_host_view_port.h', 30 'port/browser/render_widget_host_view_port.h',
31 'public/browser/access_token_store.h', 31 'public/browser/access_token_store.h',
32 'public/browser/android/content_view_core.h', 32 'public/browser/android/content_view_core.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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'browser/android/content_settings.cc', 193 'browser/android/content_settings.cc',
193 'browser/android/content_settings.h', 194 'browser/android/content_settings.h',
194 'browser/android/content_startup_flags.cc', 195 'browser/android/content_startup_flags.cc',
195 'browser/android/content_startup_flags.h', 196 'browser/android/content_startup_flags.h',
196 'browser/android/content_util.cc', 197 'browser/android/content_util.cc',
197 'browser/android/content_util.h', 198 'browser/android/content_util.h',
198 'browser/android/content_view_client.cc', 199 'browser/android/content_view_client.cc',
199 'browser/android/content_view_client.h', 200 'browser/android/content_view_client.h',
200 'browser/android/content_view_core_impl.cc', 201 'browser/android/content_view_core_impl.cc',
201 'browser/android/content_view_core_impl.h', 202 'browser/android/content_view_core_impl.h',
203 'browser/android/devtools_server.cc',
202 'browser/android/download_controller.cc', 204 'browser/android/download_controller.cc',
203 'browser/android/download_controller.h', 205 'browser/android/download_controller.h',
204 'browser/android/ime_utils.cc', 206 'browser/android/ime_utils.cc',
205 'browser/android/ime_utils.h', 207 'browser/android/ime_utils.h',
208 'browser/android/remote_debugging_controller.cc',
209 'browser/android/remote_debugging_controller.h',
206 'browser/android/sandboxed_process_launcher.cc', 210 'browser/android/sandboxed_process_launcher.cc',
207 'browser/android/sandboxed_process_launcher.h', 211 'browser/android/sandboxed_process_launcher.h',
208 'browser/android/touch_point.cc', 212 'browser/android/touch_point.cc',
209 'browser/android/touch_point.h', 213 'browser/android/touch_point.h',
210 'browser/appcache/appcache_dispatcher_host.cc', 214 'browser/appcache/appcache_dispatcher_host.cc',
211 'browser/appcache/appcache_dispatcher_host.h', 215 'browser/appcache/appcache_dispatcher_host.h',
212 'browser/appcache/appcache_frontend_proxy.cc', 216 'browser/appcache/appcache_frontend_proxy.cc',
213 'browser/appcache/appcache_frontend_proxy.h', 217 'browser/appcache/appcache_frontend_proxy.h',
214 'browser/appcache/chrome_appcache_service.cc', 218 'browser/appcache/chrome_appcache_service.cc',
215 'browser/appcache/chrome_appcache_service.h', 219 'browser/appcache/chrome_appcache_service.h',
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 ], 982 ],
979 }], 983 }],
980 ['input_speech==0', { 984 ['input_speech==0', {
981 'sources/': [ 985 'sources/': [
982 ['exclude', '^browser/speech/'], 986 ['exclude', '^browser/speech/'],
983 ], 987 ],
984 }], 988 }],
985 ], 989 ],
986 } 990 }
987 991
OLDNEW
« no previous file with comments | « content/browser/android/remote_debugging_controller.cc ('k') | content/content_jni.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698