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

Side by Side Diff: content/content_browser.gypi

Issue 10823051: ContentShell rendering support on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address Ted's comments 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 '..', 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
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_impl.h',
215 'browser/android/draw_delegate_impl.cc',
216 'browser/android/graphics_context.cc',
212 'browser/android/ime_utils.cc', 217 'browser/android/ime_utils.cc',
213 'browser/android/ime_utils.h', 218 'browser/android/ime_utils.h',
214 'browser/android/remote_debugging_controller.cc', 219 'browser/android/remote_debugging_controller.cc',
215 'browser/android/remote_debugging_controller.h', 220 'browser/android/remote_debugging_controller.h',
216 'browser/android/sandboxed_process_launcher.cc', 221 'browser/android/sandboxed_process_launcher.cc',
217 'browser/android/sandboxed_process_launcher.h', 222 'browser/android/sandboxed_process_launcher.h',
218 'browser/android/touch_point.cc', 223 'browser/android/touch_point.cc',
219 'browser/android/touch_point.h', 224 'browser/android/touch_point.h',
220 'browser/appcache/appcache_dispatcher_host.cc', 225 'browser/appcache/appcache_dispatcher_host.cc',
221 'browser/appcache/appcache_dispatcher_host.h', 226 'browser/appcache/appcache_dispatcher_host.h',
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 ['exclude', '^browser/renderer_host/java/'], 992 ['exclude', '^browser/renderer_host/java/'],
988 ], 993 ],
989 }], 994 }],
990 ['input_speech==0', { 995 ['input_speech==0', {
991 'sources/': [ 996 'sources/': [
992 ['exclude', '^browser/speech/'], 997 ['exclude', '^browser/speech/'],
993 ], 998 ],
994 }], 999 }],
995 ], 1000 ],
996 } 1001 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698