| 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 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 216 'test/weburl_loader_mock.h', | 216 'test/weburl_loader_mock.h', |
| 217 'test/weburl_loader_mock_factory.cc', | 217 'test/weburl_loader_mock_factory.cc', |
| 218 'test/weburl_loader_mock_factory.h', | 218 'test/weburl_loader_mock_factory.h', |
| 219 ], | 219 ], |
| 220 'conditions': [ | 220 'conditions': [ |
| 221 ['enable_plugins==0', { | 221 ['enable_plugins==0', { |
| 222 'sources!': [ | 222 'sources!': [ |
| 223 'test/ppapi_unittest.cc', | 223 'test/ppapi_unittest.cc', |
| 224 ], | 224 ], |
| 225 }], | 225 }], |
| 226 ['input_speech==0', { | 226 ['enable_web_speech==0', { |
| 227 'sources!': [ | 227 'sources!': [ |
| 228 'test/mock_google_streaming_server.cc', | 228 'test/mock_google_streaming_server.cc', |
| 229 ], | 229 ], |
| 230 }], | 230 }], |
| 231 ['OS == "ios"', { | 231 ['OS == "ios"', { |
| 232 'sources/': [ | 232 'sources/': [ |
| 233 # iOS only needs a small portion of content; exclude all the | 233 # iOS only needs a small portion of content; exclude all the |
| 234 # implementation, and re-include what is used. | 234 # implementation, and re-include what is used. |
| 235 ['exclude', '\\.(cc|mm)$'], | 235 ['exclude', '\\.(cc|mm)$'], |
| 236 ['include', '_ios\\.(cc|mm)$'], | 236 ['include', '_ios\\.(cc|mm)$'], |
| (...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 817 ], | 817 ], |
| 818 }], | 818 }], |
| 819 # TODO(jrg): remove the OS=="android" section? | 819 # TODO(jrg): remove the OS=="android" section? |
| 820 # http://crbug.com/113172 | 820 # http://crbug.com/113172 |
| 821 # Understand better how media_stream_ is tied into Chromium. | 821 # Understand better how media_stream_ is tied into Chromium. |
| 822 ['enable_webrtc==0 and OS=="android"', { | 822 ['enable_webrtc==0 and OS=="android"', { |
| 823 'sources/': [ | 823 'sources/': [ |
| 824 ['exclude', '^renderer/media/media_stream_'], | 824 ['exclude', '^renderer/media/media_stream_'], |
| 825 ], | 825 ], |
| 826 }], | 826 }], |
| 827 ['input_speech==0', { | 827 ['enable_web_speech==0', { |
| 828 'sources/': [ | 828 'sources/': [ |
| 829 ['exclude', '^browser/speech/'], | 829 ['exclude', '^browser/speech/'], |
| 830 ] | 830 ] |
| 831 }], | 831 }], |
| 832 ['notifications==0', { | 832 ['notifications==0', { |
| 833 'sources!': [ | 833 'sources!': [ |
| 834 'renderer/active_notification_tracker_unittest.cc', | 834 'renderer/active_notification_tracker_unittest.cc', |
| 835 ], | 835 ], |
| 836 }], | 836 }], |
| 837 ['OS=="linux"', { | 837 ['OS=="linux"', { |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1289 'browser/plugin_service_impl_browsertest.cc', | 1289 'browser/plugin_service_impl_browsertest.cc', |
| 1290 'browser/plugin_data_remover_impl_browsertest.cc', | 1290 'browser/plugin_data_remover_impl_browsertest.cc', |
| 1291 'test/ppapi/ppapi_browsertest.cc', | 1291 'test/ppapi/ppapi_browsertest.cc', |
| 1292 'test/ppapi/ppapi_test.cc', | 1292 'test/ppapi/ppapi_test.cc', |
| 1293 'test/ppapi/ppapi_test.h', | 1293 'test/ppapi/ppapi_test.h', |
| 1294 ], | 1294 ], |
| 1295 'dependencies!': [ | 1295 'dependencies!': [ |
| 1296 '../ppapi/ppapi_internal.gyp:ppapi_tests', | 1296 '../ppapi/ppapi_internal.gyp:ppapi_tests', |
| 1297 ] | 1297 ] |
| 1298 }], | 1298 }], |
| 1299 ['input_speech==0', { | 1299 ['enable_web_speech==0', { |
| 1300 'sources/': [ | 1300 'sources/': [ |
| 1301 ['exclude', '^browser/speech/'], | 1301 ['exclude', '^browser/speech/'], |
| 1302 ] | 1302 ] |
| 1303 }], | 1303 }], |
| 1304 ['branding=="Chrome"', { | 1304 ['branding=="Chrome"', { |
| 1305 'sources!': [ | 1305 'sources!': [ |
| 1306 # These tests depend on single process mode, which is disabled | 1306 # These tests depend on single process mode, which is disabled |
| 1307 # in official builds. | 1307 # in official builds. |
| 1308 'renderer/browser_render_view_browsertest.cc', | 1308 'renderer/browser_render_view_browsertest.cc', |
| 1309 'renderer/dom_serializer_browsertest.cc', | 1309 'renderer/dom_serializer_browsertest.cc', |
| (...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1835 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1835 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1836 }, | 1836 }, |
| 1837 ], | 1837 ], |
| 1838 }], | 1838 }], |
| 1839 ], | 1839 ], |
| 1840 }, | 1840 }, |
| 1841 ], | 1841 ], |
| 1842 }], | 1842 }], |
| 1843 ], | 1843 ], |
| 1844 } | 1844 } |
| OLD | NEW |