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

Unified Diff: chrome/chrome_tests.gypi

Issue 6683060: Private API for extensions like ssh-client that need access to TCP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed changes to rand_util_unittest Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 6ebfcc53683a6e4563a19cd769f873ff21da443d..d3b19275b71054f5fb9f7f6229a4ef59299789e2 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1176,12 +1176,12 @@
'../jingle/jingle.gyp:jingle_glue_test_util',
'../media/media.gyp:media_test_support',
'../net/net.gyp:net_test_support',
+ '../testing/gmock.gyp:gmock',
+ '../testing/gtest.gyp:gtest',
'test_support_common',
'test_support_sync',
'test_support_syncapi',
'test_support_unit',
- '../testing/gmock.gyp:gmock',
- '../testing/gtest.gyp:gtest',
# 3) anything tests directly depend on
'../app/app.gyp:app_resources',
'../skia/skia.gyp:skia',
@@ -1415,6 +1415,8 @@
'browser/importer/toolbar_importer_unittest.cc',
'browser/instant/instant_loader_manager_unittest.cc',
'browser/instant/promo_counter_unittest.cc',
+ 'browser/internal_auth_unittest.cc',
+ 'browser/internal_auth_unittest.h',
'browser/mach_broker_mac_unittest.cc',
'browser/metrics/metrics_log_unittest.cc',
'browser/metrics/metrics_response_unittest.cc',
@@ -2365,6 +2367,7 @@
'browser/extensions/extension_toolbar_model_browsertest.cc',
'browser/extensions/extension_tts_apitest.cc',
'browser/extensions/extension_url_rewrite_browsertest.cc',
+ 'browser/extensions/extension_web_socket_proxy_private_apitest.cc',
'browser/extensions/extension_webglbackground_apitest.cc',
'browser/extensions/extension_webnavigation_apitest.cc',
'browser/extensions/extension_webrequest_apitest.cc',
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698