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

Side by Side Diff: components/translate.gypi

Issue 1755363003: Revert of Mustash: Move GURL ParamTraits to url/ipc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 ], 165 ],
166 }, 166 },
167 { 167 {
168 # GN version: //components/translate/content/common 168 # GN version: //components/translate/content/common
169 'target_name': 'translate_content_common', 169 'target_name': 'translate_content_common',
170 'type': 'static_library', 170 'type': 'static_library',
171 'dependencies': [ 171 'dependencies': [
172 'translate_core_common', 172 'translate_core_common',
173 'translate_core_language_detection', 173 'translate_core_language_detection',
174 '../base/base.gyp:base', 174 '../base/base.gyp:base',
175 '../content/content.gyp:content_common',
175 '../ipc/ipc.gyp:ipc', 176 '../ipc/ipc.gyp:ipc',
176 '../url/ipc/url_ipc.gyp:url_ipc',
177 ], 177 ],
178 'include_dirs': [ 178 'include_dirs': [
179 '..', 179 '..',
180 ], 180 ],
181 'sources': [ 181 'sources': [
182 # Note: sources list duplicated in GN build. 182 # Note: sources list duplicated in GN build.
183 'translate/content/common/cld_data_source.cc', 183 'translate/content/common/cld_data_source.cc',
184 'translate/content/common/cld_data_source.h', 184 'translate/content/common/cld_data_source.h',
185 'translate/content/common/data_file_cld_data_provider_messages.cc', 185 'translate/content/common/data_file_cld_data_provider_messages.cc',
186 'translate/content/common/data_file_cld_data_provider_messages.h', 186 'translate/content/common/data_file_cld_data_provider_messages.h',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 ], 278 ],
279 }, 279 },
280 'includes': [ 280 'includes': [
281 '../ios/web/js_compile_checked.gypi', 281 '../ios/web/js_compile_checked.gypi',
282 ], 282 ],
283 }, 283 },
284 ], 284 ],
285 }], 285 }],
286 ], 286 ],
287 } 287 }
OLDNEW
« no previous file with comments | « components/safe_json/safe_json_parser_messages.h ('k') | components/translate/content/common/translate_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698