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

Side by Side Diff: content/content_tests.gypi

Issue 950343006: [BackgroundSync] Initial land of the BackgroundSyncManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CONTENT_EXPORT for nested classes Created 5 years, 9 months 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 'browser/appcache/appcache_update_job_unittest.cc', 326 'browser/appcache/appcache_update_job_unittest.cc',
327 'browser/appcache/appcache_url_request_job_unittest.cc', 327 'browser/appcache/appcache_url_request_job_unittest.cc',
328 'browser/appcache/chrome_appcache_service_unittest.cc', 328 'browser/appcache/chrome_appcache_service_unittest.cc',
329 'browser/appcache/mock_appcache_policy.cc', 329 'browser/appcache/mock_appcache_policy.cc',
330 'browser/appcache/mock_appcache_policy.h', 330 'browser/appcache/mock_appcache_policy.h',
331 'browser/appcache/mock_appcache_service.cc', 331 'browser/appcache/mock_appcache_service.cc',
332 'browser/appcache/mock_appcache_service.h', 332 'browser/appcache/mock_appcache_service.h',
333 'browser/appcache/mock_appcache_storage.cc', 333 'browser/appcache/mock_appcache_storage.cc',
334 'browser/appcache/mock_appcache_storage.h', 334 'browser/appcache/mock_appcache_storage.h',
335 'browser/appcache/mock_appcache_storage_unittest.cc', 335 'browser/appcache/mock_appcache_storage_unittest.cc',
336 'browser/background_sync/background_sync_manager_unittest.cc',
336 'browser/browser_thread_unittest.cc', 337 'browser/browser_thread_unittest.cc',
337 'browser/browser_url_handler_impl_unittest.cc', 338 'browser/browser_url_handler_impl_unittest.cc',
338 'browser/byte_stream_unittest.cc', 339 'browser/byte_stream_unittest.cc',
339 'browser/child_process_security_policy_unittest.cc', 340 'browser/child_process_security_policy_unittest.cc',
340 'browser/cocoa/system_hotkey_map_unittest.mm', 341 'browser/cocoa/system_hotkey_map_unittest.mm',
341 'browser/compositor/buffer_queue_unittest.cc', 342 'browser/compositor/buffer_queue_unittest.cc',
342 'browser/compositor/reflector_impl_unittest.cc', 343 'browser/compositor/reflector_impl_unittest.cc',
343 'browser/compositor/software_browser_compositor_output_surface_unittest.cc ', 344 'browser/compositor/software_browser_compositor_output_surface_unittest.cc ',
344 'browser/compositor/software_output_device_ozone_unittest.cc', 345 'browser/compositor/software_output_device_ozone_unittest.cc',
345 'browser/database_quota_client_unittest.cc', 346 'browser/database_quota_client_unittest.cc',
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
966 '../gin/gin.gyp:gin', 967 '../gin/gin.gyp:gin',
967 ], 968 ],
968 }], 969 }],
969 ], 970 ],
970 }, 971 },
971 { 972 {
972 # GN version: //content/test:content_unittests 973 # GN version: //content/test:content_unittests
973 'target_name': 'content_unittests', 974 'target_name': 'content_unittests',
974 'type': '<(gtest_target_type)', 975 'type': '<(gtest_target_type)',
975 'dependencies': [ 976 'dependencies': [
977 'browser/background_sync/background_sync_proto.gyp:background_sync_proto ',
976 'browser/notifications/notification_proto.gyp:notification_proto', 978 'browser/notifications/notification_proto.gyp:notification_proto',
977 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', 979 'browser/service_worker/service_worker_proto.gyp:service_worker_proto',
978 'browser/speech/proto/speech_proto.gyp:speech_proto', 980 'browser/speech/proto/speech_proto.gyp:speech_proto',
979 'content.gyp:content_browser', 981 'content.gyp:content_browser',
980 'content.gyp:content_common', 982 'content.gyp:content_common',
981 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 983 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
982 'test_support_content', 984 'test_support_content',
983 '../base/base.gyp:test_support_base', 985 '../base/base.gyp:test_support_base',
984 '../crypto/crypto.gyp:crypto', 986 '../crypto/crypto.gyp:crypto',
985 '../device/battery/battery.gyp:device_battery', 987 '../device/battery/battery.gyp:device_battery',
(...skipping 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after
2165 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 2167 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
2166 }, 2168 },
2167 ], 2169 ],
2168 }], 2170 }],
2169 ], 2171 ],
2170 }, 2172 },
2171 ], 2173 ],
2172 }], 2174 }],
2173 ], 2175 ],
2174 } 2176 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698