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 10 matching lines...) Expand all Loading... |
21 '<(DEPTH)/skia/skia.gyp:skia', | 21 '<(DEPTH)/skia/skia.gyp:skia', |
22 '<(DEPTH)/testing/gtest.gyp:gtest', | 22 '<(DEPTH)/testing/gtest.gyp:gtest', |
23 '<(DEPTH)/third_party/hyphen/hyphen.gyp:hyphen', | 23 '<(DEPTH)/third_party/hyphen/hyphen.gyp:hyphen', |
24 '<(DEPTH)/ui/gl/gl.gyp:gl', | 24 '<(DEPTH)/ui/gl/gl.gyp:gl', |
25 '<(DEPTH)/ui/ui.gyp:shell_dialogs', | 25 '<(DEPTH)/ui/ui.gyp:shell_dialogs', |
26 '<(DEPTH)/ui/ui.gyp:ui', | 26 '<(DEPTH)/ui/ui.gyp:ui', |
27 '<(DEPTH)/webkit/compositor_bindings/compositor_bindings.gyp:webkit_comp
ositor_bindings', | 27 '<(DEPTH)/webkit/compositor_bindings/compositor_bindings.gyp:webkit_comp
ositor_bindings', |
28 '<(DEPTH)/webkit/compositor_bindings/compositor_bindings.gyp:webkit_comp
ositor_support', | 28 '<(DEPTH)/webkit/compositor_bindings/compositor_bindings.gyp:webkit_comp
ositor_support', |
29 '<(DEPTH)/webkit/gpu/webkit_gpu.gyp:webkit_gpu', | 29 '<(DEPTH)/webkit/gpu/webkit_gpu.gyp:webkit_gpu', |
30 'glue', | 30 'glue', |
| 31 'glue_common', |
| 32 'plugins', |
| 33 'plugins_common', |
31 'user_agent', | 34 'user_agent', |
32 'webkit_base', | 35 'webkit_base', |
33 'webkit_media', | 36 'webkit_media', |
34 'webkit_storage', | 37 'webkit_storage', |
35 'webkit_support_common', | 38 'webkit_support_common', |
36 ], | 39 ], |
37 'include_dirs': [ | 40 'include_dirs': [ |
38 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit | 41 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit |
39 ], | 42 ], |
40 'defines': [ | 43 'defines': [ |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 '<(DEPTH)', | 179 '<(DEPTH)', |
177 ], | 180 ], |
178 'conditions': [ | 181 'conditions': [ |
179 ['OS=="android"', { | 182 ['OS=="android"', { |
180 'toolsets': ['target', 'host'], | 183 'toolsets': ['target', 'host'], |
181 }], | 184 }], |
182 ], | 185 ], |
183 }, | 186 }, |
184 ], | 187 ], |
185 } | 188 } |
OLD | NEW |