OLD | NEW |
---|---|
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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
486 'browser/quota/mock_quota_manager_proxy.h', | 486 'browser/quota/mock_quota_manager_proxy.h', |
487 'browser/quota/mock_quota_manager_unittest.cc', | 487 'browser/quota/mock_quota_manager_unittest.cc', |
488 'browser/quota/quota_backend_impl_unittest.cc', | 488 'browser/quota/quota_backend_impl_unittest.cc', |
489 'browser/quota/quota_database_unittest.cc', | 489 'browser/quota/quota_database_unittest.cc', |
490 'browser/quota/quota_manager_unittest.cc', | 490 'browser/quota/quota_manager_unittest.cc', |
491 'browser/quota/quota_reservation_manager_unittest.cc', | 491 'browser/quota/quota_reservation_manager_unittest.cc', |
492 'browser/quota/quota_temporary_storage_evictor_unittest.cc', | 492 'browser/quota/quota_temporary_storage_evictor_unittest.cc', |
493 'browser/quota/storage_monitor_unittest.cc', | 493 'browser/quota/storage_monitor_unittest.cc', |
494 'browser/quota/usage_tracker_unittest.cc', | 494 'browser/quota/usage_tracker_unittest.cc', |
495 'browser/renderer_host/clipboard_message_filter_unittest.cc', | 495 'browser/renderer_host/clipboard_message_filter_unittest.cc', |
496 'browser/renderer_host/compositor_begin_frame_observer_impl_unittest.cc', | |
496 'browser/renderer_host/input/gesture_event_queue_unittest.cc', | 497 'browser/renderer_host/input/gesture_event_queue_unittest.cc', |
497 'browser/renderer_host/input/input_router_impl_unittest.cc', | 498 'browser/renderer_host/input/input_router_impl_unittest.cc', |
498 'browser/renderer_host/input/mock_input_ack_handler.cc', | 499 'browser/renderer_host/input/mock_input_ack_handler.cc', |
499 'browser/renderer_host/input/mock_input_ack_handler.h', | 500 'browser/renderer_host/input/mock_input_ack_handler.h', |
500 'browser/renderer_host/input/mock_input_router_client.cc', | 501 'browser/renderer_host/input/mock_input_router_client.cc', |
501 'browser/renderer_host/input/mock_input_router_client.h', | 502 'browser/renderer_host/input/mock_input_router_client.h', |
502 'browser/renderer_host/input/stylus_text_selector_unittest.cc', | 503 'browser/renderer_host/input/stylus_text_selector_unittest.cc', |
503 'browser/renderer_host/input/synthetic_gesture_controller_unittest.cc', | 504 'browser/renderer_host/input/synthetic_gesture_controller_unittest.cc', |
504 'browser/renderer_host/input/tap_suppression_controller_unittest.cc', | 505 'browser/renderer_host/input/tap_suppression_controller_unittest.cc', |
505 'browser/renderer_host/input/touch_action_filter_unittest.cc', | 506 'browser/renderer_host/input/touch_action_filter_unittest.cc', |
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1126 'sources/': [ | 1127 'sources/': [ |
1127 ['exclude', '^browser/compositor/'], | 1128 ['exclude', '^browser/compositor/'], |
1128 ], | 1129 ], |
1129 }], | 1130 }], |
1130 ['OS == "android"', { | 1131 ['OS == "android"', { |
1131 'sources': [ '<@(content_unittests_android_sources)' ], | 1132 'sources': [ '<@(content_unittests_android_sources)' ], |
1132 'sources!': [ | 1133 'sources!': [ |
1133 'browser/geolocation/network_location_provider_unittest.cc', | 1134 'browser/geolocation/network_location_provider_unittest.cc', |
1134 'browser/geolocation/wifi_data_provider_common_unittest.cc', | 1135 'browser/geolocation/wifi_data_provider_common_unittest.cc', |
1135 'browser/media/audio_stream_monitor_unittest.cc', | 1136 'browser/media/audio_stream_monitor_unittest.cc', |
1137 'browser/renderer_host/compositor_begin_frame_observer_impl_unittest .cc', | |
no sievers
2015/03/20 22:45:21
nit: same here... use_aura!=1 would be more correc
| |
1136 'browser/webui/url_data_manager_backend_unittest.cc', | 1138 'browser/webui/url_data_manager_backend_unittest.cc', |
1137 ], | 1139 ], |
1138 'dependencies': [ | 1140 'dependencies': [ |
1139 '../testing/android/native_test.gyp:native_test_native_code', | 1141 '../testing/android/native_test.gyp:native_test_native_code', |
1140 ], | 1142 ], |
1141 }], | 1143 }], |
1142 ['OS != "android" and OS != "ios"', { | 1144 ['OS != "android" and OS != "ios"', { |
1143 'dependencies': [ | 1145 'dependencies': [ |
1144 '../third_party/libvpx/libvpx.gyp:libvpx', | 1146 '../third_party/libvpx/libvpx.gyp:libvpx', |
1145 ], | 1147 ], |
(...skipping 1015 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2161 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2163 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2162 }, | 2164 }, |
2163 ], | 2165 ], |
2164 }], | 2166 }], |
2165 ], | 2167 ], |
2166 }, | 2168 }, |
2167 ], | 2169 ], |
2168 }], | 2170 }], |
2169 ], | 2171 ], |
2170 } | 2172 } |
OLD | NEW |