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

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: NavigationData final draft before adding tests Created 4 years, 8 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 '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 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 '<@(_outputs)', 301 '<@(_outputs)',
300 ], 302 ],
301 'includes': [ 303 'includes': [
302 '../build/util/version.gypi', 304 '../build/util/version.gypi',
303 ], 305 ],
304 }, 306 },
305 ], 307 ],
306 }, 308 },
307 ], 309 ],
308 } 310 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698