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

Side by Side Diff: components/data_reduction_proxy.gypi

Issue 1310743003: Consistently use LoFi for an entire page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: using UserData and adressing nasko comments Created 5 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 '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.
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 'target_name': 'data_reduction_proxy_content_common', 156 'target_name': 'data_reduction_proxy_content_common',
157 'type': 'static_library', 157 'type': 'static_library',
158 'dependencies': [ 158 'dependencies': [
159 '../content/content.gyp:content_common', 159 '../content/content.gyp:content_common',
160 '../ipc/ipc.gyp:ipc', 160 '../ipc/ipc.gyp:ipc',
161 ], 161 ],
162 'include_dirs': [ 162 'include_dirs': [
163 '..', 163 '..',
164 ], 164 ],
165 'sources': [ 165 'sources': [
166 'data_reduction_proxy/content/common/content_data_reduction_proxy_lofi_h elper.cc',
167 'data_reduction_proxy/content/common/content_data_reduction_proxy_lofi_h elper.h',
166 'data_reduction_proxy/content/common/data_reduction_proxy_messages.cc', 168 'data_reduction_proxy/content/common/data_reduction_proxy_messages.cc',
167 'data_reduction_proxy/content/common/data_reduction_proxy_messages.h', 169 'data_reduction_proxy/content/common/data_reduction_proxy_messages.h',
168 ], 170 ],
169 }, 171 },
170 { 172 {
171 # GN version: //components/data_reduction_proxy/content/browser 173 # GN version: //components/data_reduction_proxy/content/browser
172 'target_name': 'data_reduction_proxy_content_browser', 174 'target_name': 'data_reduction_proxy_content_browser',
173 'type': 'static_library', 175 'type': 'static_library',
174 'dependencies': [ 176 'dependencies': [
175 '../content/content.gyp:content_common', 177 '../content/content.gyp:content_common',
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
319 '<@(_outputs)', 321 '<@(_outputs)',
320 ], 322 ],
321 'includes': [ 323 'includes': [
322 '../build/util/version.gypi', 324 '../build/util/version.gypi',
323 ], 325 ],
324 }, 326 },
325 ], 327 ],
326 }, 328 },
327 ], 329 ],
328 } 330 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698