Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Side by Side Diff: content/content_tests.gypi

Issue 1445603003: Extension SW - add test for ServiceWorkerRegistration.sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix after r360068 Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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',
11 'test/layouttest_support.cc', 11 'test/layouttest_support.cc',
12 ], 12 ],
13 'test_support_content_sources': [ 13 'test_support_content_sources': [
14 # TODO(phajdan.jr): All of those files should live in content/test (if 14 # TODO(phajdan.jr): All of those files should live in content/test (if
15 # they're only used by content) or content/public/test (if they're used 15 # they're only used by content) or content/public/test (if they're used
16 # by other embedders). 16 # by other embedders).
17 'browser/download/mock_download_file.cc', 17 'browser/download/mock_download_file.cc',
18 'browser/download/mock_download_file.h', 18 'browser/download/mock_download_file.h',
19 'browser/geolocation/fake_access_token_store.cc', 19 'browser/geolocation/fake_access_token_store.cc',
20 'browser/geolocation/fake_access_token_store.h', 20 'browser/geolocation/fake_access_token_store.h',
21 'browser/geolocation/mock_location_arbitrator.cc', 21 'browser/geolocation/mock_location_arbitrator.cc',
22 'browser/geolocation/mock_location_arbitrator.h', 22 'browser/geolocation/mock_location_arbitrator.h',
23 'browser/geolocation/mock_location_provider.cc', 23 'browser/geolocation/mock_location_provider.cc',
24 'browser/geolocation/mock_location_provider.h', 24 'browser/geolocation/mock_location_provider.h',
25 'public/test/async_file_test_helper.cc', 25 'public/test/async_file_test_helper.cc',
26 'public/test/async_file_test_helper.h', 26 'public/test/async_file_test_helper.h',
27 'public/test/background_sync_test_util.cc',
28 'public/test/background_sync_test_util.h',
27 'public/test/browser_test.h', 29 'public/test/browser_test.h',
28 'public/test/browser_test_base.cc', 30 'public/test/browser_test_base.cc',
29 'public/test/browser_test_base.h', 31 'public/test/browser_test_base.h',
30 'public/test/browser_test_utils.cc', 32 'public/test/browser_test_utils.cc',
31 'public/test/browser_test_utils.h', 33 'public/test/browser_test_utils.h',
32 'public/test/content_test_suite_base.cc', 34 'public/test/content_test_suite_base.cc',
33 'public/test/content_test_suite_base.h', 35 'public/test/content_test_suite_base.h',
34 'public/test/download_test_observer.cc', 36 'public/test/download_test_observer.cc',
35 'public/test/download_test_observer.h', 37 'public/test/download_test_observer.h',
36 'public/test/fake_speech_recognition_manager.cc', 38 'public/test/fake_speech_recognition_manager.cc',
(...skipping 2153 matching lines...) Expand 10 before | Expand all | Expand 10 after
2190 'content_unittests_apk.isolate', 2192 'content_unittests_apk.isolate',
2191 ], 2193 ],
2192 }, 2194 },
2193 ], 2195 ],
2194 }, 2196 },
2195 ], 2197 ],
2196 ], 2198 ],
2197 }], 2199 }],
2198 ], 2200 ],
2199 } 2201 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698