| 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'layouttest_support_content', | 8 'target_name': 'layouttest_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 526 'browser/quota/mock_quota_manager_unittest.cc', | 526 'browser/quota/mock_quota_manager_unittest.cc', |
| 527 'browser/quota/quota_database_unittest.cc', | 527 'browser/quota/quota_database_unittest.cc', |
| 528 'browser/quota/quota_backend_impl_unittest.cc', | 528 'browser/quota/quota_backend_impl_unittest.cc', |
| 529 'browser/quota/quota_manager_unittest.cc', | 529 'browser/quota/quota_manager_unittest.cc', |
| 530 'browser/quota/quota_reservation_manager_unittest.cc', | 530 'browser/quota/quota_reservation_manager_unittest.cc', |
| 531 'browser/quota/quota_temporary_storage_evictor_unittest.cc', | 531 'browser/quota/quota_temporary_storage_evictor_unittest.cc', |
| 532 'browser/quota/storage_monitor_unittest.cc', | 532 'browser/quota/storage_monitor_unittest.cc', |
| 533 'browser/quota/usage_tracker_unittest.cc', | 533 'browser/quota/usage_tracker_unittest.cc', |
| 534 'browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc
', | 534 'browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc
', |
| 535 'browser/renderer_host/input/gesture_event_queue_unittest.cc', | 535 'browser/renderer_host/input/gesture_event_queue_unittest.cc', |
| 536 'browser/renderer_host/input/gesture_text_selector_unittest.cc', |
| 536 'browser/renderer_host/input/input_router_impl_unittest.cc', | 537 'browser/renderer_host/input/input_router_impl_unittest.cc', |
| 537 'browser/renderer_host/input/mock_input_ack_handler.cc', | 538 'browser/renderer_host/input/mock_input_ack_handler.cc', |
| 538 'browser/renderer_host/input/mock_input_ack_handler.h', | 539 'browser/renderer_host/input/mock_input_ack_handler.h', |
| 539 'browser/renderer_host/input/mock_input_router_client.cc', | 540 'browser/renderer_host/input/mock_input_router_client.cc', |
| 540 'browser/renderer_host/input/mock_input_router_client.h', | 541 'browser/renderer_host/input/mock_input_router_client.h', |
| 541 'browser/renderer_host/input/synthetic_gesture_controller_unittest.cc', | 542 'browser/renderer_host/input/synthetic_gesture_controller_unittest.cc', |
| 542 'browser/renderer_host/input/tap_suppression_controller_unittest.cc', | 543 'browser/renderer_host/input/tap_suppression_controller_unittest.cc', |
| 543 'browser/renderer_host/input/touch_action_filter_unittest.cc', | 544 'browser/renderer_host/input/touch_action_filter_unittest.cc', |
| 544 'browser/renderer_host/input/touch_emulator_unittest.cc', | 545 'browser/renderer_host/input/touch_emulator_unittest.cc', |
| 545 'browser/renderer_host/input/touch_event_queue_unittest.cc', | 546 'browser/renderer_host/input/touch_event_queue_unittest.cc', |
| (...skipping 1276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1822 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1823 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1823 }, | 1824 }, |
| 1824 ], | 1825 ], |
| 1825 }], | 1826 }], |
| 1826 ], | 1827 ], |
| 1827 }, | 1828 }, |
| 1828 ], | 1829 ], |
| 1829 }], | 1830 }], |
| 1830 ], | 1831 ], |
| 1831 } | 1832 } |
| OLD | NEW |