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

Side by Side Diff: content/content_renderer.gypi

Issue 23030005: Android: exclude dead code from android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixes for build breakage Created 7 years, 3 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_common.gypi ('k') | skia/skia_chrome.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 (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 'dependencies': [ 6 'dependencies': [
7 '../jingle/jingle.gyp:jingle_glue', 7 '../jingle/jingle.gyp:jingle_glue',
8 '../media/media.gyp:media', 8 '../media/media.gyp:media',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../skia/skia.gyp:skia', 10 '../skia/skia.gyp:skia',
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 ['OS=="win" and win_use_allocator_shim==1', { 533 ['OS=="win" and win_use_allocator_shim==1', {
534 'dependencies': [ 534 'dependencies': [
535 '../base/allocator/allocator.gyp:allocator', 535 '../base/allocator/allocator.gyp:allocator',
536 ], 536 ],
537 }], 537 }],
538 ['OS=="android"', { 538 ['OS=="android"', {
539 'sources!': [ 539 'sources!': [
540 'renderer/accessibility/renderer_accessibility_focus_only.cc' 540 'renderer/accessibility/renderer_accessibility_focus_only.cc'
541 'renderer/media/audio_decoder.cc', 541 'renderer/media/audio_decoder.cc',
542 'renderer/media/filter_helpers.cc', 542 'renderer/media/filter_helpers.cc',
543 'renderer/media/pepper_platform_video_decoder.cc',
543 'renderer/media/webmediaplayer_impl.cc', 544 'renderer/media/webmediaplayer_impl.cc',
544 ], 545 ],
545 'dependencies': [ 546 'dependencies': [
546 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 547 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
547 ], 548 ],
548 'includes': [ 549 'includes': [
549 '../build/android/cpufeatures.gypi', 550 '../build/android/cpufeatures.gypi',
550 ], 551 ],
551 }, { 552 }, {
552 'sources!': [ 553 'sources!': [
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
725 }], 726 }],
726 ], 727 ],
727 'target_conditions': [ 728 'target_conditions': [
728 ['OS=="android"', { 729 ['OS=="android"', {
729 'sources/': [ 730 'sources/': [
730 ['include', '^renderer/render_view_linux\\.cc$'], 731 ['include', '^renderer/render_view_linux\\.cc$'],
731 ], 732 ],
732 }], 733 }],
733 ], 734 ],
734 } 735 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | skia/skia_chrome.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698