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

Side by Side Diff: skia/skia.gyp

Issue 60070: Fix linking with gold by cleaning up lib dependencies. (Closed)
Patch Set: Created 11 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 | « chrome/chrome.gyp ('k') | webkit/webkit.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 6 'includes': [
7 '../build/common.gypi', 7 '../build/common.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 670 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 }], 681 }],
682 [ 'OS != "win"', { 682 [ 'OS != "win"', {
683 'sources/': [ ['exclude', '_win\\.(cc|cpp)$'] ], 683 'sources/': [ ['exclude', '_win\\.(cc|cpp)$'] ],
684 'sources!': [ 684 'sources!': [
685 'ext/vector_canvas.cc', 685 'ext/vector_canvas.cc',
686 'ext/vector_device.cc', 686 'ext/vector_device.cc',
687 ], 687 ],
688 }], 688 }],
689 [ 'OS == "linux"', { 689 [ 'OS == "linux"', {
690 'dependencies': [ 690 'dependencies': [
691 '../build/linux/system.gyp:gtk', 691 '../build/linux/system.gyp:gdk',
692 '../build/linux/system.gyp:fontconfig',
693 '../build/linux/system.gyp:freetype2',
692 ], 694 ],
693 'cflags': [ 695 'cflags': [
694 '-Wno-unused', 696 '-Wno-unused',
695 '-Wno-unused-function', 697 '-Wno-unused-function',
696 ], 698 ],
697 'sources!': [ 699 'sources!': [
698 'ports/SkFontHost_none.cpp', 700 'ports/SkFontHost_none.cpp',
699 'sgl/SkTypeface_fake.cpp', 701 'sgl/SkTypeface_fake.cpp',
700 ], 702 ],
701 }], 703 }],
(...skipping 20 matching lines...) Expand all
722 'direct_dependent_settings': { 724 'direct_dependent_settings': {
723 'include_dirs': [ 725 'include_dirs': [
724 'include', 726 'include',
725 'include/corecg', 727 'include/corecg',
726 'ext', 728 'ext',
727 ], 729 ],
728 }, 730 },
729 }, 731 },
730 ], 732 ],
731 } 733 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | webkit/webkit.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698