Chromium Code Reviews| 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 161 ], | 161 ], |
| 162 }, { # OS != "ios" | 162 }, { # OS != "ios" |
| 163 'dependencies': [ | 163 'dependencies': [ |
| 164 'content_ppapi_plugin', | 164 'content_ppapi_plugin', |
| 165 'content_utility', | 165 'content_utility', |
| 166 'content_worker', | 166 'content_worker', |
| 167 '../ppapi/ppapi_internal.gyp:ppapi_host', | 167 '../ppapi/ppapi_internal.gyp:ppapi_host', |
| 168 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 168 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| 169 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 169 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 170 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', | 170 '../ppapi/ppapi_internal.gyp:ppapi_unittest_shared', |
| 171 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 171 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 172 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende rTree.gyp:TestRunner', | 172 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner', |
| 173 '../ui/surface/surface.gyp:surface', | 173 '../ui/surface/surface.gyp:surface', |
| 174 '../webkit/compositor_bindings/compositor_bindings.gyp:webkit_compos itor_support', | 174 '../webkit/compositor_bindings/compositor_bindings.gyp:webkit_compos itor_support', |
| 175 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu', | 175 '../webkit/gpu/webkit_gpu.gyp:webkit_gpu', |
| 176 '../webkit/support/webkit_support.gyp:webkit_storage', | 176 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 177 '../webkit/support/webkit_support.gyp:webkit_support_common', | 177 '../webkit/support/webkit_support.gyp:webkit_support_common', |
| 178 ], | 178 ], |
| 179 }], | 179 }], |
| 180 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', { | 180 ['OS == "win" or (toolkit_uses_gtk == 1 and selinux == 0)', { |
| 181 'dependencies': [ | 181 'dependencies': [ |
| 182 '../sandbox/sandbox.gyp:sandbox', | 182 '../sandbox/sandbox.gyp:sandbox', |
| (...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 560 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', | 560 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn amic_annotations', |
| 561 '../gpu/gpu.gyp:gpu', | 561 '../gpu/gpu.gyp:gpu', |
| 562 '../gpu/gpu.gyp:gpu_unittest_utils', | 562 '../gpu/gpu.gyp:gpu_unittest_utils', |
| 563 '../ipc/ipc.gyp:test_support_ipc', | 563 '../ipc/ipc.gyp:test_support_ipc', |
| 564 '../jingle/jingle.gyp:jingle_glue_test_util', | 564 '../jingle/jingle.gyp:jingle_glue_test_util', |
| 565 '../media/media.gyp:shared_memory_support', | 565 '../media/media.gyp:shared_memory_support', |
| 566 '../third_party/icu/icu.gyp:icui18n', | 566 '../third_party/icu/icu.gyp:icui18n', |
| 567 '../third_party/icu/icu.gyp:icuuc', | 567 '../third_party/icu/icu.gyp:icuuc', |
| 568 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 568 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 569 '../third_party/libjingle/libjingle.gyp:libjingle', | 569 '../third_party/libjingle/libjingle.gyp:libjingle', |
| 570 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', | 570 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
| 571 '../ui/gl/gl.gyp:gl', | 571 '../ui/gl/gl.gyp:gl', |
| 572 '../v8/tools/gyp/v8.gyp:v8', | 572 '../v8/tools/gyp/v8.gyp:v8', |
| 573 '../webkit/support/webkit_support.gyp:glue', | 573 '../webkit/support/webkit_support.gyp:glue', |
| 574 '../webkit/support/webkit_support.gyp:webkit_base', | 574 '../webkit/support/webkit_support.gyp:webkit_base', |
| 575 '../webkit/support/webkit_support.gyp:webkit_media', | 575 '../webkit/support/webkit_support.gyp:webkit_media', |
| 576 '../webkit/support/webkit_support.gyp:webkit_storage', | 576 '../webkit/support/webkit_support.gyp:webkit_storage', |
| 577 '../webkit/webkit.gyp:test_shell_test_support', | 577 '../webkit/webkit.gyp:test_shell_test_support', |
| 578 ], | 578 ], |
| 579 }], | 579 }], |
| 580 ['enable_plugins==0', { | 580 ['enable_plugins==0', { |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 725 '../testing/gmock.gyp:gmock', | 725 '../testing/gmock.gyp:gmock', |
| 726 '../testing/gtest.gyp:gtest', | 726 '../testing/gtest.gyp:gtest', |
| 727 '../third_party/mesa/mesa.gyp:osmesa', | 727 '../third_party/mesa/mesa.gyp:osmesa', |
| 728 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ', | 728 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ', |
| 729 '../ui/gl/gl.gyp:gl', | 729 '../ui/gl/gl.gyp:gl', |
| 730 '../ui/snapshot/snapshot.gyp:snapshot', | 730 '../ui/snapshot/snapshot.gyp:snapshot', |
| 731 '../ui/ui.gyp:shell_dialogs', | 731 '../ui/ui.gyp:shell_dialogs', |
| 732 '../ui/ui.gyp:ui', | 732 '../ui/ui.gyp:ui', |
| 733 '../webkit/support/webkit_support.gyp:clearkeycdmadapter', | 733 '../webkit/support/webkit_support.gyp:clearkeycdmadapter', |
| 734 '../webkit/support/webkit_support.gyp:glue', | 734 '../webkit/support/webkit_support.gyp:glue', |
| 735 '<(webkit_src_dir)/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpRende rTree.gyp:TestRunner_resources', | 735 '../third_party/WebKit/Tools/DumpRenderTree/DumpRenderTree.gyp/DumpR enderTree.gyp:TestRunner_resources', |
|
jam
2013/05/07 23:18:10
ditto
| |
| 736 ], | 736 ], |
| 737 'include_dirs': [ | 737 'include_dirs': [ |
| 738 '..', | 738 '..', |
| 739 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc | 739 '<(SHARED_INTERMEDIATE_DIR)', # Needed by encrypted_media_browserte st.cc |
| 740 ], | 740 ], |
| 741 'includes': [ | 741 'includes': [ |
| 742 'browser/gpu/test_support_gpu.gypi', | 742 'browser/gpu/test_support_gpu.gypi', |
| 743 ], | 743 ], |
| 744 'defines': [ | 744 'defines': [ |
| 745 'HAS_OUT_OF_PROC_TEST_RUNNER', | 745 'HAS_OUT_OF_PROC_TEST_RUNNER', |
| (...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1108 'resource_dir': 'shell/android/shell_apk/res', | 1108 'resource_dir': 'shell/android/shell_apk/res', |
| 1109 'additional_src_dirs': ['public/android/javatests/',], | 1109 'additional_src_dirs': ['public/android/javatests/',], |
| 1110 'is_test_apk': 1, | 1110 'is_test_apk': 1, |
| 1111 }, | 1111 }, |
| 1112 'includes': [ '../build/java_apk.gypi' ], | 1112 'includes': [ '../build/java_apk.gypi' ], |
| 1113 }, | 1113 }, |
| 1114 ], | 1114 ], |
| 1115 }], | 1115 }], |
| 1116 ], | 1116 ], |
| 1117 } | 1117 } |
| OLD | NEW |