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

Side by Side Diff: content/content_tests.gypi

Issue 1827123002: Move content/common/gpu/client to gpu/ipc/client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 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
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/gpu/compositor_output_surface.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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 'variables': { 6 'variables': {
7 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 655 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'common/common_param_traits_unittest.cc', 666 'common/common_param_traits_unittest.cc',
667 'common/cross_site_document_classifier_unittest.cc', 667 'common/cross_site_document_classifier_unittest.cc',
668 'common/cursors/webcursor_unittest.cc', 668 'common/cursors/webcursor_unittest.cc',
669 'common/database_connections_unittest.cc', 669 'common/database_connections_unittest.cc',
670 'common/database_identifier_unittest.cc', 670 'common/database_identifier_unittest.cc',
671 'common/discardable_shared_memory_heap_unittest.cc', 671 'common/discardable_shared_memory_heap_unittest.cc',
672 'common/dom_storage/dom_storage_map_unittest.cc', 672 'common/dom_storage/dom_storage_map_unittest.cc',
673 'common/dwrite_font_platform_win_unittest.cc', 673 'common/dwrite_font_platform_win_unittest.cc',
674 'common/fileapi/file_system_util_unittest.cc', 674 'common/fileapi/file_system_util_unittest.cc',
675 'common/gpu/ca_layer_tree_unittest_mac.mm', 675 'common/gpu/ca_layer_tree_unittest_mac.mm',
676 'common/gpu/client/gpu_memory_buffer_impl_shared_memory_unittest.cc',
677 'common/gpu/client/gpu_memory_buffer_impl_test_template.h',
678 'common/gpu/gpu_channel_manager_unittest.cc', 676 'common/gpu/gpu_channel_manager_unittest.cc',
679 'common/gpu/gpu_channel_test_common.cc', 677 'common/gpu/gpu_channel_test_common.cc',
680 'common/gpu/gpu_channel_test_common.h', 678 'common/gpu/gpu_channel_test_common.h',
681 'common/gpu/gpu_channel_unittest.cc', 679 'common/gpu/gpu_channel_unittest.cc',
682 'common/host_discardable_shared_memory_manager_unittest.cc', 680 'common/host_discardable_shared_memory_manager_unittest.cc',
683 'common/host_shared_bitmap_manager_unittest.cc', 681 'common/host_shared_bitmap_manager_unittest.cc',
684 'common/indexed_db/indexed_db_key_unittest.cc', 682 'common/indexed_db/indexed_db_key_unittest.cc',
685 'common/input/event_with_latency_info_unittest.cc', 683 'common/input/event_with_latency_info_unittest.cc',
686 'common/input/gesture_event_stream_validator_unittest.cc', 684 'common/input/gesture_event_stream_validator_unittest.cc',
687 'common/input/input_param_traits_unittest.cc', 685 'common/input/input_param_traits_unittest.cc',
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 'browser/android/java/gin_java_method_invocation_helper_unittest.cc', 827 'browser/android/java/gin_java_method_invocation_helper_unittest.cc',
830 'browser/android/java/java_type_unittest.cc', 828 'browser/android/java/java_type_unittest.cc',
831 'browser/android/java/jni_helper_unittest.cc', 829 'browser/android/java/jni_helper_unittest.cc',
832 'browser/android/url_request_content_job_unittest.cc', 830 'browser/android/url_request_content_job_unittest.cc',
833 'common/gpu/client/gpu_memory_buffer_impl_surface_texture_unittest.cc', 831 'common/gpu/client/gpu_memory_buffer_impl_surface_texture_unittest.cc',
834 'common/gpu/gpu_memory_buffer_factory_surface_texture_unittest.cc', 832 'common/gpu/gpu_memory_buffer_factory_surface_texture_unittest.cc',
835 'renderer/java/gin_java_bridge_value_converter_unittest.cc', 833 'renderer/java/gin_java_bridge_value_converter_unittest.cc',
836 'renderer/media/android/webmediasession_android_unittest.cc', 834 'renderer/media/android/webmediasession_android_unittest.cc',
837 ], 835 ],
838 'content_unittests_mac_sources': [ 836 'content_unittests_mac_sources': [
839 'common/gpu/client/gpu_memory_buffer_impl_io_surface_unittest.cc',
840 'common/gpu/gpu_memory_buffer_factory_io_surface_unittest.cc', 837 'common/gpu/gpu_memory_buffer_factory_io_surface_unittest.cc',
841 ], 838 ],
842 'content_unittests_ozone_sources': [ 839 'content_unittests_ozone_sources': [
843 'common/gpu/client/gpu_memory_buffer_impl_ozone_native_pixmap_unittest.cc' ,
844 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc', 840 'common/gpu/gpu_memory_buffer_factory_ozone_native_pixmap_unittest.cc',
845 ], 841 ],
846 }, 842 },
847 'targets': [ 843 'targets': [
848 { 844 {
849 # GN version: //content/test:test_support 845 # GN version: //content/test:test_support
850 'target_name': 'test_support_content', 846 'target_name': 'test_support_content',
851 'type': 'static_library', 847 'type': 'static_library',
852 'dependencies': [ 848 'dependencies': [
853 '../cc/blink/cc_blink.gyp:cc_blink', 849 '../cc/blink/cc_blink.gyp:cc_blink',
(...skipping 696 matching lines...) Expand 10 before | Expand all | Expand 10 after
1550 '../ui/gfx/gfx.gyp:gfx_test_support', 1546 '../ui/gfx/gfx.gyp:gfx_test_support',
1551 '../ui/gl/gl.gyp:gl', 1547 '../ui/gl/gl.gyp:gl',
1552 '../ui/gl/gl.gyp:gl_test_support', 1548 '../ui/gl/gl.gyp:gl_test_support',
1553 '../v8/tools/gyp/v8.gyp:v8', 1549 '../v8/tools/gyp/v8.gyp:v8',
1554 ], 1550 ],
1555 'include_dirs': [ 1551 'include_dirs': [
1556 '..', 1552 '..',
1557 ], 1553 ],
1558 'sources': [ 1554 'sources': [
1559 'browser/compositor/gl_helper_unittest.cc', 1555 'browser/compositor/gl_helper_unittest.cc',
1556 'common/gpu/client/gpu_context_tests.h',
1560 'common/gpu/client/gpu_in_process_context_tests.cc', 1557 'common/gpu/client/gpu_in_process_context_tests.cc',
1561 'test/run_all_gl_tests.cc', 1558 'test/run_all_gl_tests.cc',
1562 ], 1559 ],
1563 'conditions': [ 1560 'conditions': [
1564 ['OS=="android"', { 1561 ['OS=="android"', {
1565 'dependencies': [ 1562 'dependencies': [
1566 '../testing/android/native_test.gyp:native_test_native_code', 1563 '../testing/android/native_test.gyp:native_test_native_code',
1567 ], 1564 ],
1568 }, { 1565 }, {
1569 'dependencies': [ 1566 'dependencies': [
(...skipping 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
2217 'content_unittests_apk.isolate', 2214 'content_unittests_apk.isolate',
2218 ], 2215 ],
2219 }, 2216 },
2220 ], 2217 ],
2221 }, 2218 },
2222 ], 2219 ],
2223 ], 2220 ],
2224 }], 2221 }],
2225 ], 2222 ],
2226 } 2223 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/gpu/compositor_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698