| 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 'variables': { | 6 'variables': { |
| 7 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
| 8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
| 9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
| 10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 'public/test/test_notification_tracker.cc', | 77 'public/test/test_notification_tracker.cc', |
| 78 'public/test/test_notification_tracker.h', | 78 'public/test/test_notification_tracker.h', |
| 79 'public/test/test_renderer_host.cc', | 79 'public/test/test_renderer_host.cc', |
| 80 'public/test/test_renderer_host.h', | 80 'public/test/test_renderer_host.h', |
| 81 'public/test/test_utils.cc', | 81 'public/test/test_utils.cc', |
| 82 'public/test/test_utils.h', | 82 'public/test/test_utils.h', |
| 83 'public/test/unittest_test_suite.cc', | 83 'public/test/unittest_test_suite.cc', |
| 84 'public/test/unittest_test_suite.h', | 84 'public/test/unittest_test_suite.h', |
| 85 'public/test/web_contents_tester.cc', | 85 'public/test/web_contents_tester.cc', |
| 86 'public/test/web_contents_tester.h', | 86 'public/test/web_contents_tester.h', |
| 87 'app/startup_helper_win.cc', | |
| 88 # TODO(phajdan.jr): All of those files should live in content/test (if | 87 # TODO(phajdan.jr): All of those files should live in content/test (if |
| 89 # they're only used by content) or content/public/test (if they're used | 88 # they're only used by content) or content/public/test (if they're used |
| 90 # by other embedders). | 89 # by other embedders). |
| 91 'browser/download/mock_download_file.cc', | 90 'browser/download/mock_download_file.cc', |
| 92 'browser/download/mock_download_file.h', | 91 'browser/download/mock_download_file.h', |
| 93 'browser/geolocation/fake_access_token_store.cc', | 92 'browser/geolocation/fake_access_token_store.cc', |
| 94 'browser/geolocation/fake_access_token_store.h', | 93 'browser/geolocation/fake_access_token_store.h', |
| 95 'browser/geolocation/mock_location_arbitrator.cc', | 94 'browser/geolocation/mock_location_arbitrator.cc', |
| 96 'browser/geolocation/mock_location_arbitrator.h', | 95 'browser/geolocation/mock_location_arbitrator.h', |
| 97 'browser/geolocation/mock_location_provider.cc', | 96 'browser/geolocation/mock_location_provider.cc', |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 285 '../webkit/storage_browser.gyp:webkit_storage_browser', | 284 '../webkit/storage_browser.gyp:webkit_storage_browser', |
| 286 '../webkit/storage_common.gyp:webkit_storage_common', | 285 '../webkit/storage_common.gyp:webkit_storage_common', |
| 287 ], | 286 ], |
| 288 'export_dependent_settings': [ | 287 'export_dependent_settings': [ |
| 289 '../third_party/WebKit/public/blink.gyp:blink', | 288 '../third_party/WebKit/public/blink.gyp:blink', |
| 290 ], | 289 ], |
| 291 }], | 290 }], |
| 292 ['OS == "win"', { | 291 ['OS == "win"', { |
| 293 'dependencies': [ | 292 'dependencies': [ |
| 294 '../sandbox/sandbox.gyp:sandbox', | 293 '../sandbox/sandbox.gyp:sandbox', |
| 294 'content.gyp:content_startup_helper_win', |
| 295 ], | 295 ], |
| 296 }], | 296 }], |
| 297 ['enable_webrtc==1', { | 297 ['enable_webrtc==1', { |
| 298 'sources': [ | 298 'sources': [ |
| 299 'renderer/media/mock_media_stream_dispatcher.cc', | 299 'renderer/media/mock_media_stream_dispatcher.cc', |
| 300 'renderer/media/mock_media_stream_dispatcher.h', | 300 'renderer/media/mock_media_stream_dispatcher.h', |
| 301 'renderer/media/mock_peer_connection_impl.cc', | 301 'renderer/media/mock_peer_connection_impl.cc', |
| 302 'renderer/media/mock_peer_connection_impl.h', | 302 'renderer/media/mock_peer_connection_impl.h', |
| 303 'renderer/media/mock_web_rtc_peer_connection_handler_client.cc', | 303 'renderer/media/mock_web_rtc_peer_connection_handler_client.cc', |
| 304 'renderer/media/mock_web_rtc_peer_connection_handler_client.h', | 304 'renderer/media/mock_web_rtc_peer_connection_handler_client.h', |
| (...skipping 1560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1865 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1865 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1866 }, | 1866 }, |
| 1867 ], | 1867 ], |
| 1868 }], | 1868 }], |
| 1869 ], | 1869 ], |
| 1870 }, | 1870 }, |
| 1871 ], | 1871 ], |
| 1872 }], | 1872 }], |
| 1873 ], | 1873 ], |
| 1874 } | 1874 } |
| OLD | NEW |