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

Side by Side Diff: content/content_browser.gypi

Issue 10828356: Very basic Android browser-side compositing support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/web_contents/web_contents_impl.cc ('k') | content/content_shell.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 13 matching lines...) Expand all
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 'port/browser/smooth_scroll_gesture.h', 32 'port/browser/smooth_scroll_gesture.h',
33 'public/browser/access_token_store.h', 33 'public/browser/access_token_store.h',
34 'public/browser/android/compositor.h',
34 'public/browser/android/content_view_core.h', 35 'public/browser/android/content_view_core.h',
35 'public/browser/android/devtools_auth.h', 36 'public/browser/android/devtools_auth.h',
36 'public/browser/android/draw_delegate.h', 37 'public/browser/android/draw_delegate.h',
37 'public/browser/android/graphics_context.h',
38 'public/browser/browser_accessibility_state.h', 38 'public/browser/browser_accessibility_state.h',
39 'public/browser/browser_child_process_host.h', 39 'public/browser/browser_child_process_host.h',
40 'public/browser/browser_child_process_host_delegate.cc', 40 'public/browser/browser_child_process_host_delegate.cc',
41 'public/browser/browser_child_process_host_delegate.h', 41 'public/browser/browser_child_process_host_delegate.h',
42 'public/browser/browser_child_process_host_iterator.cc', 42 'public/browser/browser_child_process_host_iterator.cc',
43 'public/browser/browser_child_process_host_iterator.h', 43 'public/browser/browser_child_process_host_iterator.h',
44 'public/browser/browser_context.h', 44 'public/browser/browser_context.h',
45 'public/browser/browser_main_parts.cc', 45 'public/browser/browser_main_parts.cc',
46 'public/browser/browser_main_parts.h', 46 'public/browser/browser_main_parts.h',
47 'public/browser/browser_main_runner.h', 47 'public/browser/browser_main_runner.h',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
208 'browser/android/content_view_client.h', 208 'browser/android/content_view_client.h',
209 'browser/android/content_view_core_impl.cc', 209 'browser/android/content_view_core_impl.cc',
210 'browser/android/content_view_core_impl.h', 210 'browser/android/content_view_core_impl.h',
211 'browser/android/content_view_statics.cc', 211 'browser/android/content_view_statics.cc',
212 'browser/android/content_view_statics.h', 212 'browser/android/content_view_statics.h',
213 'browser/android/download_controller.cc', 213 'browser/android/download_controller.cc',
214 'browser/android/download_controller.h', 214 'browser/android/download_controller.h',
215 'browser/android/devtools_auth.cc', 215 'browser/android/devtools_auth.cc',
216 'browser/android/draw_delegate_impl.h', 216 'browser/android/draw_delegate_impl.h',
217 'browser/android/draw_delegate_impl.cc', 217 'browser/android/draw_delegate_impl.cc',
218 'browser/android/graphics_context.h',
218 'browser/android/graphics_context.cc', 219 'browser/android/graphics_context.cc',
219 'browser/android/load_url_params.cc', 220 'browser/android/load_url_params.cc',
220 'browser/android/load_url_params.h', 221 'browser/android/load_url_params.h',
221 'browser/android/sandboxed_process_launcher.cc', 222 'browser/android/sandboxed_process_launcher.cc',
222 'browser/android/sandboxed_process_launcher.h', 223 'browser/android/sandboxed_process_launcher.h',
223 'browser/android/touch_point.cc', 224 'browser/android/touch_point.cc',
224 'browser/android/touch_point.h', 225 'browser/android/touch_point.h',
225 'browser/android/web_contents_observer_android.cc', 226 'browser/android/web_contents_observer_android.cc',
226 'browser/android/web_contents_observer_android.h', 227 'browser/android/web_contents_observer_android.h',
227 'browser/appcache/appcache_dispatcher_host.cc', 228 'browser/appcache/appcache_dispatcher_host.cc',
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after
524 'browser/renderer_host/backing_store_mac.mm', 525 'browser/renderer_host/backing_store_mac.mm',
525 'browser/renderer_host/backing_store_manager.cc', 526 'browser/renderer_host/backing_store_manager.cc',
526 'browser/renderer_host/backing_store_manager.h', 527 'browser/renderer_host/backing_store_manager.h',
527 'browser/renderer_host/backing_store_win.cc', 528 'browser/renderer_host/backing_store_win.cc',
528 'browser/renderer_host/backing_store_win.h', 529 'browser/renderer_host/backing_store_win.h',
529 'browser/renderer_host/buffered_resource_handler.cc', 530 'browser/renderer_host/buffered_resource_handler.cc',
530 'browser/renderer_host/buffered_resource_handler.h', 531 'browser/renderer_host/buffered_resource_handler.h',
531 'browser/renderer_host/clipboard_message_filter.cc', 532 'browser/renderer_host/clipboard_message_filter.cc',
532 'browser/renderer_host/clipboard_message_filter.h', 533 'browser/renderer_host/clipboard_message_filter.h',
533 'browser/renderer_host/clipboard_message_filter_mac.mm', 534 'browser/renderer_host/clipboard_message_filter_mac.mm',
535 'browser/renderer_host/compositor_impl_android.h',
536 'browser/renderer_host/compositor_impl_android.cc',
534 'browser/renderer_host/compositing_iosurface_mac.h', 537 'browser/renderer_host/compositing_iosurface_mac.h',
535 'browser/renderer_host/compositing_iosurface_mac.mm', 538 'browser/renderer_host/compositing_iosurface_mac.mm',
536 'browser/renderer_host/cross_site_resource_handler.cc', 539 'browser/renderer_host/cross_site_resource_handler.cc',
537 'browser/renderer_host/cross_site_resource_handler.h', 540 'browser/renderer_host/cross_site_resource_handler.h',
538 'browser/renderer_host/database_message_filter.cc', 541 'browser/renderer_host/database_message_filter.cc',
539 'browser/renderer_host/database_message_filter.h', 542 'browser/renderer_host/database_message_filter.h',
540 'browser/renderer_host/dip_util.cc', 543 'browser/renderer_host/dip_util.cc',
541 'browser/renderer_host/dip_util.h', 544 'browser/renderer_host/dip_util.h',
542 'browser/renderer_host/doomed_resource_handler.cc', 545 'browser/renderer_host/doomed_resource_handler.cc',
543 'browser/renderer_host/doomed_resource_handler.h', 546 'browser/renderer_host/doomed_resource_handler.h',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
1018 ['exclude', '^browser/renderer_host/java/'], 1021 ['exclude', '^browser/renderer_host/java/'],
1019 ], 1022 ],
1020 }], 1023 }],
1021 ['input_speech==0', { 1024 ['input_speech==0', {
1022 'sources/': [ 1025 'sources/': [
1023 ['exclude', '^browser/speech/'], 1026 ['exclude', '^browser/speech/'],
1024 ], 1027 ],
1025 }], 1028 }],
1026 ], 1029 ],
1027 } 1030 }
OLDNEW
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698