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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 'browser/fileapi/sandbox_database_test_helper.h', | 434 'browser/fileapi/sandbox_database_test_helper.h', |
435 'browser/fileapi/sandbox_directory_database_unittest.cc', | 435 'browser/fileapi/sandbox_directory_database_unittest.cc', |
436 'browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc', | 436 'browser/fileapi/sandbox_file_system_backend_delegate_unittest.cc', |
437 'browser/fileapi/sandbox_file_system_backend_unittest.cc', | 437 'browser/fileapi/sandbox_file_system_backend_unittest.cc', |
438 'browser/fileapi/sandbox_isolated_origin_database_unittest.cc', | 438 'browser/fileapi/sandbox_isolated_origin_database_unittest.cc', |
439 'browser/fileapi/sandbox_origin_database_unittest.cc', | 439 'browser/fileapi/sandbox_origin_database_unittest.cc', |
440 'browser/fileapi/sandbox_prioritized_origin_database_unittest.cc', | 440 'browser/fileapi/sandbox_prioritized_origin_database_unittest.cc', |
441 'browser/fileapi/timed_task_helper_unittest.cc', | 441 'browser/fileapi/timed_task_helper_unittest.cc', |
442 'browser/fileapi/transient_file_util_unittest.cc', | 442 'browser/fileapi/transient_file_util_unittest.cc', |
443 'browser/fileapi/upload_file_system_file_element_reader_unittest.cc', | 443 'browser/fileapi/upload_file_system_file_element_reader_unittest.cc', |
| 444 'browser/font_access/font_access_service_unittest.cc', |
444 'browser/frame_host/frame_tree_unittest.cc', | 445 'browser/frame_host/frame_tree_unittest.cc', |
445 'browser/frame_host/navigation_controller_impl_unittest.cc', | 446 'browser/frame_host/navigation_controller_impl_unittest.cc', |
446 'browser/frame_host/navigation_entry_impl_unittest.cc', | 447 'browser/frame_host/navigation_entry_impl_unittest.cc', |
447 'browser/frame_host/navigation_handle_impl_unittest.cc', | 448 'browser/frame_host/navigation_handle_impl_unittest.cc', |
448 'browser/frame_host/navigator_impl_unittest.cc', | 449 'browser/frame_host/navigator_impl_unittest.cc', |
449 'browser/frame_host/render_frame_host_manager_unittest.cc', | 450 'browser/frame_host/render_frame_host_manager_unittest.cc', |
450 'browser/frame_host/render_widget_host_view_child_frame_unittest.cc', | 451 'browser/frame_host/render_widget_host_view_child_frame_unittest.cc', |
451 'browser/frame_host/render_widget_host_view_guest_unittest.cc', | 452 'browser/frame_host/render_widget_host_view_guest_unittest.cc', |
452 'browser/gamepad/gamepad_provider_unittest.cc', | 453 'browser/gamepad/gamepad_provider_unittest.cc', |
453 'browser/gamepad/gamepad_service_unittest.cc', | 454 'browser/gamepad/gamepad_service_unittest.cc', |
(...skipping 1778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2232 'content_unittests_apk.isolate', | 2233 'content_unittests_apk.isolate', |
2233 ], | 2234 ], |
2234 }, | 2235 }, |
2235 ], | 2236 ], |
2236 }, | 2237 }, |
2237 ], | 2238 ], |
2238 ], | 2239 ], |
2239 }], | 2240 }], |
2240 ], | 2241 ], |
2241 } | 2242 } |
OLD | NEW |