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

Side by Side Diff: components/data_reduction_proxy.gypi

Issue 2013763003: Change POST-exclusion to idempotent-inclusion (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: 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 | « no previous file | components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.h » ('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.
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc', 72 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc',
73 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.h', 73 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.h',
74 'data_reduction_proxy/core/common/data_reduction_proxy_headers.cc', 74 'data_reduction_proxy/core/common/data_reduction_proxy_headers.cc',
75 'data_reduction_proxy/core/common/data_reduction_proxy_headers.h', 75 'data_reduction_proxy/core/common/data_reduction_proxy_headers.h',
76 'data_reduction_proxy/core/common/data_reduction_proxy_params.cc', 76 'data_reduction_proxy/core/common/data_reduction_proxy_params.cc',
77 'data_reduction_proxy/core/common/data_reduction_proxy_params.h', 77 'data_reduction_proxy/core/common/data_reduction_proxy_params.h',
78 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc', 78 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc',
79 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h', 79 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h',
80 'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc', 80 'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc',
81 'data_reduction_proxy/core/common/data_reduction_proxy_switches.h', 81 'data_reduction_proxy/core/common/data_reduction_proxy_switches.h',
82 'data_reduction_proxy/core/common/data_reduction_proxy_util.cc',
83 'data_reduction_proxy/core/common/data_reduction_proxy_util.h',
82 'data_reduction_proxy/core/common/lofi_decider.h', 84 'data_reduction_proxy/core/common/lofi_decider.h',
83 'data_reduction_proxy/core/common/lofi_ui_service.h', 85 'data_reduction_proxy/core/common/lofi_ui_service.h',
84 ], 86 ],
85 }, 87 },
86 'conditions': [ 88 'conditions': [
87 # Small versions of libraries for Cronet. 89 # Small versions of libraries for Cronet.
88 ['OS=="android"', { 90 ['OS=="android"', {
89 'targets' : [ 91 'targets' : [
90 { 92 {
91 # GN version: //components/data_reduction_proxy/core/browser:browser_ small 93 # GN version: //components/data_reduction_proxy/core/browser:browser_ small
(...skipping 191 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 | « no previous file | components/data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698