| 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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 480 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 481 '../third_party/libjingle/libjingle.gyp:libjingle', | 481 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 482 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 482 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 483 '../ui/gl/gl.gyp:gl', | 483 '../ui/gl/gl.gyp:gl', |
| 484 '../v8/tools/gyp/v8.gyp:v8', | 484 '../v8/tools/gyp/v8.gyp:v8', |
| 485 '../webkit/support/webkit_support.gyp:appcache', | 485 '../webkit/support/webkit_support.gyp:appcache', |
| 486 '../webkit/support/webkit_support.gyp:blob', | 486 '../webkit/support/webkit_support.gyp:blob', |
| 487 '../webkit/support/webkit_support.gyp:database', | 487 '../webkit/support/webkit_support.gyp:database', |
| 488 '../webkit/support/webkit_support.gyp:dom_storage', | 488 '../webkit/support/webkit_support.gyp:dom_storage', |
| 489 '../webkit/support/webkit_support.gyp:fileapi', | 489 '../webkit/support/webkit_support.gyp:fileapi', |
| 490 '../webkit/support/webkit_support.gyp:forms', | |
| 491 '../webkit/support/webkit_support.gyp:glue', | 490 '../webkit/support/webkit_support.gyp:glue', |
| 492 '../webkit/support/webkit_support.gyp:quota', | 491 '../webkit/support/webkit_support.gyp:quota', |
| 493 '../webkit/support/webkit_support.gyp:webkit_base', | 492 '../webkit/support/webkit_support.gyp:webkit_base', |
| 494 '../webkit/support/webkit_support.gyp:webkit_media', | 493 '../webkit/support/webkit_support.gyp:webkit_media', |
| 495 '../webkit/webkit.gyp:test_shell_test_support', | 494 '../webkit/webkit.gyp:test_shell_test_support', |
| 496 ], | 495 ], |
| 497 }], | 496 }], |
| 498 ['enable_webrtc==1', { | 497 ['enable_webrtc==1', { |
| 499 'sources': [ | 498 'sources': [ |
| 500 'browser/renderer_host/p2p/socket_host_test_utils.h', | 499 'browser/renderer_host/p2p/socket_host_test_utils.h', |
| (...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 592 }, | 591 }, |
| 593 ], | 592 ], |
| 594 'conditions': [ | 593 'conditions': [ |
| 595 ['OS!="ios"', { | 594 ['OS!="ios"', { |
| 596 'targets': [ | 595 'targets': [ |
| 597 { | 596 { |
| 598 'target_name': 'content_browsertests', | 597 'target_name': 'content_browsertests', |
| 599 'type': 'executable', | 598 'type': 'executable', |
| 600 'defines!': ['CONTENT_IMPLEMENTATION'], | 599 'defines!': ['CONTENT_IMPLEMENTATION'], |
| 601 'dependencies': [ | 600 'dependencies': [ |
| 601 'content_common', |
| 602 'content_gpu', | 602 'content_gpu', |
| 603 'content_plugin', | 603 'content_plugin', |
| 604 'content_renderer', | 604 'content_renderer', |
| 605 'content_shell_lib', | 605 'content_shell_lib', |
| 606 'content_shell_pak', | 606 'content_shell_pak', |
| 607 'test_support_content', | 607 'test_support_content', |
| 608 '../base/base.gyp:test_support_base', | 608 '../base/base.gyp:test_support_base', |
| 609 '../ipc/ipc.gyp:test_support_ipc', | 609 '../ipc/ipc.gyp:test_support_ipc', |
| 610 '../net/net.gyp:net_test_support', | 610 '../net/net.gyp:net_test_support', |
| 611 '../ppapi/ppapi_internal.gyp:ppapi_host', | 611 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 612 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 612 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 613 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 613 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
| 614 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 614 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 615 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 615 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 616 '../skia/skia.gyp:skia', | 616 '../skia/skia.gyp:skia', |
| 617 '../testing/gmock.gyp:gmock', | 617 '../testing/gmock.gyp:gmock', |
| 618 '../testing/gtest.gyp:gtest', | 618 '../testing/gtest.gyp:gtest', |
| 619 '../third_party/mesa/mesa.gyp:osmesa', | 619 '../third_party/mesa/mesa.gyp:osmesa', |
| 620 '../ui/ui.gyp:ui', | 620 '../ui/ui.gyp:ui', |
| 621 '../webkit/support/webkit_support.gyp:forms', | |
| 622 '../webkit/support/webkit_support.gyp:glue', | 621 '../webkit/support/webkit_support.gyp:glue', |
| 623 ], | 622 ], |
| 624 'include_dirs': [ | 623 'include_dirs': [ |
| 625 '..', | 624 '..', |
| 626 ], | 625 ], |
| 627 'includes': [ | 626 'includes': [ |
| 628 'browser/gpu/test_support_gpu.gypi', | 627 'browser/gpu/test_support_gpu.gypi', |
| 629 ], | 628 ], |
| 630 'defines': [ | 629 'defines': [ |
| 631 'HAS_OUT_OF_PROC_TEST_RUNNER', | 630 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| (...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 904 'java_in_dir': '../content/shell/android/javatests', | 903 'java_in_dir': '../content/shell/android/javatests', |
| 905 'resource_dir': '../res', | 904 'resource_dir': '../res', |
| 906 'additional_input_paths': ['<!@(find ../content/public/android/javat
ests/src -name "*.java")',], | 905 'additional_input_paths': ['<!@(find ../content/public/android/javat
ests/src -name "*.java")',], |
| 907 }, | 906 }, |
| 908 'includes': [ '../build/java_apk.gypi' ], | 907 'includes': [ '../build/java_apk.gypi' ], |
| 909 }, | 908 }, |
| 910 ], | 909 ], |
| 911 }], | 910 }], |
| 912 ], | 911 ], |
| 913 } | 912 } |
| OLD | NEW |