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

Side by Side Diff: webkit/appcache/webkit_appcache.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 | « views/views.gyp ('k') | webkit/blob/webkit_blob.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': 'appcache', 8 'target_name': 'appcache',
9 'type': '<(library)', 9 'type': 'static_library',
10 'msvs_guid': '0B945915-31A7-4A07-A5B5-568D737A39B1', 10 'msvs_guid': '0B945915-31A7-4A07-A5B5-568D737A39B1',
11 'dependencies': [ 11 'dependencies': [
12 '<(DEPTH)/app/app.gyp:app_base', 12 '<(DEPTH)/app/app.gyp:app_base',
13 '<(DEPTH)/net/net.gyp:net', 13 '<(DEPTH)/net/net.gyp:net',
14 ], 14 ],
15 'sources': [ 15 'sources': [
16 # This list contains all .h and .cc in appcache except for test code. 16 # This list contains all .h and .cc in appcache except for test code.
17 'appcache.cc', 17 'appcache.cc',
18 'appcache.h', 18 'appcache.h',
19 'appcache_backend_impl.cc', 19 'appcache_backend_impl.cc',
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'conditions': [ 65 'conditions': [
66 ['inside_chromium_build==0', { 66 ['inside_chromium_build==0', {
67 'dependencies': [ 67 'dependencies': [
68 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', 68 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers',
69 ], 69 ],
70 }], 70 }],
71 ], 71 ],
72 }, 72 },
73 ], 73 ],
74 } 74 }
OLDNEW
« no previous file with comments | « views/views.gyp ('k') | webkit/blob/webkit_blob.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698