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 13 matching lines...) Expand all Loading... |
24 '<(DEPTH)/ui/ui.gyp:shell_dialogs', | 24 '<(DEPTH)/ui/ui.gyp:shell_dialogs', |
25 '<(DEPTH)/ui/ui.gyp:ui', | 25 '<(DEPTH)/ui/ui.gyp:ui', |
26 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 26 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
27 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 27 '<(DEPTH)/webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
28 '<(DEPTH)/webkit/plugins/webkit_plugins.gyp:plugins_common', | 28 '<(DEPTH)/webkit/plugins/webkit_plugins.gyp:plugins_common', |
29 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_bindings', | 29 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_bindings', |
30 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_support', | 30 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_support', |
31 'glue', | 31 'glue', |
32 'glue_common', | 32 'glue_common', |
33 'plugins', | 33 'plugins', |
34 'webkit_base', | |
35 'webkit_common', | 34 'webkit_common', |
36 'webkit_media', | 35 'webkit_media', |
37 'webkit_storage', | 36 'webkit_storage', |
38 'webkit_support_common', | 37 'webkit_support_common', |
39 ], | 38 ], |
40 'include_dirs': [ | 39 'include_dirs': [ |
41 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit | 40 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit |
42 ], | 41 ], |
43 'defines': [ | 42 'defines': [ |
44 # Technically not a unit test but require functions available only to | 43 # Technically not a unit test but require functions available only to |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
180 '<(DEPTH)', | 179 '<(DEPTH)', |
181 ], | 180 ], |
182 'conditions': [ | 181 'conditions': [ |
183 ['OS=="android"', { | 182 ['OS=="android"', { |
184 'toolsets': ['target', 'host'], | 183 'toolsets': ['target', 'host'], |
185 }], | 184 }], |
186 ], | 185 ], |
187 }, | 186 }, |
188 ], | 187 ], |
189 } | 188 } |
OLD | NEW |