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

Side by Side Diff: webkit/support/webkit_support.gypi

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 | « webkit/quota/webkit_quota.gypi ('k') | webkit/tools/test_shell/test_shell.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
11 'target_name': 'webkit_support', 11 'target_name': 'webkit_support',
12 'type': '<(library)', 12 'type': 'static_library',
13 'dependencies': [ 13 'dependencies': [
14 '<(DEPTH)/base/base.gyp:base', 14 '<(DEPTH)/base/base.gyp:base',
15 '<(DEPTH)/ui/ui.gyp:ui_gfx', 15 '<(DEPTH)/ui/ui.gyp:ui_gfx',
16 '<(DEPTH)/media/media.gyp:media', 16 '<(DEPTH)/media/media.gyp:media',
17 '<(DEPTH)/skia/skia.gyp:skia', 17 '<(DEPTH)/skia/skia.gyp:skia',
18 '<(DEPTH)/testing/gtest.gyp:gtest', 18 '<(DEPTH)/testing/gtest.gyp:gtest',
19 'appcache', 19 'appcache',
20 'blob', 20 'blob',
21 'database', 21 'database',
22 'fileapi', 22 'fileapi',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 '../tools/test_shell/resources/missingImage.gif', 65 '../tools/test_shell/resources/missingImage.gif',
66 '../tools/test_shell/resources/textAreaResizeCorner.png', 66 '../tools/test_shell/resources/textAreaResizeCorner.png',
67 ], 67 ],
68 }], 68 }],
69 }], 69 }],
70 ], 70 ],
71 }, 71 },
72 72
73 { 73 {
74 'target_name': 'webkit_support_common', 74 'target_name': 'webkit_support_common',
75 'type': '<(library)', 75 'type': 'static_library',
76 'dependencies': [ 76 'dependencies': [
77 '<(DEPTH)/base/base.gyp:base', 77 '<(DEPTH)/base/base.gyp:base',
78 '<(DEPTH)/crypto/crypto.gyp:crypto', 78 '<(DEPTH)/crypto/crypto.gyp:crypto',
79 '<(DEPTH)/skia/skia.gyp:skia', 79 '<(DEPTH)/skia/skia.gyp:skia',
80 'glue', 80 'glue',
81 ], 81 ],
82 'export_dependent_settings': [ 82 'export_dependent_settings': [
83 '<(DEPTH)/base/base.gyp:base', 83 '<(DEPTH)/base/base.gyp:base',
84 ], 84 ],
85 'sources': [ 85 'sources': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 }], 117 }],
118 ], 118 ],
119 }, 119 },
120 ], 120 ],
121 } 121 }
122 # Local Variables: 122 # Local Variables:
123 # tab-width:2 123 # tab-width:2
124 # indent-tabs-mode:nil 124 # indent-tabs-mode:nil
125 # End: 125 # End:
126 # vim: set expandtab tabstop=2 shiftwidth=2: 126 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « webkit/quota/webkit_quota.gypi ('k') | webkit/tools/test_shell/test_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698