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

Side by Side Diff: components/data_reduction_proxy.gypi

Issue 602503002: 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: Remove DCHECKs from tests Created 6 years, 3 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',
92 ], 94 ],
93 }, 95 },
94 { 96 {
95 'target_name': 'data_reduction_proxy_version_header', 97 'target_name': 'data_reduction_proxy_version_header',
96 'type': 'none', 98 'type': 'none',
97 'direct_dependent_settings': { 99 'direct_dependent_settings': {
98 'include_dirs': [ 100 'include_dirs': [
99 '<(SHARED_INTERMEDIATE_DIR)', 101 '<(SHARED_INTERMEDIATE_DIR)',
100 ], 102 ],
101 }, 103 },
(...skipping 18 matching lines...) Expand all
120 'includes': [ 122 'includes': [
121 '../build/util/version.gypi', 123 '../build/util/version.gypi',
122 ], 124 ],
123 }, 125 },
124 ], 126 ],
125 }, 127 },
126 128
127 ], 129 ],
128 } 130 }
129 131
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698