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

Side by Side Diff: components/data_reduction_proxy.gypi

Issue 1483843002: Port cronet build rules to GN part 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 { 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.
11 "data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service .h",
12 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. cc', 11 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. cc',
13 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. h', 12 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol. h',
14 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.cc' , 13 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.cc' ,
15 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h', 14 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_stats.h',
16 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat s.cc', 15 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat s.cc',
17 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat s.h', 16 'data_reduction_proxy/core/browser/data_reduction_proxy_compression_stat s.h',
18 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc', 17 'data_reduction_proxy/core/browser/data_reduction_proxy_config.cc',
19 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h', 18 'data_reduction_proxy/core/browser/data_reduction_proxy_config.h',
20 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval _params.cc', 19 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval _params.cc',
21 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval _params.h', 20 'data_reduction_proxy/core/browser/data_reduction_proxy_config_retrieval _params.h',
22 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.cc', 21 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.cc',
23 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.h', 22 'data_reduction_proxy/core/browser/data_reduction_proxy_config_service_c lient.h',
24 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc' , 23 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc' ,
25 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h', 24 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h',
25 'data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service .h',
26 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc', 26 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc',
27 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h', 27 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h',
28 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stat s.cc', 28 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stat s.cc',
29 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stat s.h', 29 'data_reduction_proxy/core/browser/data_reduction_proxy_experiments_stat s.h',
30 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc', 30 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc',
31 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h', 31 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h',
32 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', 32 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc',
33 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', 33 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h',
34 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', 34 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc',
35 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', 35 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h', 81 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h',
82 'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc', 82 'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc',
83 'data_reduction_proxy/core/common/data_reduction_proxy_switches.h', 83 'data_reduction_proxy/core/common/data_reduction_proxy_switches.h',
84 ], 84 ],
85 }, 85 },
86 'conditions': [ 86 'conditions': [
87 # Small versions of libraries for Cronet. 87 # Small versions of libraries for Cronet.
88 ['OS=="android"', { 88 ['OS=="android"', {
89 'targets' : [ 89 'targets' : [
90 { 90 {
91 # GN version: //components/data_reduction_proxy/core/browser 91 # GN version: //components/data_reduction_proxy/core/browser:browser_sm all
92 'target_name': 'data_reduction_proxy_core_browser_small', 92 'target_name': 'data_reduction_proxy_core_browser_small',
93 'type': 'static_library', 93 'type': 'static_library',
94 'dependencies': [ 94 'dependencies': [
95 '<@(data_reduction_proxy_core_browser_deps)', 95 '<@(data_reduction_proxy_core_browser_deps)',
96 '../net/net.gyp:net_small', 96 '../net/net.gyp:net_small',
97 '../url/url.gyp:url_lib_use_icu_alternatives_on_android', 97 '../url/url.gyp:url_lib_use_icu_alternatives_on_android',
98 'data_reduction_proxy_core_common_small', 98 'data_reduction_proxy_core_common_small',
99 'data_reduction_proxy_proto', 99 'data_reduction_proxy_proto',
100 ], 100 ],
101 'include_dirs': [ 101 'include_dirs': [
102 '..', 102 '..',
103 ], 103 ],
104 'sources': [ 104 'sources': [
105 '<@(data_reduction_proxy_core_browser_sources)' 105 '<@(data_reduction_proxy_core_browser_sources)'
106 ], 106 ],
107 }, 107 },
108 { 108 {
109 # GN version: //components/data_reduction_proxy/core/common 109 # GN version: //components/data_reduction_proxy/core/common:common_smal l
110 'target_name': 'data_reduction_proxy_core_common_small', 110 'target_name': 'data_reduction_proxy_core_common_small',
111 'type': 'static_library', 111 'type': 'static_library',
112 'dependencies': [ 112 'dependencies': [
113 '../base/base.gyp:base', 113 '../base/base.gyp:base',
114 '../url/url.gyp:url_lib_use_icu_alternatives_on_android', 114 '../url/url.gyp:url_lib_use_icu_alternatives_on_android',
115 'data_reduction_proxy_proto', 115 'data_reduction_proxy_proto',
116 ], 116 ],
117 'include_dirs': [ 117 'include_dirs': [
118 '..', 118 '..',
119 ], 119 ],
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
321 '<@(_outputs)', 321 '<@(_outputs)',
322 ], 322 ],
323 'includes': [ 323 'includes': [
324 '../build/util/version.gypi', 324 '../build/util/version.gypi',
325 ], 325 ],
326 }, 326 },
327 ], 327 ],
328 }, 328 },
329 ], 329 ],
330 } 330 }
OLDNEW
« no previous file with comments | « components/cronet/android/cronet_library_loader.cc ('k') | components/data_reduction_proxy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698