| 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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 'public/test/web_contents_tester.cc', | 103 'public/test/web_contents_tester.cc', |
| 104 'public/test/web_contents_tester.h', | 104 'public/test/web_contents_tester.h', |
| 105 'test/appcache_test_helper.cc', | 105 'test/appcache_test_helper.cc', |
| 106 'test/appcache_test_helper.h', | 106 'test/appcache_test_helper.h', |
| 107 'test/blink_test_environment.cc', | 107 'test/blink_test_environment.cc', |
| 108 'test/blink_test_environment.h', | 108 'test/blink_test_environment.h', |
| 109 'test/browser_side_navigation_test_utils.cc', | 109 'test/browser_side_navigation_test_utils.cc', |
| 110 'test/browser_side_navigation_test_utils.h', | 110 'test/browser_side_navigation_test_utils.h', |
| 111 'test/content_browser_sanity_checker.cc', | 111 'test/content_browser_sanity_checker.cc', |
| 112 'test/content_browser_sanity_checker.h', | 112 'test/content_browser_sanity_checker.h', |
| 113 'test/content_browser_test_utils_internal.cc', | |
| 114 'test/content_browser_test_utils_internal.h', | |
| 115 'test/content_test_suite.cc', | 113 'test/content_test_suite.cc', |
| 116 'test/content_test_suite.h', | 114 'test/content_test_suite.h', |
| 117 'test/fake_compositor_dependencies.cc', | 115 'test/fake_compositor_dependencies.cc', |
| 118 'test/fake_compositor_dependencies.h', | 116 'test/fake_compositor_dependencies.h', |
| 119 'test/fake_plugin_service.cc', | 117 'test/fake_plugin_service.cc', |
| 120 'test/fake_plugin_service.h', | 118 'test/fake_plugin_service.h', |
| 121 'test/fake_renderer_scheduler.cc', | 119 'test/fake_renderer_scheduler.cc', |
| 122 'test/fake_renderer_scheduler.h', | 120 'test/fake_renderer_scheduler.h', |
| 123 'test/mock_google_streaming_server.cc', | 121 'test/mock_google_streaming_server.cc', |
| 124 'test/mock_google_streaming_server.h', | 122 'test/mock_google_streaming_server.h', |
| (...skipping 1199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1324 '../ui/accessibility/accessibility.gyp:ax_gen', | 1322 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 1325 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 1323 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 1326 ], | 1324 ], |
| 1327 'sources': [ | 1325 'sources': [ |
| 1328 # Source list duplicated in GN build. | 1326 # Source list duplicated in GN build. |
| 1329 'public/test/content_browser_test.cc', | 1327 'public/test/content_browser_test.cc', |
| 1330 'public/test/content_browser_test.h', | 1328 'public/test/content_browser_test.h', |
| 1331 'public/test/content_browser_test_utils.cc', | 1329 'public/test/content_browser_test_utils.cc', |
| 1332 'public/test/content_browser_test_utils.h', | 1330 'public/test/content_browser_test_utils.h', |
| 1333 'public/test/content_browser_test_utils_mac.mm', | 1331 'public/test/content_browser_test_utils_mac.mm', |
| 1332 'test/content_browser_test_utils_internal.cc', |
| 1333 'test/content_browser_test_utils_internal.h', |
| 1334 'test/content_test_launcher.cc', | 1334 'test/content_test_launcher.cc', |
| 1335 ], | 1335 ], |
| 1336 'include_dirs': [ | 1336 'include_dirs': [ |
| 1337 '<(SHARED_INTERMEDIATE_DIR)', | 1337 '<(SHARED_INTERMEDIATE_DIR)', |
| 1338 ], | 1338 ], |
| 1339 'conditions': [ | 1339 'conditions': [ |
| 1340 ['OS=="android"', { | 1340 ['OS=="android"', { |
| 1341 'dependencies': [ | 1341 'dependencies': [ |
| 1342 'content.gyp:content_app_both', | 1342 'content.gyp:content_app_both', |
| 1343 ], | 1343 ], |
| (...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2092 ], | 2092 ], |
| 2093 }, | 2093 }, |
| 2094 'includes': [ | 2094 'includes': [ |
| 2095 '../build/host_jar.gypi', | 2095 '../build/host_jar.gypi', |
| 2096 ], | 2096 ], |
| 2097 }, | 2097 }, |
| 2098 ], | 2098 ], |
| 2099 }], | 2099 }], |
| 2100 ], | 2100 ], |
| 2101 } | 2101 } |
| OLD | NEW |