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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 401623006: Extract ScopedTestNSSDB from nss_util. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 6 years, 4 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 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 'includes': [ 5 'includes': [
6 'js_unittest_vars.gypi', 6 'js_unittest_vars.gypi',
7 ], 7 ],
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'interactive_ui_tests', 10 'target_name': 'interactive_ui_tests',
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 '../base/base.gyp:base_i18n', 789 '../base/base.gyp:base_i18n',
790 '../base/base.gyp:test_support_base', 790 '../base/base.gyp:test_support_base',
791 '../components/components.gyp:autofill_content_risk_proto', 791 '../components/components.gyp:autofill_content_risk_proto',
792 '../components/components.gyp:autofill_content_test_support', 792 '../components/components.gyp:autofill_content_test_support',
793 '../components/components.gyp:captive_portal_test_support', 793 '../components/components.gyp:captive_portal_test_support',
794 '../components/components.gyp:dom_distiller_content', 794 '../components/components.gyp:dom_distiller_content',
795 '../components/components.gyp:dom_distiller_test_support', 795 '../components/components.gyp:dom_distiller_test_support',
796 '../components/components.gyp:translate_core_common', 796 '../components/components.gyp:translate_core_common',
797 '../components/components_resources.gyp:components_resources', 797 '../components/components_resources.gyp:components_resources',
798 '../components/components_strings.gyp:components_strings', 798 '../components/components_strings.gyp:components_strings',
799 '../crypto/crypto.gyp:crypto_test_support',
799 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 800 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
800 '../device/serial/serial.gyp:device_serial_test_util', 801 '../device/serial/serial.gyp:device_serial_test_util',
801 '../extensions/common/api/api.gyp:extensions_api', 802 '../extensions/common/api/api.gyp:extensions_api',
802 '../google_apis/google_apis.gyp:google_apis_test_support', 803 '../google_apis/google_apis.gyp:google_apis_test_support',
803 '../media/cast/cast.gyp:cast_test_utility', 804 '../media/cast/cast.gyp:cast_test_utility',
804 '../media/media.gyp:media', 805 '../media/media.gyp:media',
805 '../net/net.gyp:net', 806 '../net/net.gyp:net',
806 '../net/net.gyp:net_test_support', 807 '../net/net.gyp:net_test_support',
807 '../skia/skia.gyp:skia', 808 '../skia/skia.gyp:skia',
808 '../sync/sync.gyp:sync', 809 '../sync/sync.gyp:sync',
(...skipping 2187 matching lines...) Expand 10 before | Expand all | Expand 10 after
2996 ['enable_webrtc==1', { 2997 ['enable_webrtc==1', {
2997 'dependencies': [ 2998 'dependencies': [
2998 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 2999 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
2999 ] 3000 ]
3000 }], 3001 }],
3001 ], 3002 ],
3002 }] 3003 }]
3003 }], 3004 }],
3004 ], # 'conditions' 3005 ], # 'conditions'
3005 } 3006 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | crypto/nss_util.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698