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

Side by Side Diff: content/content_browser.gypi

Issue 201583004: Add layerTreeBuildHelper to control layer tree in ContentViewRenderView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Final comments Created 6 years, 7 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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../crypto/crypto.gyp:crypto', 8 '../crypto/crypto.gyp:crypto',
9 '../google_apis/google_apis.gyp:google_apis', 9 '../google_apis/google_apis.gyp:google_apis',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'port/browser/vibration_provider.h', 44 'port/browser/vibration_provider.h',
45 'port/browser/web_contents_view_port.h', 45 'port/browser/web_contents_view_port.h',
46 'public/browser/access_token_store.h', 46 'public/browser/access_token_store.h',
47 'public/browser/android/compositor.h', 47 'public/browser/android/compositor.h',
48 'public/browser/android/compositor_client.h', 48 'public/browser/android/compositor_client.h',
49 'public/browser/android/content_view_core.h', 49 'public/browser/android/content_view_core.h',
50 'public/browser/android/content_view_layer_renderer.h', 50 'public/browser/android/content_view_layer_renderer.h',
51 'public/browser/android/devtools_auth.h', 51 'public/browser/android/devtools_auth.h',
52 'public/browser/android/download_controller_android.h', 52 'public/browser/android/download_controller_android.h',
53 'public/browser/android/external_video_surface_container.h', 53 'public/browser/android/external_video_surface_container.h',
54 'public/browser/android/layer_tree_build_helper.h',
54 'public/browser/android/synchronous_compositor_client.h', 55 'public/browser/android/synchronous_compositor_client.h',
55 'public/browser/android/synchronous_compositor.cc', 56 'public/browser/android/synchronous_compositor.cc',
56 'public/browser/android/synchronous_compositor.h', 57 'public/browser/android/synchronous_compositor.h',
57 'public/browser/ax_event_notification_details.cc', 58 'public/browser/ax_event_notification_details.cc',
58 'public/browser/ax_event_notification_details.h', 59 'public/browser/ax_event_notification_details.h',
59 'public/browser/browser_accessibility_state.h', 60 'public/browser/browser_accessibility_state.h',
60 'public/browser/browser_child_process_host.h', 61 'public/browser/browser_child_process_host.h',
61 'public/browser/browser_child_process_host_delegate.cc', 62 'public/browser/browser_child_process_host_delegate.cc',
62 'public/browser/browser_child_process_host_delegate.h', 63 'public/browser/browser_child_process_host_delegate.h',
63 'public/browser/browser_child_process_host_iterator.cc', 64 'public/browser/browser_child_process_host_iterator.cc',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'browser/android/in_process/synchronous_compositor_factory_impl.cc', 283 'browser/android/in_process/synchronous_compositor_factory_impl.cc',
283 'browser/android/in_process/synchronous_compositor_factory_impl.h', 284 'browser/android/in_process/synchronous_compositor_factory_impl.h',
284 'browser/android/in_process/synchronous_compositor_impl.cc', 285 'browser/android/in_process/synchronous_compositor_impl.cc',
285 'browser/android/in_process/synchronous_compositor_impl.h', 286 'browser/android/in_process/synchronous_compositor_impl.h',
286 'browser/android/in_process/synchronous_compositor_output_surface.cc', 287 'browser/android/in_process/synchronous_compositor_output_surface.cc',
287 'browser/android/in_process/synchronous_compositor_output_surface.h', 288 'browser/android/in_process/synchronous_compositor_output_surface.h',
288 'browser/android/in_process/synchronous_input_event_filter.cc', 289 'browser/android/in_process/synchronous_input_event_filter.cc',
289 'browser/android/in_process/synchronous_input_event_filter.h', 290 'browser/android/in_process/synchronous_input_event_filter.h',
290 'browser/android/interstitial_page_delegate_android.cc', 291 'browser/android/interstitial_page_delegate_android.cc',
291 'browser/android/interstitial_page_delegate_android.h', 292 'browser/android/interstitial_page_delegate_android.h',
293 'browser/android/layer_tree_build_helper_impl.cc',
294 'browser/android/layer_tree_build_helper_impl.h',
292 'browser/android/load_url_params.cc', 295 'browser/android/load_url_params.cc',
293 'browser/android/load_url_params.h', 296 'browser/android/load_url_params.h',
294 'browser/android/overscroll_glow.h', 297 'browser/android/overscroll_glow.h',
295 'browser/android/overscroll_glow.cc', 298 'browser/android/overscroll_glow.cc',
296 'browser/android/popup_item_type_list.h', 299 'browser/android/popup_item_type_list.h',
297 'browser/android/surface_texture_peer_browser_impl.cc', 300 'browser/android/surface_texture_peer_browser_impl.cc',
298 'browser/android/surface_texture_peer_browser_impl.h', 301 'browser/android/surface_texture_peer_browser_impl.h',
299 'browser/android/tracing_controller_android.cc', 302 'browser/android/tracing_controller_android.cc',
300 'browser/android/tracing_controller_android.h', 303 'browser/android/tracing_controller_android.h',
301 'browser/android/web_contents_observer_android.cc', 304 'browser/android/web_contents_observer_android.cc',
(...skipping 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after
1722 '../build/linux/system.gyp:dbus', 1725 '../build/linux/system.gyp:dbus',
1723 '../dbus/dbus.gyp:dbus', 1726 '../dbus/dbus.gyp:dbus',
1724 ], 1727 ],
1725 }, { # OS != "linux" or use_dbus==0 1728 }, { # OS != "linux" or use_dbus==0
1726 'sources!': [ 1729 'sources!': [
1727 'browser/geolocation/wifi_data_provider_linux.cc', 1730 'browser/geolocation/wifi_data_provider_linux.cc',
1728 ], 1731 ],
1729 }], 1732 }],
1730 ], 1733 ],
1731 } 1734 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698