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

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: Nits 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
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 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 ], 1022 ],
1023 }], 1023 }],
1024 ], 1024 ],
1025 }, 1025 },
1026 { 1026 {
1027 # GN version: //content/test:content_unittests 1027 # GN version: //content/test:content_unittests
1028 'target_name': 'content_unittests', 1028 'target_name': 'content_unittests',
1029 'type': '<(gtest_target_type)', 1029 'type': '<(gtest_target_type)',
1030 'dependencies': [ 1030 'dependencies': [
1031 'browser/background_sync/background_sync_proto.gyp:background_sync_proto ', 1031 'browser/background_sync/background_sync_proto.gyp:background_sync_proto ',
1032 'browser/cache_storage/cache_storage_proto.gyp:cache_storage_proto',
1032 'browser/notifications/notification_proto.gyp:notification_proto', 1033 'browser/notifications/notification_proto.gyp:notification_proto',
1033 'browser/service_worker/service_worker_proto.gyp:service_worker_proto', 1034 'browser/service_worker/service_worker_proto.gyp:service_worker_proto',
1034 'browser/speech/proto/speech_proto.gyp:speech_proto', 1035 'browser/speech/proto/speech_proto.gyp:speech_proto',
1035 'content.gyp:content_browser', 1036 'content.gyp:content_browser',
1036 'content.gyp:content_common', 1037 'content.gyp:content_common',
1037 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', 1038 'content_common_mojo_bindings.gyp:content_common_mojo_bindings',
1038 'test_support_content', 1039 'test_support_content',
1039 '../base/base.gyp:test_support_base', 1040 '../base/base.gyp:test_support_base',
1040 '../crypto/crypto.gyp:crypto', 1041 '../crypto/crypto.gyp:crypto',
1041 '../device/battery/battery.gyp:device_battery', 1042 '../device/battery/battery.gyp:device_battery',
(...skipping 1154 matching lines...) Expand 10 before | Expand all | Expand 10 after
2196 'content_unittests_apk.isolate', 2197 'content_unittests_apk.isolate',
2197 ], 2198 ],
2198 }, 2199 },
2199 ], 2200 ],
2200 }, 2201 },
2201 ], 2202 ],
2202 ], 2203 ],
2203 }], 2204 }],
2204 ], 2205 ],
2205 } 2206 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698