| 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': 'layouttest_support_content', | 8 'target_name': 'layouttest_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'conditions': [ | 10 'conditions': [ |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 '../webkit/child/webkit_child.gyp:webkit_child', | 252 '../webkit/child/webkit_child.gyp:webkit_child', |
| 253 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 253 '../webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 254 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk
it_compositor_support', | 254 '../webkit/renderer/compositor_bindings/compositor_bindings.gyp:webk
it_compositor_support', |
| 255 '../webkit/storage_browser.gyp:webkit_storage_browser', | 255 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 256 '../webkit/storage_common.gyp:webkit_storage_common', | 256 '../webkit/storage_common.gyp:webkit_storage_common', |
| 257 ], | 257 ], |
| 258 'export_dependent_settings': [ | 258 'export_dependent_settings': [ |
| 259 '../third_party/WebKit/public/blink.gyp:blink', | 259 '../third_party/WebKit/public/blink.gyp:blink', |
| 260 ], | 260 ], |
| 261 }], | 261 }], |
| 262 ['OS == "win" or toolkit_uses_gtk == 1', { | 262 ['OS == "win"', { |
| 263 'dependencies': [ | 263 'dependencies': [ |
| 264 '../sandbox/sandbox.gyp:sandbox', | 264 '../sandbox/sandbox.gyp:sandbox', |
| 265 ], | 265 ], |
| 266 }], | 266 }], |
| 267 ['enable_webrtc==1', { | 267 ['enable_webrtc==1', { |
| 268 'sources': [ | 268 'sources': [ |
| 269 'renderer/media/mock_media_stream_dependency_factory.cc', | 269 'renderer/media/mock_media_stream_dependency_factory.cc', |
| 270 'renderer/media/mock_media_stream_dependency_factory.h', | 270 'renderer/media/mock_media_stream_dependency_factory.h', |
| 271 'renderer/media/mock_media_stream_dispatcher.cc', | 271 'renderer/media/mock_media_stream_dispatcher.cc', |
| 272 'renderer/media/mock_media_stream_dispatcher.h', | 272 'renderer/media/mock_media_stream_dispatcher.h', |
| (...skipping 928 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1201 ['use_aura==1 or toolkit_views==1', { | 1201 ['use_aura==1 or toolkit_views==1', { |
| 1202 'dependencies': [ | 1202 'dependencies': [ |
| 1203 '../ui/events/events.gyp:events_test_support', | 1203 '../ui/events/events.gyp:events_test_support', |
| 1204 ], | 1204 ], |
| 1205 }], | 1205 }], |
| 1206 ['use_aura!=1 and OS!="mac"', { | 1206 ['use_aura!=1 and OS!="mac"', { |
| 1207 'sources/': [ | 1207 'sources/': [ |
| 1208 ['exclude', '^browser/compositor/'], | 1208 ['exclude', '^browser/compositor/'], |
| 1209 ], | 1209 ], |
| 1210 }], | 1210 }], |
| 1211 ['OS!="android" and OS!="ios"', { | 1211 ['OS!="android" and OS!="ios" and OS!="linux"', { |
| 1212 # npapi test plugin doesn't build on android or ios | 1212 # npapi test plugin doesn't build on android or ios |
| 1213 'dependencies': [ | 1213 'dependencies': [ |
| 1214 # Runtime dependencies | 1214 # Runtime dependencies |
| 1215 'copy_npapi_test_plugin', | 1215 'copy_npapi_test_plugin', |
| 1216 ], | 1216 ], |
| 1217 }], | 1217 }], |
| 1218 ['enable_webrtc==1', { | 1218 ['enable_webrtc==1', { |
| 1219 'sources': [ | 1219 'sources': [ |
| 1220 'browser/media/webrtc_browsertest.cc', | 1220 'browser/media/webrtc_browsertest.cc', |
| 1221 'browser/media/webrtc_getusermedia_browsertest.cc', | 1221 'browser/media/webrtc_getusermedia_browsertest.cc', |
| (...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1642 'apk_name': 'ContentShellTest', | 1642 'apk_name': 'ContentShellTest', |
| 1643 'java_in_dir': 'shell/android/javatests', | 1643 'java_in_dir': 'shell/android/javatests', |
| 1644 'resource_dir': 'shell/android/shell_apk/res', | 1644 'resource_dir': 'shell/android/shell_apk/res', |
| 1645 'additional_src_dirs': ['public/android/javatests/',], | 1645 'additional_src_dirs': ['public/android/javatests/',], |
| 1646 'is_test_apk': 1, | 1646 'is_test_apk': 1, |
| 1647 }, | 1647 }, |
| 1648 'includes': [ '../build/java_apk.gypi' ], | 1648 'includes': [ '../build/java_apk.gypi' ], |
| 1649 }, | 1649 }, |
| 1650 ], | 1650 ], |
| 1651 }], | 1651 }], |
| 1652 ['OS!="android" and OS!="ios"', { | 1652 ['OS!="android" and OS!="ios" and OS!="linux"', { |
| 1653 # npapi test plugin doesn't build on android or ios | 1653 # npapi test plugin doesn't build on android or ios |
| 1654 'targets': [ | 1654 'targets': [ |
| 1655 { | 1655 { |
| 1656 'target_name': 'npapi_test_plugin', | 1656 'target_name': 'npapi_test_plugin', |
| 1657 'type': 'loadable_module', | 1657 'type': 'loadable_module', |
| 1658 'variables': { | 1658 'variables': { |
| 1659 'chromium_code': 1, | 1659 'chromium_code': 1, |
| 1660 }, | 1660 }, |
| 1661 'mac_bundle': 1, | 1661 'mac_bundle': 1, |
| 1662 'dependencies': [ | 1662 'dependencies': [ |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1788 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1788 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1789 }, | 1789 }, |
| 1790 ], | 1790 ], |
| 1791 }], | 1791 }], |
| 1792 ], | 1792 ], |
| 1793 }, | 1793 }, |
| 1794 ], | 1794 ], |
| 1795 }], | 1795 }], |
| 1796 ], | 1796 ], |
| 1797 } | 1797 } |
| OLD | NEW |