| 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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 563 'browser/quota/mock_quota_manager_proxy.cc', | 563 'browser/quota/mock_quota_manager_proxy.cc', |
| 564 'browser/quota/mock_quota_manager_proxy.h', | 564 'browser/quota/mock_quota_manager_proxy.h', |
| 565 'browser/quota/mock_quota_manager_unittest.cc', | 565 'browser/quota/mock_quota_manager_unittest.cc', |
| 566 'browser/quota/quota_database_unittest.cc', | 566 'browser/quota/quota_database_unittest.cc', |
| 567 'browser/quota/quota_backend_impl_unittest.cc', | 567 'browser/quota/quota_backend_impl_unittest.cc', |
| 568 'browser/quota/quota_manager_unittest.cc', | 568 'browser/quota/quota_manager_unittest.cc', |
| 569 'browser/quota/quota_reservation_manager_unittest.cc', | 569 'browser/quota/quota_reservation_manager_unittest.cc', |
| 570 'browser/quota/quota_temporary_storage_evictor_unittest.cc', | 570 'browser/quota/quota_temporary_storage_evictor_unittest.cc', |
| 571 'browser/quota/storage_monitor_unittest.cc', | 571 'browser/quota/storage_monitor_unittest.cc', |
| 572 'browser/quota/usage_tracker_unittest.cc', | 572 'browser/quota/usage_tracker_unittest.cc', |
| 573 'browser/renderer_host/clipboard_message_filter_unittest.cc', | |
| 574 'browser/renderer_host/input/gesture_event_queue_unittest.cc', | 573 'browser/renderer_host/input/gesture_event_queue_unittest.cc', |
| 575 'browser/renderer_host/input/gesture_text_selector_unittest.cc', | 574 'browser/renderer_host/input/gesture_text_selector_unittest.cc', |
| 576 'browser/renderer_host/input/input_router_impl_unittest.cc', | 575 'browser/renderer_host/input/input_router_impl_unittest.cc', |
| 577 'browser/renderer_host/input/mock_input_ack_handler.cc', | 576 'browser/renderer_host/input/mock_input_ack_handler.cc', |
| 578 'browser/renderer_host/input/mock_input_ack_handler.h', | 577 'browser/renderer_host/input/mock_input_ack_handler.h', |
| 579 'browser/renderer_host/input/mock_input_router_client.cc', | 578 'browser/renderer_host/input/mock_input_router_client.cc', |
| 580 'browser/renderer_host/input/mock_input_router_client.h', | 579 'browser/renderer_host/input/mock_input_router_client.h', |
| 581 'browser/renderer_host/input/synthetic_gesture_controller_unittest.cc', | 580 'browser/renderer_host/input/synthetic_gesture_controller_unittest.cc', |
| 582 'browser/renderer_host/input/tap_suppression_controller_unittest.cc', | 581 'browser/renderer_host/input/tap_suppression_controller_unittest.cc', |
| 583 'browser/renderer_host/input/touch_action_filter_unittest.cc', | 582 'browser/renderer_host/input/touch_action_filter_unittest.cc', |
| (...skipping 1446 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2030 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2029 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2031 }, | 2030 }, |
| 2032 ], | 2031 ], |
| 2033 }], | 2032 }], |
| 2034 ], | 2033 ], |
| 2035 }, | 2034 }, |
| 2036 ], | 2035 ], |
| 2037 }], | 2036 }], |
| 2038 ], | 2037 ], |
| 2039 } | 2038 } |
| OLD | NEW |