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

Side by Side Diff: components/data_reduction_proxy.gypi

Issue 893003002: Data Reduction Proxy class ownership updates and Settings cleanup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/core/browser 9 # GN version: //components/data_reduction_proxy/core/browser
10 'target_name': 'data_reduction_proxy_core_browser', 10 'target_name': 'data_reduction_proxy_core_browser',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 '..', 103 '..',
104 ], 104 ],
105 'sources': [ 105 'sources': [
106 # Note: sources list duplicated in GN build. 106 # Note: sources list duplicated in GN build.
107 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_util s.cc', 107 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_util s.cc',
108 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_util s.h', 108 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_util s.h',
109 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_tes t_utils.cc', 109 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_tes t_utils.cc',
110 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_tes t_utils.h', 110 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_tes t_utils.h',
111 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut ils.cc', 111 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut ils.cc',
112 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut ils.h', 112 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut ils.h',
113 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc',
114 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h',
113 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util s.cc', 115 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util s.cc',
114 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util s.h', 116 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util s.h',
115 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils .cc', 117 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils .cc',
116 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils .h', 118 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils .h',
117 ], 119 ],
118 }, 120 },
119 { 121 {
120 'target_name': 'data_reduction_proxy_version_header', 122 'target_name': 'data_reduction_proxy_version_header',
121 'type': 'none', 123 'type': 'none',
122 'direct_dependent_settings': { 124 'direct_dependent_settings': {
(...skipping 22 matching lines...) Expand all
145 'includes': [ 147 'includes': [
146 '../build/util/version.gypi', 148 '../build/util/version.gypi',
147 ], 149 ],
148 }, 150 },
149 ], 151 ],
150 }, 152 },
151 153
152 ], 154 ],
153 } 155 }
154 156
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698