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

Side by Side Diff: components/data_reduction_proxy.gypi

Issue 1721813002: Adding DRP specfic UMA for FirstContentfulPaint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits Created 4 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 unified diff | Download patch
« no previous file with comments | « components/components_tests.gyp ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables' : 7 'variables' :
8 { 8 {
9 'data_reduction_proxy_core_browser_sources' : [ 9 'data_reduction_proxy_core_browser_sources' : [
10 # Note: sources list duplicated in GN build. 10 # Note: sources list duplicated in GN build.
11 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. cc', 11 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. cc',
12 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. h', 12 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. h',
13 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.cc' , 13 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.cc' ,
14 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h', 14 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h',
15 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat s.cc', 15 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat s.cc',
16 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat s.h', 16 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat s.h',
17 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc', 17 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc',
18 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h', 18 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h',
19 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.cc', 19 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.cc',
20 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.h', 20 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.h',
21 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc' , 21 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc' ,
22 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h', 22 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h',
23 'data_reduction_proxy/core/browser/data_reduction_proxy_data.cc',
24 'data_reduction_proxy/core/browser/data_reduction_proxy_data.h',
23 'data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service .h', 25 'data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service .h',
24 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc', 26 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc',
25 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h', 27 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h',
26 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc', 28 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc',
27 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h', 29 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h',
28 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', 30 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc',
29 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', 31 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h',
30 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', 32 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc',
31 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', 33 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h',
32 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v alues.cc', 34 'data_reduction_proxy/core/browser/data_reduction_proxy_mutable_config_v alues.cc',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 '<@(_outputs)', 285 '<@(_outputs)',
284 ], 286 ],
285 'includes': [ 287 'includes': [
286 '../build/util/version.gypi', 288 '../build/util/version.gypi',
287 ], 289 ],
288 }, 290 },
289 ], 291 ],
290 }, 292 },
291 ], 293 ],
292 } 294 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698