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

Side by Side Diff: components/data_reduction_proxy.gypi

Issue 1004853002: Create abstraction for DataReductionProxyParams. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sclittle comments Created 5 years, 9 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 | « no previous file | components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc » ('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 'targets': [ 7 'targets': [
8 { 8 {
9 # GN Version: //components/data_reduction_proxy/content 9 # GN Version: //components/data_reduction_proxy/content
10 'target_name': 'data_reduction_proxy_content', 10 'target_name': 'data_reduction_proxy_content',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 'dependencies': [ 130 'dependencies': [
131 '../base/base.gyp:base', 131 '../base/base.gyp:base',
132 '../url/url.gyp:url_lib', 132 '../url/url.gyp:url_lib',
133 ], 133 ],
134 'include_dirs': [ 134 'include_dirs': [
135 '..', 135 '..',
136 ], 136 ],
137 'sources': [ 137 'sources': [
138 # Note: sources list duplicated in GN build. 138 # Note: sources list duplicated in GN build.
139 'data_reduction_proxy/core/common/data_reduction_proxy_bypass_type_list. h', 139 'data_reduction_proxy/core/common/data_reduction_proxy_bypass_type_list. h',
140 'data_reduction_proxy/core/common/data_reduction_proxy_config_values.h',
140 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc', 141 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc',
141 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.h', 142 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.h',
142 'data_reduction_proxy/core/common/data_reduction_proxy_headers.cc', 143 'data_reduction_proxy/core/common/data_reduction_proxy_headers.cc',
143 'data_reduction_proxy/core/common/data_reduction_proxy_headers.h', 144 'data_reduction_proxy/core/common/data_reduction_proxy_headers.h',
144 'data_reduction_proxy/core/common/data_reduction_proxy_params.cc', 145 'data_reduction_proxy/core/common/data_reduction_proxy_params.cc',
145 'data_reduction_proxy/core/common/data_reduction_proxy_params.h', 146 'data_reduction_proxy/core/common/data_reduction_proxy_params.h',
146 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc', 147 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc',
147 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h', 148 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h',
148 'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc', 149 'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc',
149 'data_reduction_proxy/core/common/data_reduction_proxy_switches.h', 150 'data_reduction_proxy/core/common/data_reduction_proxy_switches.h',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
211 '<@(_outputs)', 212 '<@(_outputs)',
212 ], 213 ],
213 'includes': [ 214 'includes': [
214 '../build/util/version.gypi', 215 '../build/util/version.gypi',
215 ], 216 ],
216 }, 217 },
217 ], 218 ],
218 }, 219 },
219 ], 220 ],
220 } 221 }
OLDNEW
« no previous file with comments | « no previous file | components/data_reduction_proxy/content/browser/data_reduction_proxy_debug_resource_throttle_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698