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

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: Fix histograms.xml Created 5 years, 1 month 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 'defines': [
7 'DISABLE_BROTLI_SUPPORT=1',
8 ],
6 'conditions': [ 9 'conditions': [
7 ['OS=="android"', { 10 ['OS=="android"', {
8 # TODO(mef): Figure out what needs to be done for gn script. 11 # TODO(mef): Figure out what needs to be done for gn script.
9 'targets': [ 12 'targets': [
10 { 13 {
11 'target_name': 'cronet_jni_headers', 14 'target_name': 'cronet_jni_headers',
12 'type': 'none', 15 'type': 'none',
13 'sources': [ 16 'sources': [
14 'cronet/android/java/src/org/chromium/net/CronetLibraryLoader.java', 17 'cronet/android/java/src/org/chromium/net/CronetLibraryLoader.java',
15 'cronet/android/java/src/org/chromium/net/CronetUploadDataStream.jav a', 18 'cronet/android/java/src/org/chromium/net/CronetUploadDataStream.jav a',
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
598 }, 601 },
599 ], 602 ],
600 }, 603 },
601 ], 604 ],
602 'variables': { 605 'variables': {
603 'enable_data_reduction_proxy_support%': 0, 606 'enable_data_reduction_proxy_support%': 0,
604 }, 607 },
605 }], # OS=="android" 608 }], # OS=="android"
606 ], 609 ],
607 } 610 }
OLDNEW
« no previous file with comments | « chrome/common/chrome_switches.cc ('k') | net/BUILD.gn » ('j') | net/filter/brotli_filter.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698