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

Side by Side Diff: components/cronet.gypi

Issue 1431723002: Add brotli content-encoding filter. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added Accept-Ecnoding test Created 5 years 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 'conditions': [ 6 'conditions': [
7 ['OS=="android"', { 7 ['OS=="android"', {
8 # TODO(mef): Figure out what needs to be done for gn script. 8 # TODO(mef): Figure out what needs to be done for gn script.
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 }, 154 },
155 { 155 {
156 # cronet_static_small target has reduced binary size through using 156 # cronet_static_small target has reduced binary size through using
157 # ICU alternatives which requires file and ftp support be disabled. 157 # ICU alternatives which requires file and ftp support be disabled.
158 'target_name': 'cronet_static_small', 158 'target_name': 'cronet_static_small',
159 'type': 'static_library', 159 'type': 'static_library',
160 'defines': [ 160 'defines': [
161 'USE_ICU_ALTERNATIVES_ON_ANDROID=1', 161 'USE_ICU_ALTERNATIVES_ON_ANDROID=1',
162 'DISABLE_FILE_SUPPORT=1', 162 'DISABLE_FILE_SUPPORT=1',
163 'DISABLE_FTP_SUPPORT=1', 163 'DISABLE_FTP_SUPPORT=1',
164 'DISABLE_BROTLI_SUPPORT=1',
164 ], 165 ],
165 'dependencies': [ 166 'dependencies': [
166 '../net/net.gyp:net_small', 167 '../net/net.gyp:net_small',
167 ], 168 ],
168 'conditions': [ 169 'conditions': [
169 ['enable_data_reduction_proxy_support==1', 170 ['enable_data_reduction_proxy_support==1',
170 { 171 {
171 'dependencies': [ 172 'dependencies': [
172 '../components/components.gyp:data_reduction_proxy_core_browse r_small', 173 '../components/components.gyp:data_reduction_proxy_core_browse r_small',
173 ], 174 ],
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 }, 599 },
599 ], 600 ],
600 }, 601 },
601 ], 602 ],
602 'variables': { 603 'variables': {
603 'enable_data_reduction_proxy_support%': 0, 604 'enable_data_reduction_proxy_support%': 0,
604 }, 605 },
605 }], # OS=="android" 606 }], # OS=="android"
606 ], 607 ],
607 } 608 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | net/BUILD.gn » ('j') | net/filter/filter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698