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

Side by Side Diff: components/data_reduction_proxy.gypi

Issue 596163002: Revert "Adds UMA to measure when the data reduction proxy via header is missing" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 # GN version: //components/data_reduction_proxy/browser 9 # GN version: //components/data_reduction_proxy/browser
10 'target_name': 'data_reduction_proxy_browser', 10 'target_name': 'data_reduction_proxy_browser',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 ], 82 ],
83 'include_dirs': [ 83 'include_dirs': [
84 '..', 84 '..',
85 ], 85 ],
86 'sources': [ 86 'sources': [
87 # Note: sources list duplicated in GN build. 87 # Note: sources list duplicated in GN build.
88 'data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.cc' , 88 'data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.cc' ,
89 'data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.h', 89 'data_reduction_proxy/browser/data_reduction_proxy_params_test_utils.h',
90 'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.c c', 90 'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.c c',
91 'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h ', 91 'data_reduction_proxy/browser/data_reduction_proxy_settings_test_utils.h ',
92 'data_reduction_proxy/common/data_reduction_proxy_headers_test_utils.cc' ,
93 'data_reduction_proxy/common/data_reduction_proxy_headers_test_utils.h',
94 ], 92 ],
95 }, 93 },
96 { 94 {
97 'target_name': 'data_reduction_proxy_version_header', 95 'target_name': 'data_reduction_proxy_version_header',
98 'type': 'none', 96 'type': 'none',
99 'direct_dependent_settings': { 97 'direct_dependent_settings': {
100 'include_dirs': [ 98 'include_dirs': [
101 '<(SHARED_INTERMEDIATE_DIR)', 99 '<(SHARED_INTERMEDIATE_DIR)',
102 ], 100 ],
103 }, 101 },
(...skipping 18 matching lines...) Expand all
122 'includes': [ 120 'includes': [
123 '../build/util/version.gypi', 121 '../build/util/version.gypi',
124 ], 122 ],
125 }, 123 },
126 ], 124 ],
127 }, 125 },
128 126
129 ], 127 ],
130 } 128 }
131 129
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698