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

Side by Side Diff: content/content_tests.gypi

Issue 248803003: ServiceWorker: Store registration data in ServiceWorkerDatabase (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win build Created 6 years, 7 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') | no next file » | 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 ], 343 ],
344 'sources': [ 344 'sources': [
345 '../webkit/browser/quota/mock_special_storage_policy.cc', 345 '../webkit/browser/quota/mock_special_storage_policy.cc',
346 '../webkit/browser/quota/mock_special_storage_policy.h', 346 '../webkit/browser/quota/mock_special_storage_policy.h',
347 ], 347 ],
348 }, 348 },
349 { 349 {
350 'target_name': 'content_unittests', 350 'target_name': 'content_unittests',
351 'type': '<(gtest_target_type)', 351 'type': '<(gtest_target_type)',
352 'dependencies': [ 352 'dependencies': [
353 'browser/service_worker/service_worker_proto.gyp:database_proto',
353 'browser/speech/proto/speech_proto.gyp:speech_proto', 354 'browser/speech/proto/speech_proto.gyp:speech_proto',
354 'content.gyp:content_browser', 355 'content.gyp:content_browser',
355 'content.gyp:content_common', 356 'content.gyp:content_common',
356 'test_support_content', 357 'test_support_content',
357 '../base/base.gyp:test_support_base', 358 '../base/base.gyp:test_support_base',
358 '../crypto/crypto.gyp:crypto', 359 '../crypto/crypto.gyp:crypto',
359 '../net/net.gyp:net_test_support', 360 '../net/net.gyp:net_test_support',
360 '../skia/skia.gyp:skia', 361 '../skia/skia.gyp:skia',
361 '../sql/sql.gyp:sql', 362 '../sql/sql.gyp:sql',
362 '../sql/sql.gyp:test_support_sql', 363 '../sql/sql.gyp:test_support_sql',
(...skipping 1464 matching lines...) Expand 10 before | Expand all | Expand 10 after
1827 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1828 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1828 }, 1829 },
1829 ], 1830 ],
1830 }], 1831 }],
1831 ], 1832 ],
1832 }, 1833 },
1833 ], 1834 ],
1834 }], 1835 }],
1835 ], 1836 ],
1836 } 1837 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698