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

Side by Side Diff: content/content_renderer.gypi

Issue 561623002: GN: Enable blink and (nearly) all of content in android build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
« no previous file with comments | « content/common/BUILD.gn ('k') | content/public/android/BUILD.gn » ('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 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../cc/cc.gyp:cc', 10 '../cc/cc.gyp:cc',
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 }], 717 }],
718 ['OS=="win" and win_use_allocator_shim==1', { 718 ['OS=="win" and win_use_allocator_shim==1', {
719 'dependencies': [ 719 'dependencies': [
720 '../base/allocator/allocator.gyp:allocator', 720 '../base/allocator/allocator.gyp:allocator',
721 ], 721 ],
722 }], 722 }],
723 ['OS=="android"', { 723 ['OS=="android"', {
724 'sources!': [ 724 'sources!': [
725 'renderer/accessibility/renderer_accessibility_focus_only.cc', 725 'renderer/accessibility/renderer_accessibility_focus_only.cc',
726 'renderer/media/audio_decoder.cc', 726 'renderer/media/audio_decoder.cc',
727 'renderer/media/filter_helpers.cc',
728 'renderer/media/crypto/encrypted_media_player_support_impl.cc', 727 'renderer/media/crypto/encrypted_media_player_support_impl.cc',
729 'renderer/media/webmediaplayer_impl.cc',
730 ], 728 ],
731 'sources': [ 729 'sources': [
732 'renderer/external_popup_menu.cc', 730 'renderer/external_popup_menu.cc',
733 'renderer/external_popup_menu.h', 731 'renderer/external_popup_menu.h',
734 ], 732 ],
735 'dependencies': [ 733 'dependencies': [
736 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 734 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
737 ], 735 ],
738 'includes': [ 736 'includes': [
739 '../build/android/cpufeatures.gypi', 737 '../build/android/cpufeatures.gypi',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 }], 827 }],
830 ], 828 ],
831 'target_conditions': [ 829 'target_conditions': [
832 ['OS=="android"', { 830 ['OS=="android"', {
833 'sources/': [ 831 'sources/': [
834 ['include', '^renderer/render_view_linux\\.cc$'], 832 ['include', '^renderer/render_view_linux\\.cc$'],
835 ], 833 ],
836 }], 834 }],
837 ], 835 ],
838 } 836 }
OLDNEW
« no previous file with comments | « content/common/BUILD.gn ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698