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

Side by Side Diff: content/content_tests.gypi

Issue 147613002: [refactor] Move webcrypto test data to separate files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 10 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/DEPS ('k') | content/renderer/webcrypto/webcrypto_impl_unittest.cc » ('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 '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 'dependencies': [ 10 'dependencies': [
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 'test_support_content', 313 'test_support_content',
314 'browser/speech/proto/speech_proto.gyp:speech_proto', 314 'browser/speech/proto/speech_proto.gyp:speech_proto',
315 '../base/base.gyp:test_support_base', 315 '../base/base.gyp:test_support_base',
316 '../crypto/crypto.gyp:crypto', 316 '../crypto/crypto.gyp:crypto',
317 '../net/net.gyp:net_test_support', 317 '../net/net.gyp:net_test_support',
318 '../skia/skia.gyp:skia', 318 '../skia/skia.gyp:skia',
319 '../sql/sql.gyp:sql', 319 '../sql/sql.gyp:sql',
320 '../sql/sql.gyp:test_support_sql', 320 '../sql/sql.gyp:test_support_sql',
321 '../testing/gmock.gyp:gmock', 321 '../testing/gmock.gyp:gmock',
322 '../testing/gtest.gyp:gtest', 322 '../testing/gtest.gyp:gtest',
323 '../third_party/re2/re2.gyp:re2',
323 '../ui/accessibility/accessibility.gyp:accessibility', 324 '../ui/accessibility/accessibility.gyp:accessibility',
324 '../ui/gfx/gfx.gyp:gfx', 325 '../ui/gfx/gfx.gyp:gfx',
325 '../ui/gfx/gfx.gyp:gfx_geometry', 326 '../ui/gfx/gfx.gyp:gfx_geometry',
326 '../ui/ui.gyp:ui', 327 '../ui/ui.gyp:ui',
327 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', 328 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent',
328 ], 329 ],
329 'include_dirs': [ 330 'include_dirs': [
330 '..', 331 '..',
331 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc. 332 '<(SHARED_INTERMEDIATE_DIR)', # Needed by key_systems_unittest.cc.
332 ], 333 ],
(...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
1633 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1634 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1634 }, 1635 },
1635 ], 1636 ],
1636 }], 1637 }],
1637 ], 1638 ],
1638 }, 1639 },
1639 ], 1640 ],
1640 }], 1641 }],
1641 ], 1642 ],
1642 } 1643 }
OLDNEW
« no previous file with comments | « content/DEPS ('k') | content/renderer/webcrypto/webcrypto_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698