| 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc', | 72 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc', |
| 73 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.h', | 73 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.h', |
| 74 'data_reduction_proxy/core/common/data_reduction_proxy_headers.cc', | 74 'data_reduction_proxy/core/common/data_reduction_proxy_headers.cc', |
| 75 'data_reduction_proxy/core/common/data_reduction_proxy_headers.h', | 75 'data_reduction_proxy/core/common/data_reduction_proxy_headers.h', |
| 76 'data_reduction_proxy/core/common/data_reduction_proxy_params.cc', | 76 'data_reduction_proxy/core/common/data_reduction_proxy_params.cc', |
| 77 'data_reduction_proxy/core/common/data_reduction_proxy_params.h', | 77 'data_reduction_proxy/core/common/data_reduction_proxy_params.h', |
| 78 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc', | 78 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc', |
| 79 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h', | 79 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h', |
| 80 'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc', | 80 'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc', |
| 81 'data_reduction_proxy/core/common/data_reduction_proxy_switches.h', | 81 'data_reduction_proxy/core/common/data_reduction_proxy_switches.h', |
| 82 'data_reduction_proxy/core/common/data_reduction_proxy_util.cc', |
| 83 'data_reduction_proxy/core/common/data_reduction_proxy_util.h', |
| 82 'data_reduction_proxy/core/common/lofi_decider.h', | 84 'data_reduction_proxy/core/common/lofi_decider.h', |
| 83 'data_reduction_proxy/core/common/lofi_ui_service.h', | 85 'data_reduction_proxy/core/common/lofi_ui_service.h', |
| 84 ], | 86 ], |
| 85 }, | 87 }, |
| 86 'conditions': [ | 88 'conditions': [ |
| 87 # Small versions of libraries for Cronet. | 89 # Small versions of libraries for Cronet. |
| 88 ['OS=="android"', { | 90 ['OS=="android"', { |
| 89 'targets' : [ | 91 'targets' : [ |
| 90 { | 92 { |
| 91 # GN version: //components/data_reduction_proxy/core/browser:browser_
small | 93 # GN version: //components/data_reduction_proxy/core/browser:browser_
small |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 '<@(_outputs)', | 285 '<@(_outputs)', |
| 284 ], | 286 ], |
| 285 'includes': [ | 287 'includes': [ |
| 286 '../build/util/version.gypi', | 288 '../build/util/version.gypi', |
| 287 ], | 289 ], |
| 288 }, | 290 }, |
| 289 ], | 291 ], |
| 290 }, | 292 }, |
| 291 ], | 293 ], |
| 292 } | 294 } |
| OLD | NEW |