| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'test/dwrite_font_fake_sender_win.cc', | 112 'test/dwrite_font_fake_sender_win.cc', |
| 113 'test/dwrite_font_fake_sender_win.h', | 113 'test/dwrite_font_fake_sender_win.h', |
| 114 'test/fake_compositor_dependencies.cc', | 114 'test/fake_compositor_dependencies.cc', |
| 115 'test/fake_compositor_dependencies.h', | 115 'test/fake_compositor_dependencies.h', |
| 116 'test/fake_plugin_service.cc', | 116 'test/fake_plugin_service.cc', |
| 117 'test/fake_plugin_service.h', | 117 'test/fake_plugin_service.h', |
| 118 'test/mock_background_sync_controller.cc', | 118 'test/mock_background_sync_controller.cc', |
| 119 'test/mock_background_sync_controller.h', | 119 'test/mock_background_sync_controller.h', |
| 120 'test/mock_google_streaming_server.cc', | 120 'test/mock_google_streaming_server.cc', |
| 121 'test/mock_google_streaming_server.h', | 121 'test/mock_google_streaming_server.h', |
| 122 'test/mock_gpu_channel_establish_factory.cc', | |
| 123 'test/mock_gpu_channel_establish_factory.h', | |
| 124 'test/mock_keyboard.cc', | 122 'test/mock_keyboard.cc', |
| 125 'test/mock_keyboard.h', | 123 'test/mock_keyboard.h', |
| 126 'test/mock_keyboard_driver_win.cc', | 124 'test/mock_keyboard_driver_win.cc', |
| 127 'test/mock_keyboard_driver_win.h', | 125 'test/mock_keyboard_driver_win.h', |
| 128 'test/mock_permission_manager.cc', | 126 'test/mock_permission_manager.cc', |
| 129 'test/mock_permission_manager.h', | 127 'test/mock_permission_manager.h', |
| 130 'test/mock_render_process.cc', | 128 'test/mock_render_process.cc', |
| 131 'test/mock_render_process.h', | 129 'test/mock_render_process.h', |
| 132 'test/mock_ssl_host_state_delegate.cc', | 130 'test/mock_ssl_host_state_delegate.cc', |
| 133 'test/mock_ssl_host_state_delegate.h', | 131 'test/mock_ssl_host_state_delegate.h', |
| (...skipping 1795 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1929 'content_unittests_apk.isolate', | 1927 'content_unittests_apk.isolate', |
| 1930 ], | 1928 ], |
| 1931 }, | 1929 }, |
| 1932 ], | 1930 ], |
| 1933 }, | 1931 }, |
| 1934 ], | 1932 ], |
| 1935 ], | 1933 ], |
| 1936 }], | 1934 }], |
| 1937 ], | 1935 ], |
| 1938 } | 1936 } |
| OLD | NEW |