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 1655 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2161 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2162 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
2162 }, | 2163 }, |
2163 ], | 2164 ], |
2164 }], | 2165 }], |
2165 ], | 2166 ], |
2166 }, | 2167 }, |
2167 ], | 2168 ], |
2168 }], | 2169 }], |
2169 ], | 2170 ], |
2170 } | 2171 } |
OLD | NEW |