OLD | NEW |
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 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 # GN version: //components/data_reduction_proxy/core/browser | 9 # GN version: //components/data_reduction_proxy/core/browser |
10 'target_name': 'data_reduction_proxy_core_browser', | 10 'target_name': 'data_reduction_proxy_core_browser', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 '..', | 103 '..', |
104 ], | 104 ], |
105 'sources': [ | 105 'sources': [ |
106 # Note: sources list duplicated in GN build. | 106 # Note: sources list duplicated in GN build. |
107 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_util
s.cc', | 107 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_util
s.cc', |
108 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_util
s.h', | 108 'data_reduction_proxy/core/browser/data_reduction_proxy_config_test_util
s.h', |
109 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_tes
t_utils.cc', | 109 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_tes
t_utils.cc', |
110 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_tes
t_utils.h', | 110 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator_tes
t_utils.h', |
111 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut
ils.cc', | 111 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut
ils.cc', |
112 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut
ils.h', | 112 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut
ils.h', |
| 113 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.cc', |
| 114 'data_reduction_proxy/core/browser/data_reduction_proxy_test_utils.h', |
113 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util
s.cc', | 115 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util
s.cc', |
114 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util
s.h', | 116 'data_reduction_proxy/core/common/data_reduction_proxy_headers_test_util
s.h', |
115 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils
.cc', | 117 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils
.cc', |
116 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils
.h', | 118 'data_reduction_proxy/core/common/data_reduction_proxy_params_test_utils
.h', |
117 ], | 119 ], |
118 }, | 120 }, |
119 { | 121 { |
120 'target_name': 'data_reduction_proxy_version_header', | 122 'target_name': 'data_reduction_proxy_version_header', |
121 'type': 'none', | 123 'type': 'none', |
122 'direct_dependent_settings': { | 124 'direct_dependent_settings': { |
(...skipping 22 matching lines...) Expand all Loading... |
145 'includes': [ | 147 'includes': [ |
146 '../build/util/version.gypi', | 148 '../build/util/version.gypi', |
147 ], | 149 ], |
148 }, | 150 }, |
149 ], | 151 ], |
150 }, | 152 }, |
151 | 153 |
152 ], | 154 ], |
153 } | 155 } |
154 | 156 |
OLD | NEW |