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

Unified Diff: components/components_tests.gyp

Issue 1448583003: [Cronet] Add QUIC experimental params (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@experiment_ops
Patch Set: Fix build 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
« no previous file with comments | « no previous file | components/cronet.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index b1de8212201a548a34a91b2768a15cd57dc19357..ebd288fb65ab690a82d9800c9e3221d8806c2498 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -225,9 +225,6 @@
'copresence/rpc/rpc_handler_unittest.cc',
'copresence/timed_map_unittest.cc',
],
- 'cronet_unittest_sources': [
- 'cronet/histogram_manager_unittest.cc',
- ],
'data_use_measurement_unittest_sources': [
'data_use_measurement/content/data_use_measurement_unittest.cc',
],
@@ -1287,7 +1284,6 @@
}],
['OS == "android"', {
'sources': [
- '<@(cronet_unittest_sources)',
'data_reduction_proxy/content/browser/data_reduction_proxy_debug_blocking_page_unittest.cc',
'data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc',
'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_manager_unittest.cc',
@@ -1310,7 +1306,6 @@
'web_modal/web_contents_modal_dialog_manager_unittest.cc',
],
'dependencies': [
- 'components.gyp:cronet_static',
'components.gyp:data_reduction_proxy_content',
'components.gyp:data_usage_android',
'components.gyp:safe_json_java',
« no previous file with comments | « no previous file | components/cronet.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698