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

Side by Side Diff: content/content_browser.gypi

Issue 1120873002: Re-land: content: Single process support for native GpuMemoryBuffers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dm-browsertests-refactor
Patch Set: disable test for now Created 5 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
« no previous file with comments | « content/child/child_thread_impl_browsertest.cc ('k') | content/test/content_test_suite.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../device/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 'browser/android/in_process/synchronous_compositor_factory_impl.cc', 375 'browser/android/in_process/synchronous_compositor_factory_impl.cc',
376 'browser/android/in_process/synchronous_compositor_factory_impl.h', 376 'browser/android/in_process/synchronous_compositor_factory_impl.h',
377 'browser/android/in_process/synchronous_compositor_impl.cc', 377 'browser/android/in_process/synchronous_compositor_impl.cc',
378 'browser/android/in_process/synchronous_compositor_impl.h', 378 'browser/android/in_process/synchronous_compositor_impl.h',
379 'browser/android/in_process/synchronous_compositor_output_surface.cc', 379 'browser/android/in_process/synchronous_compositor_output_surface.cc',
380 'browser/android/in_process/synchronous_compositor_output_surface.h', 380 'browser/android/in_process/synchronous_compositor_output_surface.h',
381 'browser/android/in_process/synchronous_compositor_registry.cc', 381 'browser/android/in_process/synchronous_compositor_registry.cc',
382 'browser/android/in_process/synchronous_compositor_registry.h', 382 'browser/android/in_process/synchronous_compositor_registry.h',
383 'browser/android/in_process/synchronous_input_event_filter.cc', 383 'browser/android/in_process/synchronous_input_event_filter.cc',
384 'browser/android/in_process/synchronous_input_event_filter.h', 384 'browser/android/in_process/synchronous_input_event_filter.h',
385 'browser/android/in_process_surface_texture_manager.cc',
386 'browser/android/in_process_surface_texture_manager.h',
385 'browser/android/interstitial_page_delegate_android.cc', 387 'browser/android/interstitial_page_delegate_android.cc',
386 'browser/android/interstitial_page_delegate_android.h', 388 'browser/android/interstitial_page_delegate_android.h',
387 'browser/android/load_url_params.cc', 389 'browser/android/load_url_params.cc',
388 'browser/android/load_url_params.h', 390 'browser/android/load_url_params.h',
389 'browser/android/media_players_observer.cc', 391 'browser/android/media_players_observer.cc',
390 'browser/android/media_players_observer.h', 392 'browser/android/media_players_observer.h',
391 'browser/android/overscroll_controller_android.cc', 393 'browser/android/overscroll_controller_android.cc',
392 'browser/android/overscroll_controller_android.h', 394 'browser/android/overscroll_controller_android.h',
393 'browser/android/overscroll_glow.cc', 395 'browser/android/overscroll_glow.cc',
394 'browser/android/overscroll_glow.h', 396 'browser/android/overscroll_glow.h',
(...skipping 459 matching lines...) Expand 10 before | Expand all | Expand 10 after
854 'browser/histogram_internals_request_job.h', 856 'browser/histogram_internals_request_job.h',
855 'browser/histogram_message_filter.cc', 857 'browser/histogram_message_filter.cc',
856 'browser/histogram_message_filter.h', 858 'browser/histogram_message_filter.h',
857 'browser/histogram_subscriber.h', 859 'browser/histogram_subscriber.h',
858 'browser/histogram_synchronizer.cc', 860 'browser/histogram_synchronizer.cc',
859 'browser/histogram_synchronizer.h', 861 'browser/histogram_synchronizer.h',
860 'browser/host_zoom_level_context.cc', 862 'browser/host_zoom_level_context.cc',
861 'browser/host_zoom_level_context.h', 863 'browser/host_zoom_level_context.h',
862 'browser/host_zoom_map_impl.cc', 864 'browser/host_zoom_map_impl.cc',
863 'browser/host_zoom_map_impl.h', 865 'browser/host_zoom_map_impl.h',
866 'browser/in_process_io_surface_manager_mac.cc',
867 'browser/in_process_io_surface_manager_mac.h',
864 'browser/indexed_db/indexed_db.h', 868 'browser/indexed_db/indexed_db.h',
865 'browser/indexed_db/indexed_db_active_blob_registry.cc', 869 'browser/indexed_db/indexed_db_active_blob_registry.cc',
866 'browser/indexed_db/indexed_db_active_blob_registry.h', 870 'browser/indexed_db/indexed_db_active_blob_registry.h',
867 'browser/indexed_db/indexed_db_backing_store.cc', 871 'browser/indexed_db/indexed_db_backing_store.cc',
868 'browser/indexed_db/indexed_db_backing_store.h', 872 'browser/indexed_db/indexed_db_backing_store.h',
869 'browser/indexed_db/indexed_db_blob_info.cc', 873 'browser/indexed_db/indexed_db_blob_info.cc',
870 'browser/indexed_db/indexed_db_blob_info.h', 874 'browser/indexed_db/indexed_db_blob_info.h',
871 'browser/indexed_db/indexed_db_callbacks.cc', 875 'browser/indexed_db/indexed_db_callbacks.cc',
872 'browser/indexed_db/indexed_db_callbacks.h', 876 'browser/indexed_db/indexed_db_callbacks.h',
873 'browser/indexed_db/indexed_db_class_factory.cc', 877 'browser/indexed_db/indexed_db_class_factory.cc',
(...skipping 1215 matching lines...) Expand 10 before | Expand all | Expand 10 after
2089 'browser/media/media_web_contents_observer.h', 2093 'browser/media/media_web_contents_observer.h',
2090 ], 2094 ],
2091 }], 2095 }],
2092 ['OS == "linux" and use_openssl==1', { 2096 ['OS == "linux" and use_openssl==1', {
2093 'dependencies': [ 2097 'dependencies': [
2094 '../third_party/boringssl/boringssl.gyp:boringssl', 2098 '../third_party/boringssl/boringssl.gyp:boringssl',
2095 ], 2099 ],
2096 }], 2100 }],
2097 ], 2101 ],
2098 } 2102 }
OLDNEW
« no previous file with comments | « content/child/child_thread_impl_browsertest.cc ('k') | content/test/content_test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698