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

Side by Side Diff: content/content_child.gypi

Issue 423613003: Move strings from webkit/ to content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort 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
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_shell.gypi » ('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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../components/tracing.gyp:tracing', 8 '../components/tracing.gyp:tracing',
9 '../mojo/mojo_base.gyp:mojo_application_bindings', 9 '../mojo/mojo_base.gyp:mojo_application_bindings',
10 '../mojo/mojo_base.gyp:mojo_environment_chromium', 10 '../mojo/mojo_base.gyp:mojo_environment_chromium',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 ], 312 ],
313 }], 313 }],
314 ['OS=="ios"', { 314 ['OS=="ios"', {
315 'sources/': [ 315 'sources/': [
316 # iOS only needs a small portion of content; exclude all the 316 # iOS only needs a small portion of content; exclude all the
317 # implementation, and re-include what is used. 317 # implementation, and re-include what is used.
318 ['exclude', '\\.(cc|mm)$'], 318 ['exclude', '\\.(cc|mm)$'],
319 ], 319 ],
320 }, { # OS!="ios" 320 }, { # OS!="ios"
321 'dependencies': [ 321 'dependencies': [
322 'app/strings/content_strings.gyp:content_strings',
322 '../third_party/WebKit/public/blink.gyp:blink', 323 '../third_party/WebKit/public/blink.gyp:blink',
323 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', 324 '../third_party/WebKit/public/blink_resources.gyp:blink_resources',
324 '../third_party/npapi/npapi.gyp:npapi', 325 '../third_party/npapi/npapi.gyp:npapi',
325 '../webkit/child/webkit_child.gyp:webkit_child', 326 '../webkit/child/webkit_child.gyp:webkit_child',
326 '../webkit/common/webkit_common.gyp:webkit_common', 327 '../webkit/common/webkit_common.gyp:webkit_common',
327 '../webkit/webkit_resources.gyp:webkit_resources', 328 '../webkit/webkit_resources.gyp:webkit_resources',
328 ], 329 ],
329 }], 330 }],
330 ['use_aura==1', { 331 ['use_aura==1', {
331 'sources!': [ 332 'sources!': [
(...skipping 24 matching lines...) Expand all
356 }, { 357 }, {
357 'dependencies': [ 358 'dependencies': [
358 '../third_party/nss/nss.gyp:nspr', 359 '../third_party/nss/nss.gyp:nspr',
359 '../third_party/nss/nss.gyp:nss', 360 '../third_party/nss/nss.gyp:nss',
360 ], 361 ],
361 }], 362 }],
362 ], 363 ],
363 }], 364 }],
364 ], 365 ],
365 } 366 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698