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

Side by Side Diff: content/content_renderer.gypi

Issue 1969263004: sync compositor: Remove begin frame source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment Created 4 years, 6 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
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/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 'renderer/android/content_detector.cc', 110 'renderer/android/content_detector.cc',
111 'renderer/android/content_detector.h', 111 'renderer/android/content_detector.h',
112 'renderer/android/disambiguation_popup_helper.cc', 112 'renderer/android/disambiguation_popup_helper.cc',
113 'renderer/android/disambiguation_popup_helper.h', 113 'renderer/android/disambiguation_popup_helper.h',
114 'renderer/android/email_detector.cc', 114 'renderer/android/email_detector.cc',
115 'renderer/android/email_detector.h', 115 'renderer/android/email_detector.h',
116 'renderer/android/phone_number_detector.cc', 116 'renderer/android/phone_number_detector.cc',
117 'renderer/android/phone_number_detector.h', 117 'renderer/android/phone_number_detector.h',
118 'renderer/android/renderer_date_time_picker.cc', 118 'renderer/android/renderer_date_time_picker.cc',
119 'renderer/android/renderer_date_time_picker.h', 119 'renderer/android/renderer_date_time_picker.h',
120 'renderer/android/synchronous_compositor_external_begin_frame_source.cc',
121 'renderer/android/synchronous_compositor_external_begin_frame_source.h',
122 'renderer/android/synchronous_compositor_filter.cc', 120 'renderer/android/synchronous_compositor_filter.cc',
123 'renderer/android/synchronous_compositor_filter.h', 121 'renderer/android/synchronous_compositor_filter.h',
124 'renderer/android/synchronous_compositor_output_surface.cc', 122 'renderer/android/synchronous_compositor_output_surface.cc',
125 'renderer/android/synchronous_compositor_output_surface.h', 123 'renderer/android/synchronous_compositor_output_surface.h',
126 'renderer/android/synchronous_compositor_proxy.cc', 124 'renderer/android/synchronous_compositor_proxy.cc',
127 'renderer/android/synchronous_compositor_proxy.h', 125 'renderer/android/synchronous_compositor_proxy.h',
128 'renderer/android/synchronous_compositor_registry.h', 126 'renderer/android/synchronous_compositor_registry.h',
129 'renderer/background_sync/background_sync_client_impl.cc', 127 'renderer/background_sync/background_sync_client_impl.cc',
130 'renderer/background_sync/background_sync_client_impl.h', 128 'renderer/background_sync/background_sync_client_impl.h',
131 'renderer/bluetooth/bluetooth_type_converters.cc', 129 'renderer/bluetooth/bluetooth_type_converters.cc',
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 }], 908 }],
911 ], 909 ],
912 'target_conditions': [ 910 'target_conditions': [
913 ['OS=="android"', { 911 ['OS=="android"', {
914 'sources/': [ 912 'sources/': [
915 ['include', '^renderer/render_view_linux\\.cc$'], 913 ['include', '^renderer/render_view_linux\\.cc$'],
916 ], 914 ],
917 }], 915 }],
918 ], 916 ],
919 } 917 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698