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

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: rebase on https://codereview.chromium.org/257593003/ Created 6 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
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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 'dependencies': [ 311 'dependencies': [
312 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs', 312 '../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs',
313 ], 313 ],
314 }], 314 }],
315 ], 315 ],
316 }, 316 },
317 { 317 {
318 'target_name': 'content_unittests', 318 'target_name': 'content_unittests',
319 'type': '<(gtest_target_type)', 319 'type': '<(gtest_target_type)',
320 'dependencies': [ 320 'dependencies': [
321 'browser/service_worker/service_worker_proto.gyp:database_proto',
321 'browser/speech/proto/speech_proto.gyp:speech_proto', 322 'browser/speech/proto/speech_proto.gyp:speech_proto',
322 'content.gyp:content_browser', 323 'content.gyp:content_browser',
323 'content.gyp:content_common', 324 'content.gyp:content_common',
324 'test_support_content', 325 'test_support_content',
325 '../base/base.gyp:test_support_base', 326 '../base/base.gyp:test_support_base',
326 '../crypto/crypto.gyp:crypto', 327 '../crypto/crypto.gyp:crypto',
327 '../net/net.gyp:net_test_support', 328 '../net/net.gyp:net_test_support',
328 '../skia/skia.gyp:skia', 329 '../skia/skia.gyp:skia',
329 '../sql/sql.gyp:sql', 330 '../sql/sql.gyp:sql',
330 '../sql/sql.gyp:test_support_sql', 331 '../sql/sql.gyp:test_support_sql',
(...skipping 1461 matching lines...) Expand 10 before | Expand all | Expand 10 after
1792 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1793 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1793 }, 1794 },
1794 ], 1795 ],
1795 }], 1796 }],
1796 ], 1797 ],
1797 }, 1798 },
1798 ], 1799 ],
1799 }], 1800 }],
1800 ], 1801 ],
1801 } 1802 }
OLDNEW
« content/browser/service_worker/service_worker_database.cc ('K') | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698