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, # Use higher warning level. | 7 'chromium_code': 1, # Use higher warning level. |
8 }, | 8 }, |
9 'target_defaults': { | 9 'target_defaults': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 'ppapi_proxy_target': 1, | 104 'ppapi_proxy_target': 1, |
105 }, | 105 }, |
106 'dependencies': [ | 106 'dependencies': [ |
107 '../base/base.gyp:base', | 107 '../base/base.gyp:base', |
108 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 108 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
109 '../gin/gin.gyp:gin', | 109 '../gin/gin.gyp:gin', |
110 '../gpu/gpu.gyp:gles2_implementation', | 110 '../gpu/gpu.gyp:gles2_implementation', |
111 '../gpu/gpu.gyp:command_buffer_traits', | 111 '../gpu/gpu.gyp:command_buffer_traits', |
112 '../media/media.gyp:shared_memory_support', | 112 '../media/media.gyp:shared_memory_support', |
113 '../ipc/ipc.gyp:ipc', | 113 '../ipc/ipc.gyp:ipc', |
| 114 '../mojo/mojo_edk.gyp:mojo_system_impl', |
114 '../skia/skia.gyp:skia', | 115 '../skia/skia.gyp:skia', |
115 '../third_party/icu/icu.gyp:icuuc', | 116 '../third_party/icu/icu.gyp:icuuc', |
116 '../third_party/icu/icu.gyp:icui18n', | 117 '../third_party/icu/icu.gyp:icui18n', |
117 '../ui/surface/surface.gyp:surface', | 118 '../ui/surface/surface.gyp:surface', |
118 'ppapi.gyp:ppapi_c', | 119 'ppapi.gyp:ppapi_c', |
119 'ppapi_shared', | 120 'ppapi_shared', |
120 'ppapi_ipc', | 121 'ppapi_ipc', |
121 ], | 122 ], |
122 'all_dependent_settings': { | 123 'all_dependent_settings': { |
123 'include_dirs': [ | 124 'include_dirs': [ |
(...skipping 27 matching lines...) Expand all Loading... |
151 'ppapi_ipc_target': 1, | 152 'ppapi_ipc_target': 1, |
152 'ppapi_proxy_target': 1, | 153 'ppapi_proxy_target': 1, |
153 }, | 154 }, |
154 'dependencies': [ | 155 'dependencies': [ |
155 '../base/base.gyp:base', | 156 '../base/base.gyp:base', |
156 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 157 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
157 '../gin/gin.gyp:gin', | 158 '../gin/gin.gyp:gin', |
158 '../gpu/gpu.gyp:gles2_implementation', | 159 '../gpu/gpu.gyp:gles2_implementation', |
159 '../gpu/gpu.gyp:command_buffer_traits', | 160 '../gpu/gpu.gyp:command_buffer_traits', |
160 '../media/media.gyp:shared_memory_support', | 161 '../media/media.gyp:shared_memory_support', |
| 162 '../mojo/mojo_edk.gyp:mojo_system_impl', |
161 '../ipc/ipc.gyp:ipc', | 163 '../ipc/ipc.gyp:ipc', |
162 '../skia/skia.gyp:skia', | 164 '../skia/skia.gyp:skia', |
163 '../third_party/icu/icu.gyp:icuuc', | 165 '../third_party/icu/icu.gyp:icuuc', |
164 '../third_party/icu/icu.gyp:icui18n', | 166 '../third_party/icu/icu.gyp:icui18n', |
165 '../ui/surface/surface.gyp:surface', | 167 '../ui/surface/surface.gyp:surface', |
166 'ppapi.gyp:ppapi_c', | 168 'ppapi.gyp:ppapi_c', |
167 'ppapi_shared', | 169 'ppapi_shared', |
168 ], | 170 ], |
169 'all_dependent_settings': { | 171 'all_dependent_settings': { |
170 'include_dirs': [ | 172 'include_dirs': [ |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
257 }, | 259 }, |
258 'configurations': { | 260 'configurations': { |
259 'Common_Base': { | 261 'Common_Base': { |
260 'msvs_target_platform': 'x64', | 262 'msvs_target_platform': 'x64', |
261 }, | 263 }, |
262 }, | 264 }, |
263 }], | 265 }], |
264 }], | 266 }], |
265 ], | 267 ], |
266 } | 268 } |
OLD | NEW |