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

Side by Side Diff: content/content_tests.gypi

Issue 472663004: Revert of Remove code used by --disable-delegated-renderer on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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_browser.gypi ('k') | no next file » | 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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 # they're only used by content) or content/public/test (if they're used 89 # they're only used by content) or content/public/test (if they're used
90 # by other embedders). 90 # by other embedders).
91 'browser/download/mock_download_file.cc', 91 'browser/download/mock_download_file.cc',
92 'browser/download/mock_download_file.h', 92 'browser/download/mock_download_file.h',
93 'browser/geolocation/fake_access_token_store.cc', 93 'browser/geolocation/fake_access_token_store.cc',
94 'browser/geolocation/fake_access_token_store.h', 94 'browser/geolocation/fake_access_token_store.h',
95 'browser/geolocation/mock_location_arbitrator.cc', 95 'browser/geolocation/mock_location_arbitrator.cc',
96 'browser/geolocation/mock_location_arbitrator.h', 96 'browser/geolocation/mock_location_arbitrator.h',
97 'browser/geolocation/mock_location_provider.cc', 97 'browser/geolocation/mock_location_provider.cc',
98 'browser/geolocation/mock_location_provider.h', 98 'browser/geolocation/mock_location_provider.h',
99 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc',
100 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h',
101 'browser/renderer_host/compositing_iosurface_transformer_mac.cc',
102 'browser/renderer_host/compositing_iosurface_transformer_mac.h',
99 'browser/renderer_host/media/mock_media_observer.cc', 103 'browser/renderer_host/media/mock_media_observer.cc',
100 'browser/renderer_host/media/mock_media_observer.h', 104 'browser/renderer_host/media/mock_media_observer.h',
101 'browser/renderer_host/test/no_transport_image_transport_factory_android.c c', 105 'browser/renderer_host/test/no_transport_image_transport_factory_android.c c',
102 'browser/renderer_host/test/no_transport_image_transport_factory_android.h ', 106 'browser/renderer_host/test/no_transport_image_transport_factory_android.h ',
103 'test/appcache_test_helper.cc', 107 'test/appcache_test_helper.cc',
104 'test/appcache_test_helper.h', 108 'test/appcache_test_helper.h',
105 'test/blink_test_environment.cc', 109 'test/blink_test_environment.cc',
106 'test/blink_test_environment.h', 110 'test/blink_test_environment.h',
107 'test/content_browser_test_utils_internal.cc', 111 'test/content_browser_test_utils_internal.cc',
108 'test/content_browser_test_utils_internal.h', 112 'test/content_browser_test_utils_internal.h',
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'browser/quota/mock_quota_manager_proxy.cc', 540 'browser/quota/mock_quota_manager_proxy.cc',
537 'browser/quota/mock_quota_manager_proxy.h', 541 'browser/quota/mock_quota_manager_proxy.h',
538 'browser/quota/mock_quota_manager_unittest.cc', 542 'browser/quota/mock_quota_manager_unittest.cc',
539 'browser/quota/quota_database_unittest.cc', 543 'browser/quota/quota_database_unittest.cc',
540 'browser/quota/quota_backend_impl_unittest.cc', 544 'browser/quota/quota_backend_impl_unittest.cc',
541 'browser/quota/quota_manager_unittest.cc', 545 'browser/quota/quota_manager_unittest.cc',
542 'browser/quota/quota_reservation_manager_unittest.cc', 546 'browser/quota/quota_reservation_manager_unittest.cc',
543 'browser/quota/quota_temporary_storage_evictor_unittest.cc', 547 'browser/quota/quota_temporary_storage_evictor_unittest.cc',
544 'browser/quota/storage_monitor_unittest.cc', 548 'browser/quota/storage_monitor_unittest.cc',
545 'browser/quota/usage_tracker_unittest.cc', 549 'browser/quota/usage_tracker_unittest.cc',
550 'browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc ',
546 'browser/renderer_host/input/gesture_event_queue_unittest.cc', 551 'browser/renderer_host/input/gesture_event_queue_unittest.cc',
547 'browser/renderer_host/input/gesture_text_selector_unittest.cc', 552 'browser/renderer_host/input/gesture_text_selector_unittest.cc',
548 'browser/renderer_host/input/input_router_impl_unittest.cc', 553 'browser/renderer_host/input/input_router_impl_unittest.cc',
549 'browser/renderer_host/input/mock_input_ack_handler.cc', 554 'browser/renderer_host/input/mock_input_ack_handler.cc',
550 'browser/renderer_host/input/mock_input_ack_handler.h', 555 'browser/renderer_host/input/mock_input_ack_handler.h',
551 'browser/renderer_host/input/mock_input_router_client.cc', 556 'browser/renderer_host/input/mock_input_router_client.cc',
552 'browser/renderer_host/input/mock_input_router_client.h', 557 'browser/renderer_host/input/mock_input_router_client.h',
553 'browser/renderer_host/input/synthetic_gesture_controller_unittest.cc', 558 'browser/renderer_host/input/synthetic_gesture_controller_unittest.cc',
554 'browser/renderer_host/input/tap_suppression_controller_unittest.cc', 559 'browser/renderer_host/input/tap_suppression_controller_unittest.cc',
555 'browser/renderer_host/input/touch_action_filter_unittest.cc', 560 'browser/renderer_host/input/touch_action_filter_unittest.cc',
(...skipping 1311 matching lines...) Expand 10 before | Expand all | Expand 10 after
1867 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1872 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1868 }, 1873 },
1869 ], 1874 ],
1870 }], 1875 }],
1871 ], 1876 ],
1872 }, 1877 },
1873 ], 1878 ],
1874 }], 1879 }],
1875 ], 1880 ],
1876 } 1881 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698