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 { |
| 9 # GN Version: //components/data_reduction_proxy/content |
| 10 'target_name': 'data_reduction_proxy_content', |
| 11 'type': 'static_library', |
| 12 'dependencies': [ |
| 13 '../base/base.gyp:base', |
| 14 '../content/content.gyp:content_browser', |
| 15 '../skia/skia.gyp:skia', |
| 16 ], |
| 17 'include_dirs': [ |
| 18 '..', |
| 19 ], |
| 20 'sources': [ |
| 21 # Note: sources list duplicated in GN build. |
| 22 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_resourc
e_throttle.cc', |
| 23 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_resourc
e_throttle.h', |
| 24 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_mana
ger.cc', |
| 25 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_mana
ger.h', |
| 26 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_serv
ice.cc', |
| 27 'data_reduction_proxy/content/browser/data_reduction_proxy_debug_ui_serv
ice.h', |
| 28 ], |
| 29 }, |
8 { | 30 { |
9 # GN version: //components/data_reduction_proxy/core/browser | 31 # GN version: //components/data_reduction_proxy/core/browser |
10 'target_name': 'data_reduction_proxy_core_browser', | 32 'target_name': 'data_reduction_proxy_core_browser', |
11 'type': 'static_library', | 33 'type': 'static_library', |
12 'conditions': [ | 34 'conditions': [ |
13 ['OS != "android" and OS != "ios"', { | 35 ['OS != "android" and OS != "ios"', { |
14 'dependencies' : [ | 36 'dependencies' : [ |
15 '../google_apis/google_apis.gyp:google_apis', | 37 '../google_apis/google_apis.gyp:google_apis', |
16 ] | 38 ] |
17 }], | 39 }], |
(...skipping 11 matching lines...) Expand all Loading... |
29 '..', | 51 '..', |
30 ], | 52 ], |
31 'sources': [ | 53 'sources': [ |
32 # Note: sources list duplicated in GN build. | 54 # Note: sources list duplicated in GN build. |
33 'data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_han
dler.cc', | 55 'data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_han
dler.cc', |
34 'data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_han
dler.h', | 56 'data_reduction_proxy/core/browser/data_reduction_proxy_auth_request_han
dler.h', |
35 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.
cc', | 57 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.
cc', |
36 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.
h', | 58 'data_reduction_proxy/core/browser/data_reduction_proxy_bypass_protocol.
h', |
37 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc'
, | 59 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.cc'
, |
38 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h', | 60 'data_reduction_proxy/core/browser/data_reduction_proxy_configurator.h', |
| 61 "data_reduction_proxy/core/browser/data_reduction_proxy_debug_ui_service
_core.h", |
39 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc', | 62 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.cc', |
40 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h', | 63 'data_reduction_proxy/core/browser/data_reduction_proxy_delegate.h', |
41 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc', | 64 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.cc', |
42 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h', | 65 'data_reduction_proxy/core/browser/data_reduction_proxy_interceptor.h', |
43 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', | 66 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.cc', |
44 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', | 67 'data_reduction_proxy/core/browser/data_reduction_proxy_io_data.h', |
45 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', | 68 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.cc', |
46 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', | 69 'data_reduction_proxy/core/browser/data_reduction_proxy_metrics.h', |
47 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.cc', | 70 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.cc', |
48 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.h', | 71 'data_reduction_proxy/core/browser/data_reduction_proxy_network_delegate
.h', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 { | 110 { |
88 # GN version: //components/data_reduction_proxy/core/browser:test_support | 111 # GN version: //components/data_reduction_proxy/core/browser:test_support |
89 'target_name': 'data_reduction_proxy_test_support', | 112 'target_name': 'data_reduction_proxy_test_support', |
90 'type': 'static_library', | 113 'type': 'static_library', |
91 'dependencies' : [ | 114 'dependencies' : [ |
92 '../base/base.gyp:base', | 115 '../base/base.gyp:base', |
93 '../net/net.gyp:net', | 116 '../net/net.gyp:net', |
94 '../net/net.gyp:net_test_support', | 117 '../net/net.gyp:net_test_support', |
95 '../testing/gmock.gyp:gmock', | 118 '../testing/gmock.gyp:gmock', |
96 '../testing/gtest.gyp:gtest', | 119 '../testing/gtest.gyp:gtest', |
| 120 'data_reduction_proxy_content', |
97 'data_reduction_proxy_core_browser', | 121 'data_reduction_proxy_core_browser', |
98 'data_reduction_proxy_core_common', | 122 'data_reduction_proxy_core_common', |
99 ], | 123 ], |
100 'include_dirs': [ | 124 'include_dirs': [ |
101 '..', | 125 '..', |
102 ], | 126 ], |
103 'sources': [ | 127 'sources': [ |
104 # Note: sources list duplicated in GN build. | 128 # Note: sources list duplicated in GN build. |
105 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut
ils.cc', | 129 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut
ils.cc', |
106 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut
ils.h', | 130 'data_reduction_proxy/core/browser/data_reduction_proxy_settings_test_ut
ils.h', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
139 'includes': [ | 163 'includes': [ |
140 '../build/util/version.gypi', | 164 '../build/util/version.gypi', |
141 ], | 165 ], |
142 }, | 166 }, |
143 ], | 167 ], |
144 }, | 168 }, |
145 | 169 |
146 ], | 170 ], |
147 } | 171 } |
148 | 172 |
OLD | NEW |