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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 'ppapi_proxy_target': 1, | 103 'ppapi_proxy_target': 1, |
104 }, | 104 }, |
105 'dependencies': [ | 105 'dependencies': [ |
106 '../base/base.gyp:base', | 106 '../base/base.gyp:base', |
107 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 107 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
108 '../gpu/gpu.gyp:gles2_implementation', | 108 '../gpu/gpu.gyp:gles2_implementation', |
109 '../gpu/gpu.gyp:gpu_ipc', | 109 '../gpu/gpu.gyp:gpu_ipc', |
110 '../media/media.gyp:shared_memory_support', | 110 '../media/media.gyp:shared_memory_support', |
111 '../ipc/ipc.gyp:ipc', | 111 '../ipc/ipc.gyp:ipc', |
112 '../skia/skia.gyp:skia', | 112 '../skia/skia.gyp:skia', |
| 113 '../third_party/icu/icu.gyp:icuuc', |
| 114 # TODO(ananta) : The WebKit dependency needs to move to a new target
for NACL. |
| 115 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
113 '../ui/surface/surface.gyp:surface', | 116 '../ui/surface/surface.gyp:surface', |
114 'ppapi.gyp:ppapi_c', | 117 'ppapi.gyp:ppapi_c', |
115 'ppapi_shared', | 118 'ppapi_shared', |
116 'ppapi_ipc', | 119 'ppapi_ipc', |
117 ], | 120 ], |
118 'all_dependent_settings': { | 121 'all_dependent_settings': { |
119 'include_dirs': [ | 122 'include_dirs': [ |
120 '..', | 123 '..', |
121 ], | 124 ], |
122 }, | 125 }, |
(...skipping 13 matching lines...) Expand all Loading... |
136 'ppapi_proxy_target': 1, | 139 'ppapi_proxy_target': 1, |
137 }, | 140 }, |
138 'dependencies': [ | 141 'dependencies': [ |
139 '../base/base.gyp:base', | 142 '../base/base.gyp:base', |
140 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', | 143 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dyn
amic_annotations', |
141 '../gpu/gpu.gyp:gles2_implementation', | 144 '../gpu/gpu.gyp:gles2_implementation', |
142 '../gpu/gpu.gyp:gpu_ipc', | 145 '../gpu/gpu.gyp:gpu_ipc', |
143 '../media/media.gyp:shared_memory_support', | 146 '../media/media.gyp:shared_memory_support', |
144 '../ipc/ipc.gyp:ipc', | 147 '../ipc/ipc.gyp:ipc', |
145 '../skia/skia.gyp:skia', | 148 '../skia/skia.gyp:skia', |
| 149 '../third_party/icu/icu.gyp:icuuc', |
| 150 # TODO(ananta) : The WebKit dependency needs to move to a new target
for NACL. |
| 151 '<(webkit_src_dir)/Source/WebKit/chromium/WebKit.gyp:webkit', |
146 '../ui/surface/surface.gyp:surface', | 152 '../ui/surface/surface.gyp:surface', |
147 'ppapi.gyp:ppapi_c', | 153 'ppapi.gyp:ppapi_c', |
148 'ppapi_shared', | 154 'ppapi_shared', |
149 ], | 155 ], |
150 'all_dependent_settings': { | 156 'all_dependent_settings': { |
151 'include_dirs': [ | 157 'include_dirs': [ |
152 '..', | 158 '..', |
153 ], | 159 ], |
154 }, | 160 }, |
155 }, | 161 }, |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 }, | 227 }, |
222 'configurations': { | 228 'configurations': { |
223 'Common_Base': { | 229 'Common_Base': { |
224 'msvs_target_platform': 'x64', | 230 'msvs_target_platform': 'x64', |
225 }, | 231 }, |
226 }, | 232 }, |
227 }], | 233 }], |
228 }], | 234 }], |
229 ], | 235 ], |
230 } | 236 } |
OLD | NEW |