| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'type': 'static_library', | 63 'type': 'static_library', |
| 64 'dependencies': [ | 64 'dependencies': [ |
| 65 '../base/base.gyp:base', | 65 '../base/base.gyp:base', |
| 66 '../url/url.gyp:url_lib', | 66 '../url/url.gyp:url_lib', |
| 67 ], | 67 ], |
| 68 'include_dirs': [ | 68 'include_dirs': [ |
| 69 '..', | 69 '..', |
| 70 ], | 70 ], |
| 71 'sources': [ | 71 'sources': [ |
| 72 # Note: sources list duplicated in GN build. | 72 # Note: sources list duplicated in GN build. |
| 73 'data_reduction_proxy/core/common/data_reduction_proxy_bypass_type_list.
h', |
| 73 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc', | 74 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.cc', |
| 74 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.h', | 75 'data_reduction_proxy/core/common/data_reduction_proxy_event_store.h', |
| 75 'data_reduction_proxy/core/common/data_reduction_proxy_headers.cc', | 76 'data_reduction_proxy/core/common/data_reduction_proxy_headers.cc', |
| 76 'data_reduction_proxy/core/common/data_reduction_proxy_headers.h', | 77 'data_reduction_proxy/core/common/data_reduction_proxy_headers.h', |
| 77 'data_reduction_proxy/core/common/data_reduction_proxy_params.cc', | 78 'data_reduction_proxy/core/common/data_reduction_proxy_params.cc', |
| 78 'data_reduction_proxy/core/common/data_reduction_proxy_params.h', | 79 'data_reduction_proxy/core/common/data_reduction_proxy_params.h', |
| 79 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc', | 80 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.cc', |
| 80 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h', | 81 'data_reduction_proxy/core/common/data_reduction_proxy_pref_names.h', |
| 81 'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc', | 82 'data_reduction_proxy/core/common/data_reduction_proxy_switches.cc', |
| 82 'data_reduction_proxy/core/common/data_reduction_proxy_switches.h', | 83 'data_reduction_proxy/core/common/data_reduction_proxy_switches.h', |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 'includes': [ | 138 'includes': [ |
| 138 '../build/util/version.gypi', | 139 '../build/util/version.gypi', |
| 139 ], | 140 ], |
| 140 }, | 141 }, |
| 141 ], | 142 ], |
| 142 }, | 143 }, |
| 143 | 144 |
| 144 ], | 145 ], |
| 145 } | 146 } |
| 146 | 147 |
| OLD | NEW |