OLD | NEW |
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 13 matching lines...) Expand all Loading... |
24 '../webkit/support/webkit_support.gyp:webkit_strings', | 24 '../webkit/support/webkit_support.gyp:webkit_strings', |
25 ], | 25 ], |
26 'include_dirs': [ | 26 'include_dirs': [ |
27 '..', | 27 '..', |
28 '<(INTERMEDIATE_DIR)', | 28 '<(INTERMEDIATE_DIR)', |
29 ], | 29 ], |
30 'sources': [ | 30 'sources': [ |
31 'port/browser/render_view_host_delegate_view.h', | 31 'port/browser/render_view_host_delegate_view.h', |
32 'port/browser/render_widget_host_view_port.h', | 32 'port/browser/render_widget_host_view_port.h', |
33 'public/browser/access_token_store.h', | 33 'public/browser/access_token_store.h', |
| 34 'public/browser/android/devtools_server.h', |
34 'public/browser/browser_accessibility_state.h', | 35 'public/browser/browser_accessibility_state.h', |
35 'public/browser/browser_child_process_host.h', | 36 'public/browser/browser_child_process_host.h', |
36 'public/browser/browser_child_process_host_delegate.cc', | 37 'public/browser/browser_child_process_host_delegate.cc', |
37 'public/browser/browser_child_process_host_delegate.h', | 38 'public/browser/browser_child_process_host_delegate.h', |
38 'public/browser/browser_child_process_host_iterator.cc', | 39 'public/browser/browser_child_process_host_iterator.cc', |
39 'public/browser/browser_child_process_host_iterator.h', | 40 'public/browser/browser_child_process_host_iterator.h', |
40 'public/browser/browser_context.h', | 41 'public/browser/browser_context.h', |
41 'public/browser/browser_main_parts.cc', | 42 'public/browser/browser_main_parts.cc', |
42 'public/browser/browser_main_parts.h', | 43 'public/browser/browser_main_parts.h', |
43 'public/browser/browser_main_runner.h', | 44 'public/browser/browser_main_runner.h', |
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
192 'browser/android/content_startup_flags.cc', | 193 'browser/android/content_startup_flags.cc', |
193 'browser/android/content_startup_flags.h', | 194 'browser/android/content_startup_flags.h', |
194 'browser/android/content_util.cc', | 195 'browser/android/content_util.cc', |
195 'browser/android/content_util.h', | 196 'browser/android/content_util.h', |
196 'browser/android/content_view_impl.cc', | 197 'browser/android/content_view_impl.cc', |
197 'browser/android/content_view_impl.h', | 198 'browser/android/content_view_impl.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/device_info.cc', | 201 'browser/android/device_info.cc', |
201 'browser/android/device_info.h', | 202 'browser/android/device_info.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/jni_helper.cc', | 206 'browser/android/jni_helper.cc', |
205 'browser/android/jni_helper.h', | 207 'browser/android/jni_helper.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/trace_event_binding.cc', | 212 'browser/android/trace_event_binding.cc', |
209 'browser/android/trace_event_binding.h', | 213 'browser/android/trace_event_binding.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 753 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
969 ], | 973 ], |
970 }], | 974 }], |
971 ['input_speech==0', { | 975 ['input_speech==0', { |
972 'sources/': [ | 976 'sources/': [ |
973 ['exclude', '^browser/speech/'], | 977 ['exclude', '^browser/speech/'], |
974 ], | 978 ], |
975 }], | 979 }], |
976 ], | 980 ], |
977 } | 981 } |
978 | 982 |
OLD | NEW |