| 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 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 512 'browser/quota/mock_quota_manager_unittest.cc', | 512 'browser/quota/mock_quota_manager_unittest.cc', |
| 513 'browser/quota/quota_database_unittest.cc', | 513 'browser/quota/quota_database_unittest.cc', |
| 514 'browser/quota/quota_backend_impl_unittest.cc', | 514 'browser/quota/quota_backend_impl_unittest.cc', |
| 515 'browser/quota/quota_manager_unittest.cc', | 515 'browser/quota/quota_manager_unittest.cc', |
| 516 'browser/quota/quota_reservation_manager_unittest.cc', | 516 'browser/quota/quota_reservation_manager_unittest.cc', |
| 517 'browser/quota/quota_temporary_storage_evictor_unittest.cc', | 517 'browser/quota/quota_temporary_storage_evictor_unittest.cc', |
| 518 'browser/quota/storage_monitor_unittest.cc', | 518 'browser/quota/storage_monitor_unittest.cc', |
| 519 'browser/quota/usage_tracker_unittest.cc', | 519 'browser/quota/usage_tracker_unittest.cc', |
| 520 'browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc
', | 520 'browser/renderer_host/compositing_iosurface_transformer_mac_unittest.cc
', |
| 521 'browser/renderer_host/input/gesture_event_queue_unittest.cc', | 521 'browser/renderer_host/input/gesture_event_queue_unittest.cc', |
| 522 'browser/renderer_host/input/gesture_text_selector_unittest.cc', |
| 522 'browser/renderer_host/input/input_router_impl_unittest.cc', | 523 'browser/renderer_host/input/input_router_impl_unittest.cc', |
| 523 'browser/renderer_host/input/mock_input_ack_handler.cc', | 524 'browser/renderer_host/input/mock_input_ack_handler.cc', |
| 524 'browser/renderer_host/input/mock_input_ack_handler.h', | 525 'browser/renderer_host/input/mock_input_ack_handler.h', |
| 525 'browser/renderer_host/input/mock_input_router_client.cc', | 526 'browser/renderer_host/input/mock_input_router_client.cc', |
| 526 'browser/renderer_host/input/mock_input_router_client.h', | 527 'browser/renderer_host/input/mock_input_router_client.h', |
| 527 'browser/renderer_host/input/synthetic_gesture_controller_unittest.cc', | 528 'browser/renderer_host/input/synthetic_gesture_controller_unittest.cc', |
| 528 'browser/renderer_host/input/tap_suppression_controller_unittest.cc', | 529 'browser/renderer_host/input/tap_suppression_controller_unittest.cc', |
| 529 'browser/renderer_host/input/touch_action_filter_unittest.cc', | 530 'browser/renderer_host/input/touch_action_filter_unittest.cc', |
| 530 'browser/renderer_host/input/touch_emulator_unittest.cc', | 531 'browser/renderer_host/input/touch_emulator_unittest.cc', |
| 531 'browser/renderer_host/input/touch_event_queue_unittest.cc', | 532 'browser/renderer_host/input/touch_event_queue_unittest.cc', |
| (...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1825 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1826 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1826 }, | 1827 }, |
| 1827 ], | 1828 ], |
| 1828 }], | 1829 }], |
| 1829 ], | 1830 ], |
| 1830 }, | 1831 }, |
| 1831 ], | 1832 ], |
| 1832 }], | 1833 }], |
| 1833 ], | 1834 ], |
| 1834 } | 1835 } |
| OLD | NEW |