| 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 15 matching lines...) Expand all Loading... |
| 26 '<(DEPTH)/ui/ui.gyp:ui', | 26 '<(DEPTH)/ui/ui.gyp:ui', |
| 27 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', | 27 '<(DEPTH)/webkit/common/gpu/webkit_gpu.gyp:webkit_gpu', |
| 28 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_bindings', | 28 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_bindings', |
| 29 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_support', | 29 '<(DEPTH)/webkit/renderer/compositor_bindings/compositor_bindings.gyp:we
bkit_compositor_support', |
| 30 'glue', | 30 'glue', |
| 31 'glue_common', | 31 'glue_common', |
| 32 'plugins', | 32 'plugins', |
| 33 'plugins_common', | 33 'plugins_common', |
| 34 'user_agent', | 34 'user_agent', |
| 35 'webkit_base', | 35 'webkit_base', |
| 36 'webkit_common', |
| 36 'webkit_media', | 37 'webkit_media', |
| 37 'webkit_storage', | 38 'webkit_storage', |
| 38 'webkit_support_common', | 39 'webkit_support_common', |
| 39 ], | 40 ], |
| 40 'include_dirs': [ | 41 'include_dirs': [ |
| 41 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit | 42 '<(SHARED_INTERMEDIATE_DIR)/webkit', # for a header generated by grit |
| 42 ], | 43 ], |
| 43 'defines': [ | 44 'defines': [ |
| 44 # Technically not a unit test but require functions available only to | 45 # Technically not a unit test but require functions available only to |
| 45 # unit tests. | 46 # unit tests. |
| (...skipping 135 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 |