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

Side by Side Diff: content/content_browser.gypi

Issue 15851006: Move synchronous compositor into content/browser (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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 | 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/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 15 matching lines...) Expand all
26 'port/browser/render_view_host_delegate_view.h', 26 'port/browser/render_view_host_delegate_view.h',
27 'port/browser/render_widget_host_view_port.h', 27 'port/browser/render_widget_host_view_port.h',
28 'port/browser/smooth_scroll_gesture.h', 28 'port/browser/smooth_scroll_gesture.h',
29 'port/browser/web_contents_view_port.h', 29 'port/browser/web_contents_view_port.h',
30 'public/browser/access_token_store.h', 30 'public/browser/access_token_store.h',
31 'public/browser/android/compositor.h', 31 'public/browser/android/compositor.h',
32 'public/browser/android/content_view_core.h', 32 'public/browser/android/content_view_core.h',
33 'public/browser/android/content_view_layer_renderer.h', 33 'public/browser/android/content_view_layer_renderer.h',
34 'public/browser/android/devtools_auth.h', 34 'public/browser/android/devtools_auth.h',
35 'public/browser/android/download_controller_android.h', 35 'public/browser/android/download_controller_android.h',
36 'public/browser/android/synchronous_compositor_client.h',
37 'public/browser/android/synchronous_compositor.h',
36 'public/browser/browser_accessibility_state.h', 38 'public/browser/browser_accessibility_state.h',
37 'public/browser/browser_child_process_host.h', 39 'public/browser/browser_child_process_host.h',
38 'public/browser/browser_child_process_host_delegate.cc', 40 'public/browser/browser_child_process_host_delegate.cc',
39 'public/browser/browser_child_process_host_delegate.h', 41 'public/browser/browser_child_process_host_delegate.h',
40 'public/browser/browser_child_process_host_iterator.cc', 42 'public/browser/browser_child_process_host_iterator.cc',
41 'public/browser/browser_child_process_host_iterator.h', 43 'public/browser/browser_child_process_host_iterator.h',
42 'public/browser/browser_child_process_observer.cc', 44 'public/browser/browser_child_process_observer.cc',
43 'public/browser/browser_child_process_observer.h', 45 'public/browser/browser_child_process_observer.h',
44 'public/browser/browser_context.h', 46 'public/browser/browser_context.h',
45 'public/browser/browser_ipc_logging.h', 47 'public/browser/browser_ipc_logging.h',
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'browser/android/content_view_render_view.h', 239 'browser/android/content_view_render_view.h',
238 'browser/android/content_view_statics.cc', 240 'browser/android/content_view_statics.cc',
239 'browser/android/content_view_statics.h', 241 'browser/android/content_view_statics.h',
240 'browser/android/date_time_chooser_android.cc', 242 'browser/android/date_time_chooser_android.cc',
241 'browser/android/date_time_chooser_android.h', 243 'browser/android/date_time_chooser_android.h',
242 'browser/android/download_controller_android_impl.cc', 244 'browser/android/download_controller_android_impl.cc',
243 'browser/android/download_controller_android_impl.h', 245 'browser/android/download_controller_android_impl.h',
244 'browser/android/devtools_auth.cc', 246 'browser/android/devtools_auth.cc',
245 'browser/android/edge_effect.h', 247 'browser/android/edge_effect.h',
246 'browser/android/edge_effect.cc', 248 'browser/android/edge_effect.cc',
249 'browser/android/in_process/synchronous_compositor_impl.cc',
250 'browser/android/in_process/synchronous_compositor_impl.h',
251 'browser/android/in_process/synchronous_compositor_output_surface.cc',
252 'browser/android/in_process/synchronous_compositor_output_surface.h',
247 'browser/android/interstitial_page_delegate_android.cc', 253 'browser/android/interstitial_page_delegate_android.cc',
248 'browser/android/interstitial_page_delegate_android.h', 254 'browser/android/interstitial_page_delegate_android.h',
249 'browser/android/load_url_params.cc', 255 'browser/android/load_url_params.cc',
250 'browser/android/load_url_params.h', 256 'browser/android/load_url_params.h',
251 'browser/android/media_player_manager_impl.cc', 257 'browser/android/media_player_manager_impl.cc',
252 'browser/android/media_player_manager_impl.h', 258 'browser/android/media_player_manager_impl.h',
253 'browser/android/media_resource_getter_impl.cc', 259 'browser/android/media_resource_getter_impl.cc',
254 'browser/android/media_resource_getter_impl.h', 260 'browser/android/media_resource_getter_impl.h',
255 'browser/android/overscroll_glow.h', 261 'browser/android/overscroll_glow.h',
256 'browser/android/overscroll_glow.cc', 262 'browser/android/overscroll_glow.cc',
(...skipping 1104 matching lines...) Expand 10 before | Expand all | Expand 10 after
1361 '../third_party/speex/speex.gyp:libspeex', 1367 '../third_party/speex/speex.gyp:libspeex',
1362 ], 1368 ],
1363 }], 1369 }],
1364 ['linux_use_libgps==1', { 1370 ['linux_use_libgps==1', {
1365 'dependencies': [ 1371 'dependencies': [
1366 '../build/linux/system.gyp:libgps', 1372 '../build/linux/system.gyp:libgps',
1367 ], 1373 ],
1368 }], 1374 }],
1369 ], 1375 ],
1370 } 1376 }
OLDNEW
« no previous file with comments | « content/browser/android/in_process/synchronous_compositor_output_surface.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698