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

Side by Side Diff: content/content_tests.gypi

Issue 12886022: Implement offline mode behind a flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Setup OfflinePolicy for all started requests. Created 7 years, 8 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 | Annotate | Revision Log
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/common/content_switches.h » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 'browser/gpu/gpu_data_manager_impl_unittest.cc', 297 'browser/gpu/gpu_data_manager_impl_unittest.cc',
298 'browser/gpu/gpu_driver_bug_list_unittest.cc', 298 'browser/gpu/gpu_driver_bug_list_unittest.cc',
299 'browser/gpu/gpu_switching_list_unittest.cc', 299 'browser/gpu/gpu_switching_list_unittest.cc',
300 'browser/gpu/gpu_util_unittest.cc', 300 'browser/gpu/gpu_util_unittest.cc',
301 'browser/gpu/shader_disk_cache_unittest.cc', 301 'browser/gpu/shader_disk_cache_unittest.cc',
302 'browser/host_zoom_map_impl_unittest.cc', 302 'browser/host_zoom_map_impl_unittest.cc',
303 'browser/hyphenator/hyphenator_message_filter_unittest.cc', 303 'browser/hyphenator/hyphenator_message_filter_unittest.cc',
304 'browser/in_process_webkit/webkit_thread_unittest.cc', 304 'browser/in_process_webkit/webkit_thread_unittest.cc',
305 'browser/indexed_db/indexed_db_unittest.cc', 305 'browser/indexed_db/indexed_db_unittest.cc',
306 'browser/indexed_db/indexed_db_quota_client_unittest.cc', 306 'browser/indexed_db/indexed_db_quota_client_unittest.cc',
307 'browser/loader/offline_policy_unittest.cc',
307 'browser/loader/resource_buffer_unittest.cc', 308 'browser/loader/resource_buffer_unittest.cc',
308 'browser/loader/resource_dispatcher_host_unittest.cc', 309 'browser/loader/resource_dispatcher_host_unittest.cc',
309 'browser/loader/resource_loader_unittest.cc', 310 'browser/loader/resource_loader_unittest.cc',
310 'browser/loader/resource_scheduler_unittest.cc', 311 'browser/loader/resource_scheduler_unittest.cc',
311 'browser/mach_broker_mac_unittest.cc', 312 'browser/mach_broker_mac_unittest.cc',
312 'browser/media/media_internals_unittest.cc', 313 'browser/media/media_internals_unittest.cc',
313 'browser/media/webrtc_internals_unittest.cc', 314 'browser/media/webrtc_internals_unittest.cc',
314 'browser/net/sqlite_persistent_cookie_store_unittest.cc', 315 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
315 'browser/notification_service_impl_unittest.cc', 316 'browser/notification_service_impl_unittest.cc',
316 'browser/plugin_loader_posix_unittest.cc', 317 'browser/plugin_loader_posix_unittest.cc',
(...skipping 757 matching lines...) Expand 10 before | Expand all | Expand 10 after
1074 'resource_dir': 'shell/android/shell_apk/res', 1075 'resource_dir': 'shell/android/shell_apk/res',
1075 'additional_src_dirs': ['public/android/javatests/',], 1076 'additional_src_dirs': ['public/android/javatests/',],
1076 'is_test_apk': 1, 1077 'is_test_apk': 1,
1077 }, 1078 },
1078 'includes': [ '../build/java_apk.gypi' ], 1079 'includes': [ '../build/java_apk.gypi' ],
1079 }, 1080 },
1080 ], 1081 ],
1081 }], 1082 }],
1082 ], 1083 ],
1083 } 1084 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698