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

Unified Diff: components/cronet.gypi

Issue 1464903002: Revert of [Cronet] Add QUIC experimental params (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@experiment_ops
Patch Set: Created 5 years, 1 month 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
Index: components/cronet.gypi
diff --git a/components/cronet.gypi b/components/cronet.gypi
index 1b8894bea28a96ce1f5ec9b123efdad3e90418a7..71d2794ec6eaf7413412921e7663b2586ebde9e5 100644
--- a/components/cronet.gypi
+++ b/components/cronet.gypi
@@ -446,36 +446,6 @@
'includes': [ '../build/java_apk.gypi' ],
},
{
- 'target_name': 'cronet_unittests',
- 'type': '<(gtest_target_type)',
- 'dependencies': [
- 'cronet_static_small',
- 'metrics',
- '../base/base.gyp:base',
- '../base/base.gyp:test_support_base',
- '../testing/gtest.gyp:gtest',
- '../testing/android/native_test.gyp:native_test_native_code',
- ],
- 'sources': [
- 'cronet/run_all_unittests.cc',
- 'cronet/url_request_context_config_unittest.cc',
- 'cronet/histogram_manager_unittest.cc',
- ],
- },
- {
- 'target_name': 'cronet_unittests_apk',
- 'type': 'none',
- 'dependencies': [
- 'cronet_unittests',
- ],
- 'variables': {
- 'test_suite_name': 'cronet_unittests',
- },
- 'includes': [
- '../build/apk_test.gypi',
- ],
- },
- {
'target_name': 'cronet_package',
'type': 'none',
'dependencies': [
« no previous file with comments | « components/components_tests.gyp ('k') | components/cronet/android/test/javatests/src/org/chromium/net/QuicTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698