| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 'test/appcache_test_helper.cc', | 104 'test/appcache_test_helper.cc', |
| 105 'test/appcache_test_helper.h', | 105 'test/appcache_test_helper.h', |
| 106 'test/blink_test_environment.cc', | 106 'test/blink_test_environment.cc', |
| 107 'test/blink_test_environment.h', | 107 'test/blink_test_environment.h', |
| 108 'test/browser_side_navigation_test_utils.cc', | 108 'test/browser_side_navigation_test_utils.cc', |
| 109 'test/browser_side_navigation_test_utils.h', | 109 'test/browser_side_navigation_test_utils.h', |
| 110 'test/content_browser_test_utils_internal.cc', | 110 'test/content_browser_test_utils_internal.cc', |
| 111 'test/content_browser_test_utils_internal.h', | 111 'test/content_browser_test_utils_internal.h', |
| 112 'test/content_test_suite.cc', | 112 'test/content_test_suite.cc', |
| 113 'test/content_test_suite.h', | 113 'test/content_test_suite.h', |
| 114 'test/fake_compositor_dependencies.cc', |
| 115 'test/fake_compositor_dependencies.h', |
| 114 'test/fake_plugin_service.cc', | 116 'test/fake_plugin_service.cc', |
| 115 'test/fake_plugin_service.h', | 117 'test/fake_plugin_service.h', |
| 118 'test/fake_renderer_scheduler.cc', |
| 119 'test/fake_renderer_scheduler.h', |
| 116 'test/mock_google_streaming_server.cc', | 120 'test/mock_google_streaming_server.cc', |
| 117 'test/mock_google_streaming_server.h', | 121 'test/mock_google_streaming_server.h', |
| 118 'test/mock_keyboard.cc', | 122 'test/mock_keyboard.cc', |
| 119 'test/mock_keyboard.h', | 123 'test/mock_keyboard.h', |
| 120 'test/mock_keyboard_driver_win.cc', | 124 'test/mock_keyboard_driver_win.cc', |
| 121 'test/mock_keyboard_driver_win.h', | 125 'test/mock_keyboard_driver_win.h', |
| 122 'test/mock_render_process.cc', | 126 'test/mock_render_process.cc', |
| 123 'test/mock_render_process.h', | 127 'test/mock_render_process.h', |
| 124 'test/mock_webblob_registry_impl.cc', | 128 'test/mock_webblob_registry_impl.cc', |
| 125 'test/mock_webblob_registry_impl.h', | 129 'test/mock_webblob_registry_impl.h', |
| (...skipping 1934 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2060 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 2064 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 2061 }, | 2065 }, |
| 2062 ], | 2066 ], |
| 2063 }], | 2067 }], |
| 2064 ], | 2068 ], |
| 2065 }, | 2069 }, |
| 2066 ], | 2070 ], |
| 2067 }], | 2071 }], |
| 2068 ], | 2072 ], |
| 2069 } | 2073 } |
| OLD | NEW |