OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 { |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
111 'dependencies': [ | 111 'dependencies': [ |
112 '<(DEPTH)/base/base.gyp:base', | 112 '<(DEPTH)/base/base.gyp:base', |
113 '<(DEPTH)/crypto/crypto.gyp:crypto', | 113 '<(DEPTH)/crypto/crypto.gyp:crypto', |
114 '<(DEPTH)/net/net.gyp:net', | 114 '<(DEPTH)/net/net.gyp:net', |
115 '<(DEPTH)/skia/skia.gyp:skia', | 115 '<(DEPTH)/skia/skia.gyp:skia', |
116 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', | 116 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', |
117 '<(DEPTH)/ui/ui.gyp:ui', | 117 '<(DEPTH)/ui/ui.gyp:ui', |
118 'glue', | 118 'glue', |
119 'user_agent', | 119 'user_agent', |
120 'webkit_support_gfx', | 120 'webkit_support_gfx', |
121 '<(DEPTH)/webkit/renderer/webkit_renderer_storage.gypi:webkit_renderer_s torage', | |
michaeln
2013/05/24 20:41:59
bah... gyp voodoo... should this and compositor_bi
jamesr
2013/05/24 20:46:25
I don't think it's legal gyp to specify a target i
| |
121 ], | 122 ], |
122 'export_dependent_settings': [ | 123 'export_dependent_settings': [ |
123 '<(DEPTH)/base/base.gyp:base', | 124 '<(DEPTH)/base/base.gyp:base', |
124 ], | 125 ], |
125 'sources': [ | 126 'sources': [ |
126 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h', | 127 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h', |
127 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m', | 128 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m', |
128 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.cc', | 129 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.cc', |
129 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.h', | 130 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.h', |
130 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.cc', | 131 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.cc', |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
181 '<(DEPTH)', | 182 '<(DEPTH)', |
182 ], | 183 ], |
183 'conditions': [ | 184 'conditions': [ |
184 ['OS=="android"', { | 185 ['OS=="android"', { |
185 'toolsets': ['target', 'host'], | 186 'toolsets': ['target', 'host'], |
186 }], | 187 }], |
187 ], | 188 ], |
188 }, | 189 }, |
189 ], | 190 ], |
190 } | 191 } |
OLD | NEW |