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

Side by Side Diff: content/content_child.gypi

Issue 1088513006: content_child: Explicitly depend on blink_image_resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 | « no previous file | no next file » | 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_environment_chromium', 9 '../mojo/mojo_base.gyp:mojo_environment_chromium',
10 '../mojo/mojo_base.gyp:mojo_common_lib', 10 '../mojo/mojo_base.gyp:mojo_common_lib',
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 # iOS only needs a small portion of content; exclude all the 388 # iOS only needs a small portion of content; exclude all the
389 # implementation, and re-include what is used. 389 # implementation, and re-include what is used.
390 ['exclude', '\\.(cc|mm)$'], 390 ['exclude', '\\.(cc|mm)$'],
391 ], 391 ],
392 }, { # OS!="ios" 392 }, { # OS!="ios"
393 'dependencies': [ 393 'dependencies': [
394 'app/resources/content_resources.gyp:content_resources', 394 'app/resources/content_resources.gyp:content_resources',
395 'app/strings/content_strings.gyp:content_strings', 395 'app/strings/content_strings.gyp:content_strings',
396 '../storage/storage_common.gyp:storage_common', 396 '../storage/storage_common.gyp:storage_common',
397 '../third_party/WebKit/public/blink.gyp:blink', 397 '../third_party/WebKit/public/blink.gyp:blink',
398 '../third_party/WebKit/public/blink_resources.gyp:blink_image_resources' ,
398 '../third_party/WebKit/public/blink_resources.gyp:blink_resources', 399 '../third_party/WebKit/public/blink_resources.gyp:blink_resources',
399 '../third_party/npapi/npapi.gyp:npapi', 400 '../third_party/npapi/npapi.gyp:npapi',
400 ], 401 ],
401 }], 402 }],
402 ['use_aura==1', { 403 ['use_aura==1', {
403 'sources!': [ 404 'sources!': [
404 'child/npapi/webplugin_delegate_impl_mac.mm', 405 'child/npapi/webplugin_delegate_impl_mac.mm',
405 ], 406 ],
406 }], 407 }],
407 ['OS=="win"', { 408 ['OS=="win"', {
(...skipping 20 matching lines...) Expand all
428 }, { 429 }, {
429 'dependencies': [ 430 'dependencies': [
430 '../third_party/nss/nss.gyp:nspr', 431 '../third_party/nss/nss.gyp:nspr',
431 '../third_party/nss/nss.gyp:nss', 432 '../third_party/nss/nss.gyp:nss',
432 ], 433 ],
433 }], 434 }],
434 ], 435 ],
435 }], 436 }],
436 ], 437 ],
437 } 438 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698