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

Side by Side Diff: content/content_tests.gypi

Issue 1414033002: [CacheStorage] Give cache directories unique names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments from PS12 Created 5 years, 2 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/browser/cache_storage/cache_storage_manager_unittest.cc ('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 1012 matching lines...) Expand 10 before | Expand all | Expand 10 after
1023 ], 1023 ],
1024 }], 1024 }],
1025 ], 1025 ],
1026 }, 1026 },
1027 { 1027 {
1028 # GN version: //content/test:content_unittests 1028 # GN version: //content/test:content_unittests
1029 'target_name': 'content_unittests', 1029 'target_name': 'content_unittests',
1030 'type': '<(gtest_target_type)', 1030 'type': '<(gtest_target_type)',
1031 'dependencies': [ 1031 'dependencies': [
1032 'browser/background_sync/background_sync_proto.gyp:background_sync_proto ', 1032 'browser/background_sync/background_sync_proto.gyp:background_sync_proto ',
1033 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto',
1033 'browser/notifications/notification_proto.gyp:notification_proto', 1034 'browser/notifications/notification_proto.gyp:notification_proto',
1034 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', 1035 'browser/service_worker/service_worker_proto.gyp:service_worker_proto',
1035 'browser/speech/proto/speech_proto.gyp:speech_proto', 1036 'browser/speech/proto/speech_proto.gyp:speech_proto',
1036 'content.gyp:content_browser', 1037 'content.gyp:content_browser',
1037 'content.gyp:content_common', 1038 'content.gyp:content_common',
1038 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 1039 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
1039 'test_support_content', 1040 'test_support_content',
1040 '../base/base.gyp:test_support_base', 1041 '../base/base.gyp:test_support_base',
1041 '../crypto/crypto.gyp:crypto', 1042 '../crypto/crypto.gyp:crypto',
1042 '../device/battery/battery.gyp:device_battery', 1043 '../device/battery/battery.gyp:device_battery',
(...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after
2197 'content_unittests_apk.isolate', 2198 'content_unittests_apk.isolate',
2198 ], 2199 ],
2199 }, 2200 },
2200 ], 2201 ],
2201 }, 2202 },
2202 ], 2203 ],
2203 ], 2204 ],
2204 }], 2205 }],
2205 ], 2206 ],
2206 } 2207 }
OLDNEW
« no previous file with comments | « content/browser/cache_storage/cache_storage_manager_unittest.cc ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698