OLD | NEW |
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': 'static_library', | 9 'type': 'static_library', |
10 'msvs_guid': '0B945915-31A7-4A07-A5B5-568D737A39B1', | |
11 'dependencies': [ | 10 'dependencies': [ |
12 '<(DEPTH)/app/app.gyp:app_base', | 11 '<(DEPTH)/app/app.gyp:app_base', |
13 '<(DEPTH)/net/net.gyp:net', | 12 '<(DEPTH)/net/net.gyp:net', |
14 ], | 13 ], |
15 'sources': [ | 14 'sources': [ |
16 # This list contains all .h and .cc in appcache except for test code. | 15 # This list contains all .h and .cc in appcache except for test code. |
17 'appcache.cc', | 16 'appcache.cc', |
18 'appcache.h', | 17 'appcache.h', |
19 'appcache_backend_impl.cc', | 18 'appcache_backend_impl.cc', |
20 'appcache_backend_impl.h', | 19 'appcache_backend_impl.h', |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
67 'conditions': [ | 66 'conditions': [ |
68 ['inside_chromium_build==0', { | 67 ['inside_chromium_build==0', { |
69 'dependencies': [ | 68 'dependencies': [ |
70 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', | 69 '<(DEPTH)/webkit/support/setup_third_party.gyp:third_party_headers', |
71 ], | 70 ], |
72 }], | 71 }], |
73 ], | 72 ], |
74 }, | 73 }, |
75 ], | 74 ], |
76 } | 75 } |
OLD | NEW |