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

Side by Side Diff: content/content_renderer.gypi

Issue 1838853005: android: Remove in-process sync compositor code path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_in_proc_video
Patch Set: rebase Created 4 years, 8 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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'renderer/android/content_detector.cc', 108 'renderer/android/content_detector.cc',
109 'renderer/android/content_detector.h', 109 'renderer/android/content_detector.h',
110 'renderer/android/email_detector.cc', 110 'renderer/android/email_detector.cc',
111 'renderer/android/email_detector.h', 111 'renderer/android/email_detector.h',
112 'renderer/android/phone_number_detector.cc', 112 'renderer/android/phone_number_detector.cc',
113 'renderer/android/phone_number_detector.h', 113 'renderer/android/phone_number_detector.h',
114 'renderer/android/renderer_date_time_picker.cc', 114 'renderer/android/renderer_date_time_picker.cc',
115 'renderer/android/renderer_date_time_picker.h', 115 'renderer/android/renderer_date_time_picker.h',
116 'renderer/android/synchronous_compositor_external_begin_frame_source.cc', 116 'renderer/android/synchronous_compositor_external_begin_frame_source.cc',
117 'renderer/android/synchronous_compositor_external_begin_frame_source.h', 117 'renderer/android/synchronous_compositor_external_begin_frame_source.h',
118 'renderer/android/synchronous_compositor_factory.cc',
119 'renderer/android/synchronous_compositor_factory.h',
120 'renderer/android/synchronous_compositor_filter.cc', 118 'renderer/android/synchronous_compositor_filter.cc',
121 'renderer/android/synchronous_compositor_filter.h', 119 'renderer/android/synchronous_compositor_filter.h',
122 'renderer/android/synchronous_compositor_output_surface.cc', 120 'renderer/android/synchronous_compositor_output_surface.cc',
123 'renderer/android/synchronous_compositor_output_surface.h', 121 'renderer/android/synchronous_compositor_output_surface.h',
124 'renderer/android/synchronous_compositor_proxy.cc', 122 'renderer/android/synchronous_compositor_proxy.cc',
125 'renderer/android/synchronous_compositor_proxy.h', 123 'renderer/android/synchronous_compositor_proxy.h',
126 'renderer/android/synchronous_compositor_registry.h', 124 'renderer/android/synchronous_compositor_registry.h',
127 'renderer/background_sync/background_sync_client_impl.cc', 125 'renderer/background_sync/background_sync_client_impl.cc',
128 'renderer/background_sync/background_sync_client_impl.h', 126 'renderer/background_sync/background_sync_client_impl.h',
129 'renderer/bluetooth/bluetooth_dispatcher.cc', 127 'renderer/bluetooth/bluetooth_dispatcher.cc',
(...skipping 793 matching lines...) Expand 10 before | Expand all | Expand 10 after
923 }], 921 }],
924 ], 922 ],
925 'target_conditions': [ 923 'target_conditions': [
926 ['OS=="android"', { 924 ['OS=="android"', {
927 'sources/': [ 925 'sources/': [
928 ['include', '^renderer/render_view_linux\\.cc$'], 926 ['include', '^renderer/render_view_linux\\.cc$'],
929 ], 927 ],
930 }], 928 }],
931 ], 929 ],
932 } 930 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/android/java/src/org/chromium/content/common/ContentSwitches.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698