| 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 173 'type': 'static_library', | 173 'type': 'static_library', |
| 174 'dependencies': [ | 174 'dependencies': [ |
| 175 '../content/content.gyp:content_common', | 175 '../content/content.gyp:content_common', |
| 176 '../ipc/ipc.gyp:ipc', | 176 '../ipc/ipc.gyp:ipc', |
| 177 'data_reduction_proxy_content_common', | 177 'data_reduction_proxy_content_common', |
| 178 ], | 178 ], |
| 179 'include_dirs': [ | 179 'include_dirs': [ |
| 180 '..', | 180 '..', |
| 181 ], | 181 ], |
| 182 'sources': [ | 182 'sources': [ |
| 183 'data_reduction_proxy/content/browser/content_data_reduction_proxy_lofi_
helper.cc', |
| 184 'data_reduction_proxy/content/browser/content_data_reduction_proxy_lofi_
helper.h', |
| 183 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filte
r.cc', | 185 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filte
r.cc', |
| 184 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filte
r.h', | 186 'data_reduction_proxy/content/browser/data_reduction_proxy_message_filte
r.h', |
| 185 ], | 187 ], |
| 186 }, | 188 }, |
| 187 { | 189 { |
| 188 # GN version: //components/data_reduction_proxy/core/browser | 190 # GN version: //components/data_reduction_proxy/core/browser |
| 189 'target_name': 'data_reduction_proxy_core_browser', | 191 'target_name': 'data_reduction_proxy_core_browser', |
| 190 'type': 'static_library', | 192 'type': 'static_library', |
| 191 'conditions': [ | 193 'conditions': [ |
| 192 ['OS != "ios"', { | 194 ['OS != "ios"', { |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 '<@(_outputs)', | 321 '<@(_outputs)', |
| 320 ], | 322 ], |
| 321 'includes': [ | 323 'includes': [ |
| 322 '../build/util/version.gypi', | 324 '../build/util/version.gypi', |
| 323 ], | 325 ], |
| 324 }, | 326 }, |
| 325 ], | 327 ], |
| 326 }, | 328 }, |
| 327 ], | 329 ], |
| 328 } | 330 } |
| OLD | NEW |