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

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: Git add the new files Created 6 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 | 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 'browser/android/in_process/synchronous_compositor_factory_impl.cc', 286 'browser/android/in_process/synchronous_compositor_factory_impl.cc',
287 'browser/android/in_process/synchronous_compositor_factory_impl.h', 287 'browser/android/in_process/synchronous_compositor_factory_impl.h',
288 'browser/android/in_process/synchronous_compositor_impl.cc', 288 'browser/android/in_process/synchronous_compositor_impl.cc',
289 'browser/android/in_process/synchronous_compositor_impl.h', 289 'browser/android/in_process/synchronous_compositor_impl.h',
290 'browser/android/in_process/synchronous_compositor_output_surface.cc', 290 'browser/android/in_process/synchronous_compositor_output_surface.cc',
291 'browser/android/in_process/synchronous_compositor_output_surface.h', 291 'browser/android/in_process/synchronous_compositor_output_surface.h',
292 'browser/android/in_process/synchronous_input_event_filter.cc', 292 'browser/android/in_process/synchronous_input_event_filter.cc',
293 'browser/android/in_process/synchronous_input_event_filter.h', 293 'browser/android/in_process/synchronous_input_event_filter.h',
294 'browser/android/interstitial_page_delegate_android.cc', 294 'browser/android/interstitial_page_delegate_android.cc',
295 'browser/android/interstitial_page_delegate_android.h', 295 'browser/android/interstitial_page_delegate_android.h',
296 'browser/android/layer_tree_build_helper.cc',
297 'browser/android/layer_tree_build_helper.h',
296 'browser/android/load_url_params.cc', 298 'browser/android/load_url_params.cc',
297 'browser/android/load_url_params.h', 299 'browser/android/load_url_params.h',
298 'browser/android/overscroll_glow.h', 300 'browser/android/overscroll_glow.h',
299 'browser/android/overscroll_glow.cc', 301 'browser/android/overscroll_glow.cc',
300 'browser/android/popup_item_type_list.h', 302 'browser/android/popup_item_type_list.h',
301 'browser/android/surface_texture_peer_browser_impl.cc', 303 'browser/android/surface_texture_peer_browser_impl.cc',
302 'browser/android/surface_texture_peer_browser_impl.h', 304 'browser/android/surface_texture_peer_browser_impl.h',
303 'browser/android/tracing_controller_android.cc', 305 'browser/android/tracing_controller_android.cc',
304 'browser/android/tracing_controller_android.h', 306 'browser/android/tracing_controller_android.h',
305 'browser/android/web_contents_observer_android.cc', 307 'browser/android/web_contents_observer_android.cc',
(...skipping 1450 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 '../build/linux/system.gyp:dbus', 1758 '../build/linux/system.gyp:dbus',
1757 '../dbus/dbus.gyp:dbus', 1759 '../dbus/dbus.gyp:dbus',
1758 ], 1760 ],
1759 }, { # OS != "linux" or use_dbus==0 1761 }, { # OS != "linux" or use_dbus==0
1760 'sources!': [ 1762 'sources!': [
1761 'browser/geolocation/wifi_data_provider_linux.cc', 1763 'browser/geolocation/wifi_data_provider_linux.cc',
1762 ], 1764 ],
1763 }], 1765 }],
1764 ], 1766 ],
1765 } 1767 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698