| 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 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1323 '../ui/accessibility/accessibility.gyp:ax_gen', | 1321 '../ui/accessibility/accessibility.gyp:ax_gen', |
| 1324 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 1322 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 1325 ], | 1323 ], |
| 1326 'sources': [ | 1324 'sources': [ |
| 1327 # Source list duplicated in GN build. | 1325 # Source list duplicated in GN build. |
| 1328 'public/test/content_browser_test.cc', | 1326 'public/test/content_browser_test.cc', |
| 1329 'public/test/content_browser_test.h', | 1327 'public/test/content_browser_test.h', |
| 1330 'public/test/content_browser_test_utils.cc', | 1328 'public/test/content_browser_test_utils.cc', |
| 1331 'public/test/content_browser_test_utils.h', | 1329 'public/test/content_browser_test_utils.h', |
| 1332 'public/test/content_browser_test_utils_mac.mm', | 1330 'public/test/content_browser_test_utils_mac.mm', |
| 1331 'test/content_browser_test_utils_internal.cc', |
| 1332 'test/content_browser_test_utils_internal.h', |
| 1333 'test/content_test_launcher.cc', | 1333 'test/content_test_launcher.cc', |
| 1334 ], | 1334 ], |
| 1335 'include_dirs': [ | 1335 'include_dirs': [ |
| 1336 '<(SHARED_INTERMEDIATE_DIR)', | 1336 '<(SHARED_INTERMEDIATE_DIR)', |
| 1337 ], | 1337 ], |
| 1338 'conditions': [ | 1338 'conditions': [ |
| 1339 ['OS=="android"', { | 1339 ['OS=="android"', { |
| 1340 'dependencies': [ | 1340 'dependencies': [ |
| 1341 'content.gyp:content_app_both', | 1341 'content.gyp:content_app_both', |
| 1342 ], | 1342 ], |
| (...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2070 ], | 2070 ], |
| 2071 }, | 2071 }, |
| 2072 'includes': [ | 2072 'includes': [ |
| 2073 '../build/host_jar.gypi', | 2073 '../build/host_jar.gypi', |
| 2074 ], | 2074 ], |
| 2075 }, | 2075 }, |
| 2076 ], | 2076 ], |
| 2077 }], | 2077 }], |
| 2078 ], | 2078 ], |
| 2079 } | 2079 } |
| OLD | NEW |