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

Side by Side Diff: ui/gfx/surface/surface.gyp

Issue 7051014: Globally replace <(library) with static_library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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 | « ui/gfx/gl/gl.gyp ('k') | ui/ui_base.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 6 'target_defaults': {
7 'sources/': [ 7 'sources/': [
8 ['exclude', '/(cocoa|gtk|win)/'], 8 ['exclude', '/(cocoa|gtk|win)/'],
9 ['exclude', '_(cocoa|gtk|linux|mac|posix|win|x)\\.(cc|mm?)$'], 9 ['exclude', '_(cocoa|gtk|linux|mac|posix|win|x)\\.(cc|mm?)$'],
10 ['exclude', '/(gtk|win|x11)_[^/]*\\.cc$'], 10 ['exclude', '/(gtk|win|x11)_[^/]*\\.cc$'],
(...skipping 18 matching lines...) Expand all
29 {'sources/': [ 29 {'sources/': [
30 ['include', '_(win)\\.cc$'], 30 ['include', '_(win)\\.cc$'],
31 ['include', '/win/'], 31 ['include', '/win/'],
32 ['include', '/win_[^/]*\\.cc$'], 32 ['include', '/win_[^/]*\\.cc$'],
33 ]}], 33 ]}],
34 ], 34 ],
35 }, 35 },
36 'targets': [ 36 'targets': [
37 { 37 {
38 'target_name': 'surface', 38 'target_name': 'surface',
39 'type': '<(library)', 39 'type': 'static_library',
40 'msvs_guid': '6C99567D-6F02-43B5-BB35-D8E3F8D0D6D2', 40 'msvs_guid': '6C99567D-6F02-43B5-BB35-D8E3F8D0D6D2',
41 'dependencies': [ 41 'dependencies': [
42 '<(DEPTH)/base/base.gyp:base', 42 '<(DEPTH)/base/base.gyp:base',
43 '<(DEPTH)/skia/skia.gyp:skia', 43 '<(DEPTH)/skia/skia.gyp:skia',
44 '<(DEPTH)/ui/gfx/gl/gl.gyp:gl', 44 '<(DEPTH)/ui/gfx/gl/gl.gyp:gl',
45 '<(DEPTH)/ui/ui.gyp:ui_gfx', 45 '<(DEPTH)/ui/ui.gyp:ui_gfx',
46 ], 46 ],
47 'sources': [ 47 'sources': [
48 'accelerated_surface_mac.cc', 48 'accelerated_surface_mac.cc',
49 'accelerated_surface_mac.h', 49 'accelerated_surface_mac.h',
50 'io_surface_support_mac.cc', 50 'io_surface_support_mac.cc',
51 'io_surface_support_mac.h', 51 'io_surface_support_mac.h',
52 'transport_dib.h', 52 'transport_dib.h',
53 'transport_dib_linux.cc', 53 'transport_dib_linux.cc',
54 'transport_dib_mac.cc', 54 'transport_dib_mac.cc',
55 'transport_dib_win.cc', 55 'transport_dib_win.cc',
56 ], 56 ],
57 }, 57 },
58 ], 58 ],
59 } 59 }
OLDNEW
« no previous file with comments | « ui/gfx/gl/gl.gyp ('k') | ui/ui_base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698