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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 932553002: Refactor SSLClientCertificateSelector for reuse with platformKeys API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cert_perms
Patch Set: Fixed comments. Created 5 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/test/BUILD.gn » ('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 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 'variables': { 5 'variables': {
6 'chrome_browser_extensions_test_support_sources': [ 6 'chrome_browser_extensions_test_support_sources': [
7 # A list of sources which is shared between different browser tests. 7 # A list of sources which is shared between different browser tests.
8 'browser/apps/app_browsertest_util.cc', 8 'browser/apps/app_browsertest_util.cc',
9 'browser/apps/app_browsertest_util.h', 9 'browser/apps/app_browsertest_util.h',
10 'browser/extensions/browsertest_util.cc', 10 'browser/extensions/browsertest_util.cc',
(...skipping 990 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 'app/chrome_dll.rc', 1001 'app/chrome_dll.rc',
1002 'test/data/resource.rc', 1002 'test/data/resource.rc',
1003 ], 1003 ],
1004 # Cross-platform (except Mac) views interactive tests. 1004 # Cross-platform (except Mac) views interactive tests.
1005 # TODO(tapted): Move these to chrome_interactive_ui_test_views_sources when 1005 # TODO(tapted): Move these to chrome_interactive_ui_test_views_sources when
1006 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. out of 1006 # the corresponding files are moved in chrome_browser_ui.gypi (i.e. out of
1007 # chrome_browser_ui_views_non_mac_sources). 1007 # chrome_browser_ui_views_non_mac_sources).
1008 'chrome_interactive_ui_test_views_non_mac_sources': [ 1008 'chrome_interactive_ui_test_views_non_mac_sources': [
1009 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 1009 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
1010 'browser/ui/views/bookmarks/bookmark_bar_view_test_helper.h', 1010 'browser/ui/views/bookmarks/bookmark_bar_view_test_helper.h',
1011 'browser/ui/views/certificate_selector_browsertest.cc',
1011 'browser/ui/views/constrained_window_views_browsertest.cc', 1012 'browser/ui/views/constrained_window_views_browsertest.cc',
1012 'browser/ui/views/find_bar_controller_interactive_uitest.cc', 1013 'browser/ui/views/find_bar_controller_interactive_uitest.cc',
1013 'browser/ui/views/find_bar_host_interactive_uitest.cc', 1014 'browser/ui/views/find_bar_host_interactive_uitest.cc',
1014 'browser/ui/views/frame/browser_view_focus_uitest.cc', 1015 'browser/ui/views/frame/browser_view_focus_uitest.cc',
1015 'browser/ui/views/frame/browser_view_interactive_uitest.cc', 1016 'browser/ui/views/frame/browser_view_interactive_uitest.cc',
1016 'browser/ui/views/keyboard_access_browsertest.cc', 1017 'browser/ui/views/keyboard_access_browsertest.cc',
1017 'browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc', 1018 'browser/ui/views/location_bar/location_icon_view_interactive_uitest.cc',
1018 'browser/ui/views/location_bar/star_view_browsertest.cc', 1019 'browser/ui/views/location_bar/star_view_browsertest.cc',
1019 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc', 1020 'browser/ui/views/omnibox/omnibox_view_views_browsertest.cc',
1020 'browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc', 1021 'browser/ui/views/passwords/manage_passwords_bubble_view_browsertest.cc',
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
1441 'dependencies': [ 1442 'dependencies': [
1442 'browser', 1443 'browser',
1443 'chrome_resources.gyp:chrome_resources', 1444 'chrome_resources.gyp:chrome_resources',
1444 'chrome_resources.gyp:chrome_strings', 1445 'chrome_resources.gyp:chrome_strings',
1445 'chrome_resources.gyp:packed_extra_resources', 1446 'chrome_resources.gyp:packed_extra_resources',
1446 'chrome_resources.gyp:packed_resources', 1447 'chrome_resources.gyp:packed_resources',
1447 'debugger', 1448 'debugger',
1448 'renderer', 1449 'renderer',
1449 'test_support_common', 1450 'test_support_common',
1450 '../content/app/resources/content_resources.gyp:content_resources', 1451 '../content/app/resources/content_resources.gyp:content_resources',
1452 '../crypto/crypto.gyp:crypto_test_support',
1451 '../google_apis/google_apis.gyp:google_apis_test_support', 1453 '../google_apis/google_apis.gyp:google_apis_test_support',
1452 '../net/net.gyp:net', 1454 '../net/net.gyp:net',
1453 '../net/net.gyp:net_resources', 1455 '../net/net.gyp:net_resources',
1454 '../net/net.gyp:net_test_support', 1456 '../net/net.gyp:net_test_support',
1455 '../ppapi/ppapi_internal.gyp:ppapi_tests', 1457 '../ppapi/ppapi_internal.gyp:ppapi_tests',
1456 '../skia/skia.gyp:skia', 1458 '../skia/skia.gyp:skia',
1457 '../sync/sync.gyp:sync', 1459 '../sync/sync.gyp:sync',
1458 '../testing/gmock.gyp:gmock', 1460 '../testing/gmock.gyp:gmock',
1459 '../testing/gtest.gyp:gtest', 1461 '../testing/gtest.gyp:gtest',
1460 '../third_party/hunspell/hunspell.gyp:hunspell', 1462 '../third_party/hunspell/hunspell.gyp:hunspell',
(...skipping 1692 matching lines...) Expand 10 before | Expand all | Expand 10 after
3153 ['enable_webrtc==1', { 3155 ['enable_webrtc==1', {
3154 'dependencies': [ 3156 'dependencies': [
3155 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' 3157 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc'
3156 ] 3158 ]
3157 }], 3159 }],
3158 ], 3160 ],
3159 }] 3161 }]
3160 }], 3162 }],
3161 ], # 'conditions' 3163 ], # 'conditions'
3162 } 3164 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698