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 '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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 ['include', '^public/test/test_utils\\.cc$'], | 160 ['include', '^public/test/test_utils\\.cc$'], |
161 ['include', '^public/test/unittest_test_suite\\.cc$'], | 161 ['include', '^public/test/unittest_test_suite\\.cc$'], |
162 ['include', '^test/content_test_suite\\.cc$'], | 162 ['include', '^test/content_test_suite\\.cc$'], |
163 ['include', '^test/test_content_browser_client\\.cc$'], | 163 ['include', '^test/test_content_browser_client\\.cc$'], |
164 ['include', '^test/test_content_client\\.cc$'], | 164 ['include', '^test/test_content_client\\.cc$'], |
165 ], | 165 ], |
166 }, { # OS != "ios" | 166 }, { # OS != "ios" |
167 'dependencies': [ | 167 'dependencies': [ |
168 'content_child', | 168 'content_child', |
169 'content_ppapi_plugin', | 169 'content_ppapi_plugin', |
| 170 'content_renderer', |
170 'content_utility', | 171 'content_utility', |
171 'content_worker', | 172 'content_worker', |
172 '../ppapi/ppapi_internal.gyp:ppapi_host', | 173 '../ppapi/ppapi_internal.gyp:ppapi_host', |
173 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 174 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
174 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 175 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
175 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 176 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
176 '../third_party/WebKit/public/blink.gyp:blink', | 177 '../third_party/WebKit/public/blink.gyp:blink', |
177 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR
enderTree.gyp:TestRunner', | 178 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR
enderTree.gyp:TestRunner', |
178 '../ui/surface/surface.gyp:surface', | 179 '../ui/surface/surface.gyp:surface', |
179 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 180 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1246 'resource_dir': 'shell/android/shell_apk/res', | 1247 'resource_dir': 'shell/android/shell_apk/res', |
1247 'additional_src_dirs': ['public/android/javatests/',], | 1248 'additional_src_dirs': ['public/android/javatests/',], |
1248 'is_test_apk': 1, | 1249 'is_test_apk': 1, |
1249 }, | 1250 }, |
1250 'includes': [ '../build/java_apk.gypi' ], | 1251 'includes': [ '../build/java_apk.gypi' ], |
1251 }, | 1252 }, |
1252 ], | 1253 ], |
1253 }], | 1254 }], |
1254 ], | 1255 ], |
1255 } | 1256 } |
OLD | NEW |