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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 423613003: Move strings from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: one more android_webview fix + REBASE Created 6 years, 4 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 | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 6 'variables': {
7 'chrome_renderer_sources': [ 7 'chrome_renderer_sources': [
8 'renderer/benchmarking_extension.cc', 8 'renderer/benchmarking_extension.cc',
9 'renderer/benchmarking_extension.h', 9 'renderer/benchmarking_extension.h',
10 'renderer/extensions/app_bindings.cc', 10 'renderer/extensions/app_bindings.cc',
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 '../third_party/re2/re2.gyp:re2', 280 '../third_party/re2/re2.gyp:re2',
281 '../components/components.gyp:autofill_content_renderer', 281 '../components/components.gyp:autofill_content_renderer',
282 '../components/components.gyp:cdm_renderer', 282 '../components/components.gyp:cdm_renderer',
283 '../components/components.gyp:data_reduction_proxy_common', 283 '../components/components.gyp:data_reduction_proxy_common',
284 '../components/components.gyp:startup_metric_utils', 284 '../components/components.gyp:startup_metric_utils',
285 '../components/components.gyp:plugins_renderer', 285 '../components/components.gyp:plugins_renderer',
286 '../components/components.gyp:translate_content_renderer', 286 '../components/components.gyp:translate_content_renderer',
287 '../components/components.gyp:translate_core_common', 287 '../components/components.gyp:translate_core_common',
288 '../components/components.gyp:translate_core_language_detection', 288 '../components/components.gyp:translate_core_language_detection',
289 '../components/components.gyp:visitedlink_renderer', 289 '../components/components.gyp:visitedlink_renderer',
290 '../content/app/strings/content_strings.gyp:content_strings',
jochen (gone - plz use gerrit) 2014/08/01 07:52:16 why do you have to add this here, but not delete w
tfarina 2014/08/02 00:57:31 they were necessary to fix trybot results.
290 '../content/content.gyp:content_renderer', 291 '../content/content.gyp:content_renderer',
291 '../extensions/extensions.gyp:extensions_renderer', 292 '../extensions/extensions.gyp:extensions_renderer',
292 '../extensions/extensions_resources.gyp:extensions_resources', 293 '../extensions/extensions_resources.gyp:extensions_resources',
293 '../media/cast/cast.gyp:cast_logging_proto', 294 '../media/cast/cast.gyp:cast_logging_proto',
294 '../media/cast/cast.gyp:cast_net', 295 '../media/cast/cast.gyp:cast_net',
295 '../media/cast/cast.gyp:cast_sender', 296 '../media/cast/cast.gyp:cast_sender',
296 '../net/net.gyp:net', 297 '../net/net.gyp:net',
297 '../skia/skia.gyp:skia', 298 '../skia/skia.gyp:skia',
298 '../third_party/WebKit/public/blink.gyp:blink', 299 '../third_party/WebKit/public/blink.gyp:blink',
299 '../third_party/icu/icu.gyp:icui18n', 300 '../third_party/icu/icu.gyp:icui18n',
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 }], 427 }],
427 ['enable_printing!=0', { 428 ['enable_printing!=0', {
428 'dependencies': [ 429 'dependencies': [
429 '../printing/printing.gyp:printing', 430 '../printing/printing.gyp:printing',
430 ], 431 ],
431 }], 432 }],
432 ], 433 ],
433 }, 434 },
434 ], 435 ],
435 } 436 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698