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 14 matching lines...) Expand all Loading... |
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 'port/browser/smooth_scroll_gesture.h', | 31 'port/browser/smooth_scroll_gesture.h', |
32 'public/browser/access_token_store.h', | 32 'public/browser/access_token_store.h', |
33 'public/browser/android/content_view_core.h', | 33 'public/browser/android/content_view_core.h', |
34 'public/browser/android/devtools_server.h', | 34 'public/browser/android/devtools_server.h', |
| 35 'public/browser/android/draw_delegate.h', |
| 36 'public/browser/android/graphics_context.h', |
35 'public/browser/browser_accessibility_state.h', | 37 'public/browser/browser_accessibility_state.h', |
36 'public/browser/browser_child_process_host.h', | 38 'public/browser/browser_child_process_host.h', |
37 'public/browser/browser_child_process_host_delegate.cc', | 39 'public/browser/browser_child_process_host_delegate.cc', |
38 'public/browser/browser_child_process_host_delegate.h', | 40 'public/browser/browser_child_process_host_delegate.h', |
39 'public/browser/browser_child_process_host_iterator.cc', | 41 'public/browser/browser_child_process_host_iterator.cc', |
40 'public/browser/browser_child_process_host_iterator.h', | 42 'public/browser/browser_child_process_host_iterator.h', |
41 'public/browser/browser_context.h', | 43 'public/browser/browser_context.h', |
42 'public/browser/browser_main_parts.cc', | 44 'public/browser/browser_main_parts.cc', |
43 'public/browser/browser_main_parts.h', | 45 'public/browser/browser_main_parts.h', |
44 'public/browser/browser_main_runner.h', | 46 'public/browser/browser_main_runner.h', |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
202 'browser/android/content_video_view.h', | 204 'browser/android/content_video_view.h', |
203 'browser/android/content_view_client.cc', | 205 'browser/android/content_view_client.cc', |
204 'browser/android/content_view_client.h', | 206 'browser/android/content_view_client.h', |
205 'browser/android/content_view_core_impl.cc', | 207 'browser/android/content_view_core_impl.cc', |
206 'browser/android/content_view_core_impl.h', | 208 'browser/android/content_view_core_impl.h', |
207 'browser/android/content_view_statics.cc', | 209 'browser/android/content_view_statics.cc', |
208 'browser/android/content_view_statics.h', | 210 'browser/android/content_view_statics.h', |
209 'browser/android/devtools_server.cc', | 211 'browser/android/devtools_server.cc', |
210 'browser/android/download_controller.cc', | 212 'browser/android/download_controller.cc', |
211 'browser/android/download_controller.h', | 213 'browser/android/download_controller.h', |
| 214 'browser/android/draw_delegate.cc', |
| 215 'browser/android/graphics_context.cc', |
212 'browser/android/ime_utils.cc', | 216 'browser/android/ime_utils.cc', |
213 'browser/android/ime_utils.h', | 217 'browser/android/ime_utils.h', |
214 'browser/android/remote_debugging_controller.cc', | 218 'browser/android/remote_debugging_controller.cc', |
215 'browser/android/remote_debugging_controller.h', | 219 'browser/android/remote_debugging_controller.h', |
216 'browser/android/sandboxed_process_launcher.cc', | 220 'browser/android/sandboxed_process_launcher.cc', |
217 'browser/android/sandboxed_process_launcher.h', | 221 'browser/android/sandboxed_process_launcher.h', |
218 'browser/android/touch_point.cc', | 222 'browser/android/touch_point.cc', |
219 'browser/android/touch_point.h', | 223 'browser/android/touch_point.h', |
220 'browser/appcache/appcache_dispatcher_host.cc', | 224 'browser/appcache/appcache_dispatcher_host.cc', |
221 'browser/appcache/appcache_dispatcher_host.h', | 225 'browser/appcache/appcache_dispatcher_host.h', |
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
984 ['exclude', '^browser/renderer_host/java/'], | 988 ['exclude', '^browser/renderer_host/java/'], |
985 ], | 989 ], |
986 }], | 990 }], |
987 ['input_speech==0', { | 991 ['input_speech==0', { |
988 'sources/': [ | 992 'sources/': [ |
989 ['exclude', '^browser/speech/'], | 993 ['exclude', '^browser/speech/'], |
990 ], | 994 ], |
991 }], | 995 }], |
992 ], | 996 ], |
993 } | 997 } |
OLD | NEW |