Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(110)

Side by Side Diff: components/translate.gypi

Issue 2034413003: Delete the non-static CLD data source logic. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase to latest master Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/components_tests.gyp ('k') | components/translate/content/browser/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/translate/core/browser 8 # GN version: //components/translate/core/browser
9 'target_name': 'translate_core_browser', 9 'target_name': 'translate_core_browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 'translate_content_common', 134 'translate_content_common',
135 'translate_core_browser', 135 'translate_core_browser',
136 '../base/base.gyp:base', 136 '../base/base.gyp:base',
137 '../content/content.gyp:content_browser', 137 '../content/content.gyp:content_browser',
138 ], 138 ],
139 'include_dirs': [ 139 'include_dirs': [
140 '..', 140 '..',
141 ], 141 ],
142 'sources': [ 142 'sources': [
143 # Note: sources list duplicated in GN build. 143 # Note: sources list duplicated in GN build.
144 'translate/content/browser/browser_cld_data_provider.cc',
145 'translate/content/browser/browser_cld_data_provider.h',
146 'translate/content/browser/browser_cld_data_provider_factory.cc',
147 'translate/content/browser/browser_cld_data_provider_factory.h',
148 'translate/content/browser/browser_cld_utils.cc',
149 'translate/content/browser/browser_cld_utils.h',
150 'translate/content/browser/content_translate_driver.cc', 144 'translate/content/browser/content_translate_driver.cc',
151 'translate/content/browser/content_translate_driver.h', 145 'translate/content/browser/content_translate_driver.h',
152 'translate/content/browser/data_file_browser_cld_data_provider.cc',
153 'translate/content/browser/data_file_browser_cld_data_provider.h',
154 ], 146 ],
155 }, 147 },
156 { 148 {
157 # GN version: //components/translate/content/common 149 # GN version: //components/translate/content/common
158 'target_name': 'translate_content_common', 150 'target_name': 'translate_content_common',
159 'type': 'static_library', 151 'type': 'static_library',
160 'dependencies': [ 152 'dependencies': [
161 'translate_core_common', 153 'translate_core_common',
162 'translate_core_language_detection', 154 'translate_core_language_detection',
163 '../base/base.gyp:base', 155 '../base/base.gyp:base',
164 '../ipc/ipc.gyp:ipc', 156 '../ipc/ipc.gyp:ipc',
165 '../url/ipc/url_ipc.gyp:url_ipc', 157 '../url/ipc/url_ipc.gyp:url_ipc',
166 ], 158 ],
167 'include_dirs': [ 159 'include_dirs': [
168 '..', 160 '..',
169 ], 161 ],
170 'sources': [ 162 'sources': [
171 # Note: sources list duplicated in GN build. 163 # Note: sources list duplicated in GN build.
172 'translate/content/common/cld_data_source.cc',
173 'translate/content/common/cld_data_source.h',
174 'translate/content/common/data_file_cld_data_provider_messages.cc',
175 'translate/content/common/data_file_cld_data_provider_messages.h',
176 'translate/content/common/translate_messages.cc', 164 'translate/content/common/translate_messages.cc',
177 'translate/content/common/translate_messages.h', 165 'translate/content/common/translate_messages.h',
178 ], 166 ],
179 }, 167 },
180 { 168 {
181 # GN version: //components/translate/content/renderer 169 # GN version: //components/translate/content/renderer
182 'target_name': 'translate_content_renderer', 170 'target_name': 'translate_content_renderer',
183 'type': 'static_library', 171 'type': 'static_library',
184 'dependencies': [ 172 'dependencies': [
185 'translate_content_common', 173 'translate_content_common',
186 'translate_core_common', 174 'translate_core_common',
187 'translate_core_language_detection', 175 'translate_core_language_detection',
188 '../base/base.gyp:base', 176 '../base/base.gyp:base',
189 '../content/content.gyp:content_common', 177 '../content/content.gyp:content_common',
190 '../content/content.gyp:content_renderer', 178 '../content/content.gyp:content_renderer',
191 '../ipc/ipc.gyp:ipc', 179 '../ipc/ipc.gyp:ipc',
192 '../third_party/WebKit/public/blink.gyp:blink', 180 '../third_party/WebKit/public/blink.gyp:blink',
193 '../third_party/cld_2/cld_2.gyp:cld_2', 181 '../third_party/cld_2/cld_2.gyp:cld_2',
194 '../url/url.gyp:url_lib', 182 '../url/url.gyp:url_lib',
195 '../v8/src/v8.gyp:v8', 183 '../v8/src/v8.gyp:v8',
196 ], 184 ],
197 'include_dirs': [ 185 'include_dirs': [
198 '..', 186 '..',
199 ], 187 ],
200 'sources': [ 188 'sources': [
201 # Note: sources list duplicated in GN build. 189 # Note: sources list duplicated in GN build.
202 'translate/content/renderer/data_file_renderer_cld_data_provider.cc' ,
203 'translate/content/renderer/data_file_renderer_cld_data_provider.h',
204 'translate/content/renderer/renderer_cld_data_provider.cc',
205 'translate/content/renderer/renderer_cld_data_provider.h',
206 'translate/content/renderer/renderer_cld_data_provider_factory.cc',
207 'translate/content/renderer/renderer_cld_data_provider_factory.h',
208 'translate/content/renderer/renderer_cld_utils.cc',
209 'translate/content/renderer/renderer_cld_utils.h',
210 'translate/content/renderer/translate_helper.cc', 190 'translate/content/renderer/translate_helper.cc',
211 'translate/content/renderer/translate_helper.h', 191 'translate/content/renderer/translate_helper.h',
212 ], 192 ],
213 }, 193 },
214 ], 194 ],
215 }], 195 }],
216 ['OS == "ios"', { 196 ['OS == "ios"', {
217 'targets': [ 197 'targets': [
218 { 198 {
219 # GN version: //components/translate/ios/browser 199 # GN version: //components/translate/ios/browser
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 ], 239 ],
260 }, 240 },
261 'includes': [ 241 'includes': [
262 '../ios/web/js_compile_checked.gypi', 242 '../ios/web/js_compile_checked.gypi',
263 ], 243 ],
264 }, 244 },
265 ], 245 ],
266 }], 246 }],
267 ], 247 ],
268 } 248 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/translate/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698