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'], |
11 'dependencies': [ | 11 'dependencies': [ |
12 '../media/media.gyp:media', | |
13 '../net/net.gyp:net_test_support', | 12 '../net/net.gyp:net_test_support', |
14 '../skia/skia.gyp:skia', | 13 '../skia/skia.gyp:skia', |
15 '../testing/gmock.gyp:gmock', | 14 '../testing/gmock.gyp:gmock', |
16 '../testing/gtest.gyp:gtest', | 15 '../testing/gtest.gyp:gtest', |
17 '../ui/ui.gyp:ui_test_support', | 16 '../ui/ui.gyp:ui_test_support', |
18 '../url/url.gyp:url_lib', | 17 '../url/url.gyp:url_lib', |
19 'content_app', | 18 'content_app', |
20 'content_browser', | 19 'content_browser', |
21 'content_common', | 20 'content_common', |
22 ], | 21 ], |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
158 ['include', '^test/content_test_suite\\.cc$'], | 157 ['include', '^test/content_test_suite\\.cc$'], |
159 ['include', '^test/test_content_browser_client\\.cc$'], | 158 ['include', '^test/test_content_browser_client\\.cc$'], |
160 ['include', '^test/test_content_client\\.cc$'], | 159 ['include', '^test/test_content_client\\.cc$'], |
161 ], | 160 ], |
162 }, { # OS != "ios" | 161 }, { # OS != "ios" |
163 'dependencies': [ | 162 'dependencies': [ |
164 'content_child', | 163 'content_child', |
165 'content_ppapi_plugin', | 164 'content_ppapi_plugin', |
166 'content_utility', | 165 'content_utility', |
167 'content_worker', | 166 'content_worker', |
| 167 '../media/media.gyp:media', |
168 '../ppapi/ppapi_internal.gyp:ppapi_host', | 168 '../ppapi/ppapi_internal.gyp:ppapi_host', |
169 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 169 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
170 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 170 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
171 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 171 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
172 '../third_party/WebKit/public/blink.gyp:blink', | 172 '../third_party/WebKit/public/blink.gyp:blink', |
173 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR
enderTree.gyp:TestRunner', | 173 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR
enderTree.gyp:TestRunner', |
174 '../ui/surface/surface.gyp:surface', | 174 '../ui/surface/surface.gyp:surface', |
175 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 175 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
176 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk
it_compositor_support', | 176 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk
it_compositor_support', |
177 '../webkit/support/webkit_support.gyp:webkit_support_common', | 177 '../webkit/support/webkit_support.gyp:webkit_support_common', |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 'target_name': 'content_unittests', | 244 'target_name': 'content_unittests', |
245 'type': '<(gtest_target_type)', | 245 'type': '<(gtest_target_type)', |
246 'defines!': ['CONTENT_IMPLEMENTATION'], | 246 'defines!': ['CONTENT_IMPLEMENTATION'], |
247 'dependencies': [ | 247 'dependencies': [ |
248 'content_browser', | 248 'content_browser', |
249 'content_common', | 249 'content_common', |
250 'test_support_content', | 250 'test_support_content', |
251 'browser/speech/proto/speech_proto.gyp:speech_proto', | 251 'browser/speech/proto/speech_proto.gyp:speech_proto', |
252 '../base/base.gyp:test_support_base', | 252 '../base/base.gyp:test_support_base', |
253 '../crypto/crypto.gyp:crypto', | 253 '../crypto/crypto.gyp:crypto', |
254 '../media/media.gyp:media_test_support', | |
255 '../net/net.gyp:net_test_support', | 254 '../net/net.gyp:net_test_support', |
256 '../skia/skia.gyp:skia', | 255 '../skia/skia.gyp:skia', |
257 '../sql/sql.gyp:sql', | 256 '../sql/sql.gyp:sql', |
258 '../testing/gmock.gyp:gmock', | 257 '../testing/gmock.gyp:gmock', |
259 '../testing/gtest.gyp:gtest', | 258 '../testing/gtest.gyp:gtest', |
260 '../ui/ui.gyp:ui', | 259 '../ui/ui.gyp:ui', |
261 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 260 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
262 ], | 261 ], |
263 'include_dirs': [ | 262 'include_dirs': [ |
264 '..', | 263 '..', |
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
565 'content_child', | 564 'content_child', |
566 'content_gpu', | 565 'content_gpu', |
567 'content_plugin', | 566 'content_plugin', |
568 'content_renderer', | 567 'content_renderer', |
569 'content_resources.gyp:content_resources', | 568 'content_resources.gyp:content_resources', |
570 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 569 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
571 '../gpu/gpu.gyp:gpu', | 570 '../gpu/gpu.gyp:gpu', |
572 '../gpu/gpu.gyp:gpu_unittest_utils', | 571 '../gpu/gpu.gyp:gpu_unittest_utils', |
573 '../ipc/ipc.gyp:test_support_ipc', | 572 '../ipc/ipc.gyp:test_support_ipc', |
574 '../jingle/jingle.gyp:jingle_glue_test_util', | 573 '../jingle/jingle.gyp:jingle_glue_test_util', |
| 574 '../media/media.gyp:media_test_support', |
575 '../media/media.gyp:shared_memory_support', | 575 '../media/media.gyp:shared_memory_support', |
576 '../third_party/WebKit/public/blink.gyp:blink', | 576 '../third_party/WebKit/public/blink.gyp:blink', |
577 '../third_party/icu/icu.gyp:icui18n', | 577 '../third_party/icu/icu.gyp:icui18n', |
578 '../third_party/icu/icu.gyp:icuuc', | 578 '../third_party/icu/icu.gyp:icuuc', |
579 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 579 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
580 '../third_party/libjingle/libjingle.gyp:libjingle', | 580 '../third_party/libjingle/libjingle.gyp:libjingle', |
581 '../ui/gl/gl.gyp:gl', | 581 '../ui/gl/gl.gyp:gl', |
582 '../v8/tools/gyp/v8.gyp:v8', | 582 '../v8/tools/gyp/v8.gyp:v8', |
583 '../webkit/base/webkit_base.gyp:webkit_base', | 583 '../webkit/base/webkit_base.gyp:webkit_base', |
584 '../webkit/common/webkit_common.gyp:webkit_common', | 584 '../webkit/common/webkit_common.gyp:webkit_common', |
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1223 'resource_dir': 'shell/android/shell_apk/res', | 1223 'resource_dir': 'shell/android/shell_apk/res', |
1224 'additional_src_dirs': ['public/android/javatests/',], | 1224 'additional_src_dirs': ['public/android/javatests/',], |
1225 'is_test_apk': 1, | 1225 'is_test_apk': 1, |
1226 }, | 1226 }, |
1227 'includes': [ '../build/java_apk.gypi' ], | 1227 'includes': [ '../build/java_apk.gypi' ], |
1228 }, | 1228 }, |
1229 ], | 1229 ], |
1230 }], | 1230 }], |
1231 ], | 1231 ], |
1232 } | 1232 } |
OLD | NEW |