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

Side by Side Diff: content/content_renderer.gypi

Issue 1408123005: Android Webview IPC-based sync compositing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win compile Created 5 years, 1 month 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
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/android/synchronous_compositor_factory.cc » ('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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/blink/cc_blink.gyp:cc_blink', 10 '../cc/blink/cc_blink.gyp:cc_blink',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'renderer/android/email_detector.cc', 101 'renderer/android/email_detector.cc',
102 'renderer/android/email_detector.h', 102 'renderer/android/email_detector.h',
103 'renderer/android/phone_number_detector.cc', 103 'renderer/android/phone_number_detector.cc',
104 'renderer/android/phone_number_detector.h', 104 'renderer/android/phone_number_detector.h',
105 'renderer/android/renderer_date_time_picker.cc', 105 'renderer/android/renderer_date_time_picker.cc',
106 'renderer/android/renderer_date_time_picker.h', 106 'renderer/android/renderer_date_time_picker.h',
107 'renderer/android/synchronous_compositor_external_begin_frame_source.cc', 107 'renderer/android/synchronous_compositor_external_begin_frame_source.cc',
108 'renderer/android/synchronous_compositor_external_begin_frame_source.h', 108 'renderer/android/synchronous_compositor_external_begin_frame_source.h',
109 'renderer/android/synchronous_compositor_factory.cc', 109 'renderer/android/synchronous_compositor_factory.cc',
110 'renderer/android/synchronous_compositor_factory.h', 110 'renderer/android/synchronous_compositor_factory.h',
111 'renderer/android/synchronous_compositor_filter.cc',
112 'renderer/android/synchronous_compositor_filter.h',
111 'renderer/android/synchronous_compositor_output_surface.cc', 113 'renderer/android/synchronous_compositor_output_surface.cc',
112 'renderer/android/synchronous_compositor_output_surface.h', 114 'renderer/android/synchronous_compositor_output_surface.h',
115 'renderer/android/synchronous_compositor_proxy.cc',
116 'renderer/android/synchronous_compositor_proxy.h',
113 'renderer/android/synchronous_compositor_registry.h', 117 'renderer/android/synchronous_compositor_registry.h',
114 'renderer/background_sync/background_sync_client_impl.cc', 118 'renderer/background_sync/background_sync_client_impl.cc',
115 'renderer/background_sync/background_sync_client_impl.h', 119 'renderer/background_sync/background_sync_client_impl.h',
116 'renderer/battery_status/battery_status_dispatcher.cc', 120 'renderer/battery_status/battery_status_dispatcher.cc',
117 'renderer/battery_status/battery_status_dispatcher.h', 121 'renderer/battery_status/battery_status_dispatcher.h',
118 'renderer/bluetooth/bluetooth_dispatcher.cc', 122 'renderer/bluetooth/bluetooth_dispatcher.cc',
119 'renderer/bluetooth/bluetooth_dispatcher.h', 123 'renderer/bluetooth/bluetooth_dispatcher.h',
120 'renderer/bluetooth/bluetooth_message_filter.cc', 124 'renderer/bluetooth/bluetooth_message_filter.cc',
121 'renderer/bluetooth/bluetooth_message_filter.h', 125 'renderer/bluetooth/bluetooth_message_filter.h',
122 'renderer/bluetooth/web_bluetooth_impl.cc', 126 'renderer/bluetooth/web_bluetooth_impl.cc',
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 'renderer/skia_benchmarking_extension.cc', 429 'renderer/skia_benchmarking_extension.cc',
426 'renderer/skia_benchmarking_extension.h', 430 'renderer/skia_benchmarking_extension.h',
427 'renderer/speech_recognition_dispatcher.cc', 431 'renderer/speech_recognition_dispatcher.cc',
428 'renderer/speech_recognition_dispatcher.h', 432 'renderer/speech_recognition_dispatcher.h',
429 'renderer/stats_collection_controller.cc', 433 'renderer/stats_collection_controller.cc',
430 'renderer/stats_collection_controller.h', 434 'renderer/stats_collection_controller.h',
431 'renderer/stats_collection_observer.cc', 435 'renderer/stats_collection_observer.cc',
432 'renderer/stats_collection_observer.h', 436 'renderer/stats_collection_observer.h',
433 'renderer/text_input_client_observer.cc', 437 'renderer/text_input_client_observer.cc',
434 'renderer/text_input_client_observer.h', 438 'renderer/text_input_client_observer.h',
439 'renderer/theme_helper_mac.h',
435 'renderer/theme_helper_mac.mm', 440 'renderer/theme_helper_mac.mm',
436 'renderer/theme_helper_mac.h',
437 'renderer/usb/type_converters.cc', 441 'renderer/usb/type_converters.cc',
438 'renderer/usb/type_converters.h', 442 'renderer/usb/type_converters.h',
439 'renderer/usb/web_usb_client_impl.cc', 443 'renderer/usb/web_usb_client_impl.cc',
440 'renderer/usb/web_usb_client_impl.h', 444 'renderer/usb/web_usb_client_impl.h',
441 'renderer/usb/web_usb_device_impl.cc', 445 'renderer/usb/web_usb_device_impl.cc',
442 'renderer/usb/web_usb_device_impl.h', 446 'renderer/usb/web_usb_device_impl.h',
443 'renderer/wake_lock/wake_lock_dispatcher.cc', 447 'renderer/wake_lock/wake_lock_dispatcher.cc',
444 'renderer/wake_lock/wake_lock_dispatcher.h', 448 'renderer/wake_lock/wake_lock_dispatcher.h',
445 'renderer/web_ui_extension.cc', 449 'renderer/web_ui_extension.cc',
446 'renderer/web_ui_extension.h', 450 'renderer/web_ui_extension.h',
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 }], 918 }],
915 ], 919 ],
916 'target_conditions': [ 920 'target_conditions': [
917 ['OS=="android"', { 921 ['OS=="android"', {
918 'sources/': [ 922 'sources/': [
919 ['include', '^renderer/render_view_linux\\.cc$'], 923 ['include', '^renderer/render_view_linux\\.cc$'],
920 ], 924 ],
921 }], 925 }],
922 ], 926 ],
923 } 927 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/android/synchronous_compositor_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698