| 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 '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 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 196 'target_name': 'data_reduction_proxy_core_common', | 196 'target_name': 'data_reduction_proxy_core_common', |
| 197 'type': 'static_library', | 197 'type': 'static_library', |
| 198 'defines': [ | 198 'defines': [ |
| 199 'USE_GOOGLE_API_KEYS' | 199 'USE_GOOGLE_API_KEYS' |
| 200 ], | 200 ], |
| 201 'dependencies': [ | 201 'dependencies': [ |
| 202 '../base/base.gyp:base', | 202 '../base/base.gyp:base', |
| 203 '../google_apis/google_apis.gyp:google_apis', | 203 '../google_apis/google_apis.gyp:google_apis', |
| 204 '../url/url.gyp:url_lib', | 204 '../url/url.gyp:url_lib', |
| 205 'data_reduction_proxy_proto', | 205 'data_reduction_proxy_proto', |
| 206 'data_reduction_proxy_version_header', |
| 206 ], | 207 ], |
| 207 'include_dirs': [ | 208 'include_dirs': [ |
| 208 '..', | 209 '..', |
| 209 ], | 210 ], |
| 210 'sources': [ | 211 'sources': [ |
| 211 '<@(data_reduction_proxy_core_common_sources)' | 212 '<@(data_reduction_proxy_core_common_sources)' |
| 212 ], | 213 ], |
| 213 }, | 214 }, |
| 214 { | 215 { |
| 215 # GN version: //components/data_reduction_proxy/core/browser:test_support | 216 # GN version: //components/data_reduction_proxy/core/browser:test_support |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 '<@(_outputs)', | 294 '<@(_outputs)', |
| 294 ], | 295 ], |
| 295 'includes': [ | 296 'includes': [ |
| 296 '../build/util/version.gypi', | 297 '../build/util/version.gypi', |
| 297 ], | 298 ], |
| 298 }, | 299 }, |
| 299 ], | 300 ], |
| 300 }, | 301 }, |
| 301 ], | 302 ], |
| 302 } | 303 } |
| OLD | NEW |