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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'public/test/test_file_system_backend.cc', | 69 'public/test/test_file_system_backend.cc', |
70 'public/test/test_file_system_backend.h', | 70 'public/test/test_file_system_backend.h', |
71 'public/test/test_file_system_context.cc', | 71 'public/test/test_file_system_context.cc', |
72 'public/test/test_file_system_context.h', | 72 'public/test/test_file_system_context.h', |
73 'public/test/test_file_system_options.cc', | 73 'public/test/test_file_system_options.cc', |
74 'public/test/test_file_system_options.h', | 74 'public/test/test_file_system_options.h', |
75 'public/test/test_launcher.cc', | 75 'public/test/test_launcher.cc', |
76 'public/test/test_launcher.h', | 76 'public/test/test_launcher.h', |
77 'public/test/test_mojo_app.cc', | 77 'public/test/test_mojo_app.cc', |
78 'public/test/test_mojo_app.h', | 78 'public/test/test_mojo_app.h', |
| 79 'public/test/test_mojo_shell_context.cc', |
| 80 'public/test/test_mojo_shell_context.h', |
79 'public/test/test_navigation_observer.cc', | 81 'public/test/test_navigation_observer.cc', |
80 'public/test/test_navigation_observer.h', | 82 'public/test/test_navigation_observer.h', |
81 'public/test/test_notification_tracker.cc', | 83 'public/test/test_notification_tracker.cc', |
82 'public/test/test_notification_tracker.h', | 84 'public/test/test_notification_tracker.h', |
83 'public/test/test_renderer_host.cc', | 85 'public/test/test_renderer_host.cc', |
84 'public/test/test_renderer_host.h', | 86 'public/test/test_renderer_host.h', |
85 'public/test/test_synchronous_compositor_android.cc', | 87 'public/test/test_synchronous_compositor_android.cc', |
86 'public/test/test_synchronous_compositor_android.h', | 88 'public/test/test_synchronous_compositor_android.h', |
87 'public/test/test_utils.cc', | 89 'public/test/test_utils.cc', |
88 'public/test/test_utils.h', | 90 'public/test/test_utils.h', |
(...skipping 1833 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1922 'content_unittests_apk.isolate', | 1924 'content_unittests_apk.isolate', |
1923 ], | 1925 ], |
1924 }, | 1926 }, |
1925 ], | 1927 ], |
1926 }, | 1928 }, |
1927 ], | 1929 ], |
1928 ], | 1930 ], |
1929 }], | 1931 }], |
1930 ], | 1932 ], |
1931 } | 1933 } |
OLD | NEW |