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

Side by Side Diff: skia/skia.gyp

Issue 10823291: Exclude more files from Android build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again Created 8 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 | « net/net.gyp ('k') | ui/gl/gl.gyp » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'skia', 8 'target_name': 'skia',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 10 'variables': {
(...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 ], 584 ],
585 # This exports a hard dependency because it needs to run its 585 # This exports a hard dependency because it needs to run its
586 # symlink action in order to expose the skia header files. 586 # symlink action in order to expose the skia header files.
587 'hard_dependency': 1, 587 'hard_dependency': 1,
588 'include_dirs': [ 588 'include_dirs': [
589 '../third_party/expat/files/lib', 589 '../third_party/expat/files/lib',
590 ], 590 ],
591 'sources/': [ 591 'sources/': [
592 ['include', 'ext/platform_device_linux\\.cc$'], 592 ['include', 'ext/platform_device_linux\\.cc$'],
593 ['include', 'ext/platform_canvas_linux\\.cc$'], 593 ['include', 'ext/platform_canvas_linux\\.cc$'],
594 ['exclude', '../third_party/skia/src/pdf/'],
594 ], 595 ],
595 'sources!': [ 596 'sources!': [
596 'ext/vector_platform_device_skia.cc', 597 'ext/vector_platform_device_skia.cc',
597 '../third_party/skia/src/pdf/SkPDFFont.cpp',
598 ], 598 ],
599 'export_dependent_settings': [ 599 'export_dependent_settings': [
600 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz', 600 '../third_party/harfbuzz/harfbuzz.gyp:harfbuzz',
601 ], 601 ],
602 }], 602 }],
603 [ '_toolset == "target" and android_build_type == 0', { 603 [ '_toolset == "target" and android_build_type == 0', {
604 'defines': [ 604 'defines': [
605 'HAVE_ENDIAN_H', 605 'HAVE_ENDIAN_H',
606 ], 606 ],
607 }], 607 }],
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 ], 950 ],
951 'include_dirs': [ 951 'include_dirs': [
952 '..', 952 '..',
953 ], 953 ],
954 'sources': [ 954 'sources': [
955 'ext/image_operations_bench.cc', 955 'ext/image_operations_bench.cc',
956 ], 956 ],
957 }, 957 },
958 ], 958 ],
959 } 959 }
OLDNEW
« no previous file with comments | « net/net.gyp ('k') | ui/gl/gl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698