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

Side by Side Diff: content/content_browser.gypi

Issue 2160743002: sync compositor: Reduce begin frame sync IPC overhead (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bad_message, reserve Created 4 years, 5 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_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 1651 matching lines...) Expand 10 before | Expand all | Expand 10 after
1662 'browser/android/java/jni_helper.cc', 1662 'browser/android/java/jni_helper.cc',
1663 'browser/android/java/jni_helper.h', 1663 'browser/android/java/jni_helper.h',
1664 'browser/android/load_url_params.cc', 1664 'browser/android/load_url_params.cc',
1665 'browser/android/load_url_params.h', 1665 'browser/android/load_url_params.h',
1666 'browser/android/overscroll_controller_android.cc', 1666 'browser/android/overscroll_controller_android.cc',
1667 'browser/android/overscroll_controller_android.h', 1667 'browser/android/overscroll_controller_android.h',
1668 'browser/android/popup_touch_handle_drawable.cc', 1668 'browser/android/popup_touch_handle_drawable.cc',
1669 'browser/android/popup_touch_handle_drawable.h', 1669 'browser/android/popup_touch_handle_drawable.h',
1670 'browser/android/synchronous_compositor_host.cc', 1670 'browser/android/synchronous_compositor_host.cc',
1671 'browser/android/synchronous_compositor_host.h', 1671 'browser/android/synchronous_compositor_host.h',
1672 'browser/android/synchronous_compositor_rph_observer.cc',
1673 'browser/android/synchronous_compositor_rph_observer.h',
1672 'browser/android/tracing_controller_android.cc', 1674 'browser/android/tracing_controller_android.cc',
1673 'browser/android/tracing_controller_android.h', 1675 'browser/android/tracing_controller_android.h',
1674 'browser/android/web_contents_observer_proxy.cc', 1676 'browser/android/web_contents_observer_proxy.cc',
1675 'browser/android/web_contents_observer_proxy.h', 1677 'browser/android/web_contents_observer_proxy.h',
1676 'browser/media/capture/screen_capture_device_android.cc', 1678 'browser/media/capture/screen_capture_device_android.cc',
1677 'browser/media/capture/screen_capture_device_android.h', 1679 'browser/media/capture/screen_capture_device_android.h',
1678 'browser/renderer_host/compositor_impl_android.cc', 1680 'browser/renderer_host/compositor_impl_android.cc',
1679 'browser/renderer_host/compositor_impl_android.h', 1681 'browser/renderer_host/compositor_impl_android.h',
1680 'browser/renderer_host/ime_adapter_android.cc', 1682 'browser/renderer_host/ime_adapter_android.cc',
1681 'browser/renderer_host/ime_adapter_android.h', 1683 'browser/renderer_host/ime_adapter_android.h',
(...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after
2168 ], 2170 ],
2169 }], 2171 }],
2170 ['OS != "mac" and OS != "android"', { 2172 ['OS != "mac" and OS != "android"', {
2171 'sources!': [ 2173 'sources!': [
2172 'browser/gpu/gpu_surface_tracker.cc', 2174 'browser/gpu/gpu_surface_tracker.cc',
2173 'browser/gpu/gpu_surface_tracker.h', 2175 'browser/gpu/gpu_surface_tracker.h',
2174 ], 2176 ],
2175 }], 2177 }],
2176 ], 2178 ],
2177 } 2179 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698