| 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 26 matching lines...) Expand all Loading... |
| 37 'public/test/javascript_test_observer.cc', | 37 'public/test/javascript_test_observer.cc', |
| 38 'public/test/javascript_test_observer.h', | 38 'public/test/javascript_test_observer.h', |
| 39 'public/test/mock_blob_url_request_context.cc', | 39 'public/test/mock_blob_url_request_context.cc', |
| 40 'public/test/mock_blob_url_request_context.h', | 40 'public/test/mock_blob_url_request_context.h', |
| 41 'public/test/mock_download_item.cc', | 41 'public/test/mock_download_item.cc', |
| 42 'public/test/mock_download_item.h', | 42 'public/test/mock_download_item.h', |
| 43 'public/test/mock_download_manager.cc', | 43 'public/test/mock_download_manager.cc', |
| 44 'public/test/mock_download_manager.h', | 44 'public/test/mock_download_manager.h', |
| 45 'public/test/mock_notification_observer.cc', | 45 'public/test/mock_notification_observer.cc', |
| 46 'public/test/mock_notification_observer.h', | 46 'public/test/mock_notification_observer.h', |
| 47 'public/test/mock_render_frame_host.cc', |
| 48 'public/test/mock_render_frame_host.h', |
| 47 'public/test/mock_render_process_host.cc', | 49 'public/test/mock_render_process_host.cc', |
| 48 'public/test/mock_render_process_host.h', | 50 'public/test/mock_render_process_host.h', |
| 49 'public/test/mock_render_thread.cc', | 51 'public/test/mock_render_thread.cc', |
| 50 'public/test/mock_render_thread.h', | 52 'public/test/mock_render_thread.h', |
| 51 'public/test/mock_resource_context.cc', | 53 'public/test/mock_resource_context.cc', |
| 52 'public/test/mock_resource_context.h', | 54 'public/test/mock_resource_context.h', |
| 53 'public/test/mock_special_storage_policy.cc', | 55 'public/test/mock_special_storage_policy.cc', |
| 54 'public/test/mock_special_storage_policy.h', | 56 'public/test/mock_special_storage_policy.h', |
| 55 'public/test/mock_storage_client.cc', | 57 'public/test/mock_storage_client.cc', |
| 56 'public/test/mock_storage_client.h', | 58 'public/test/mock_storage_client.h', |
| (...skipping 1859 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1916 'content_unittests_apk.isolate', | 1918 'content_unittests_apk.isolate', |
| 1917 ], | 1919 ], |
| 1918 }, | 1920 }, |
| 1919 ], | 1921 ], |
| 1920 }, | 1922 }, |
| 1921 ], | 1923 ], |
| 1922 ], | 1924 ], |
| 1923 }], | 1925 }], |
| 1924 ], | 1926 ], |
| 1925 } | 1927 } |
| OLD | NEW |