| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 'public/test/browser_test.h', | 29 'public/test/browser_test.h', |
| 30 'public/test/browser_test_base.cc', | 30 'public/test/browser_test_base.cc', |
| 31 'public/test/browser_test_base.h', | 31 'public/test/browser_test_base.h', |
| 32 'public/test/browser_test_utils.cc', | 32 'public/test/browser_test_utils.cc', |
| 33 'public/test/browser_test_utils.h', | 33 'public/test/browser_test_utils.h', |
| 34 'public/test/content_test_suite_base.cc', | 34 'public/test/content_test_suite_base.cc', |
| 35 'public/test/content_test_suite_base.h', | 35 'public/test/content_test_suite_base.h', |
| 36 'public/test/download_test_observer.cc', | 36 'public/test/download_test_observer.cc', |
| 37 'public/test/download_test_observer.h', | 37 'public/test/download_test_observer.h', |
| 38 'public/test/js_injection_ready_observer.h', | 38 'public/test/js_injection_ready_observer.h', |
| 39 'public/test/layouttest_support.h', |
| 39 'public/test/mock_download_item.cc', | 40 'public/test/mock_download_item.cc', |
| 40 'public/test/mock_download_item.h', | 41 'public/test/mock_download_item.h', |
| 41 'public/test/mock_download_manager.cc', | 42 'public/test/mock_download_manager.cc', |
| 42 'public/test/mock_download_manager.h', | 43 'public/test/mock_download_manager.h', |
| 43 'public/test/mock_notification_observer.cc', | 44 'public/test/mock_notification_observer.cc', |
| 44 'public/test/mock_notification_observer.h', | 45 'public/test/mock_notification_observer.h', |
| 45 'public/test/mock_render_process_host.cc', | 46 'public/test/mock_render_process_host.cc', |
| 46 'public/test/mock_render_process_host.h', | 47 'public/test/mock_render_process_host.h', |
| 47 'public/test/mock_render_thread.cc', | 48 'public/test/mock_render_thread.cc', |
| 48 'public/test/mock_render_thread.h', | 49 'public/test/mock_render_thread.h', |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 'browser/web_contents/test_web_contents.cc', | 98 'browser/web_contents/test_web_contents.cc', |
| 98 'browser/web_contents/test_web_contents.h', | 99 'browser/web_contents/test_web_contents.h', |
| 99 'gpu/gpu_idirect3d9_mock_win.cc', | 100 'gpu/gpu_idirect3d9_mock_win.cc', |
| 100 'gpu/gpu_idirect3d9_mock_win.h', | 101 'gpu/gpu_idirect3d9_mock_win.h', |
| 101 'test/content_test_suite.cc', | 102 'test/content_test_suite.cc', |
| 102 'test/content_test_suite.h', | 103 'test/content_test_suite.h', |
| 103 'test/gpu/gpu_test_config.cc', | 104 'test/gpu/gpu_test_config.cc', |
| 104 'test/gpu/gpu_test_config.h', | 105 'test/gpu/gpu_test_config.h', |
| 105 'test/gpu/gpu_test_expectations_parser.cc', | 106 'test/gpu/gpu_test_expectations_parser.cc', |
| 106 'test/gpu/gpu_test_expectations_parser.h', | 107 'test/gpu/gpu_test_expectations_parser.h', |
| 108 'test/layouttest_support.cc', |
| 107 'test/mock_keyboard.cc', | 109 'test/mock_keyboard.cc', |
| 108 'test/mock_keyboard_driver_win.cc', | 110 'test/mock_keyboard_driver_win.cc', |
| 109 'test/mock_keyboard_driver_win.h', | 111 'test/mock_keyboard_driver_win.h', |
| 110 'test/mock_keyboard.h', | 112 'test/mock_keyboard.h', |
| 111 'test/mock_render_process.cc', | 113 'test/mock_render_process.cc', |
| 112 'test/mock_render_process.h', | 114 'test/mock_render_process.h', |
| 113 'test/net/url_request_failed_job.cc', | 115 'test/net/url_request_failed_job.cc', |
| 114 'test/net/url_request_failed_job.h', | 116 'test/net/url_request_failed_job.h', |
| 115 'test/net/url_request_mock_http_job.cc', | 117 'test/net/url_request_mock_http_job.cc', |
| 116 'test/net/url_request_mock_http_job.h', | 118 'test/net/url_request_mock_http_job.h', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 }, { # OS != "ios" | 160 }, { # OS != "ios" |
| 159 'dependencies': [ | 161 'dependencies': [ |
| 160 'content_ppapi_plugin', | 162 'content_ppapi_plugin', |
| 161 'content_utility', | 163 'content_utility', |
| 162 'content_worker', | 164 'content_worker', |
| 163 '../ppapi/ppapi_internal.gyp:ppapi_host', | 165 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 164 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 166 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 165 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 167 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 166 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 168 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 167 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 169 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 170 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende
rTree.gyp:TestRunner', |
| 168 '../ui/surface/surface.gyp:surface', | 171 '../ui/surface/surface.gyp:surface', |
| 169 '../webkit/compositor_bindings/compositor_bindings.gyp:webkit_compos
itor_support', | 172 '../webkit/compositor_bindings/compositor_bindings.gyp:webkit_compos
itor_support', |
| 170 '../webkit/support/webkit_support.gyp:webkit_storage', | 173 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 171 ], | 174 ], |
| 172 }], | 175 }], |
| 173 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', { | 176 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', { |
| 174 'dependencies': [ | 177 'dependencies': [ |
| 175 '../sandbox/sandbox.gyp:sandbox', | 178 '../sandbox/sandbox.gyp:sandbox', |
| 176 ], | 179 ], |
| 177 }], | 180 }], |
| (...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 926 'java_in_dir': '../content/shell/android/javatests', | 929 'java_in_dir': '../content/shell/android/javatests', |
| 927 'resource_dir': '../res', | 930 'resource_dir': '../res', |
| 928 'additional_src_dirs': ['../content/public/android/javatests/'], | 931 'additional_src_dirs': ['../content/public/android/javatests/'], |
| 929 }, | 932 }, |
| 930 'includes': [ '../build/java_apk.gypi' ], | 933 'includes': [ '../build/java_apk.gypi' ], |
| 931 }, | 934 }, |
| 932 ], | 935 ], |
| 933 }], | 936 }], |
| 934 ], | 937 ], |
| 935 } | 938 } |
| OLD | NEW |