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