OLD | NEW |
1 # | 1 # |
2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 Google Inc. All rights reserved. |
3 # | 3 # |
4 # Redistribution and use in source and binary forms, with or without | 4 # Redistribution and use in source and binary forms, with or without |
5 # modification, are permitted provided that the following conditions are | 5 # modification, are permitted provided that the following conditions are |
6 # met: | 6 # met: |
7 # | 7 # |
8 # * Redistributions of source code must retain the above copyright | 8 # * Redistributions of source code must retain the above copyright |
9 # notice, this list of conditions and the following disclaimer. | 9 # notice, this list of conditions and the following disclaimer. |
10 # * Redistributions in binary form must reproduce the above | 10 # * Redistributions in binary form must reproduce the above |
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
175 }, | 175 }, |
176 { | 176 { |
177 'target_name': 'blink_platform', | 177 'target_name': 'blink_platform', |
178 'type': '<(component)', | 178 'type': '<(component)', |
179 'dependencies': [ | 179 'dependencies': [ |
180 '../config.gyp:config', | 180 '../config.gyp:config', |
181 '../wtf/wtf.gyp:wtf', | 181 '../wtf/wtf.gyp:wtf', |
182 'blink_common', | 182 'blink_common', |
183 'blink_heap_asm_stubs', | 183 'blink_heap_asm_stubs', |
184 'blink_prerequisites', | 184 'blink_prerequisites', |
| 185 '<(DEPTH)/base/base.gyp:base', |
| 186 '<(DEPTH)/cc/cc.gyp:cc', |
185 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 187 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
186 '<(DEPTH)/skia/skia.gyp:skia', | 188 '<(DEPTH)/skia/skia.gyp:skia', |
187 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 189 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
188 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 190 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
189 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 191 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
190 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 192 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
191 '<(DEPTH)/third_party/ots/ots.gyp:ots', | 193 '<(DEPTH)/third_party/ots/ots.gyp:ots', |
192 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', | 194 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', |
193 '<(DEPTH)/url/url.gyp:url_lib', | 195 '<(DEPTH)/url/url.gyp:url_lib', |
194 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 196 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
195 'platform_generated.gyp:make_platform_generated', | 197 'platform_generated.gyp:make_platform_generated', |
196 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', | 198 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', |
197 '<(libjpeg_gyp_path):libjpeg', | 199 '<(libjpeg_gyp_path):libjpeg', |
198 ], | 200 ], |
199 'export_dependent_settings': [ | 201 'export_dependent_settings': [ |
| 202 '<(DEPTH)/base/base.gyp:base', |
| 203 '<(DEPTH)/cc/cc.gyp:cc', |
200 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 204 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
201 '<(DEPTH)/skia/skia.gyp:skia', | 205 '<(DEPTH)/skia/skia.gyp:skia', |
202 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 206 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
203 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 207 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
204 '<(DEPTH)/third_party/ots/ots.gyp:ots', | 208 '<(DEPTH)/third_party/ots/ots.gyp:ots', |
205 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', | 209 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', |
206 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 210 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
207 '<(DEPTH)/url/url.gyp:url_lib', | 211 '<(DEPTH)/url/url.gyp:url_lib', |
208 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', | 212 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', |
209 '<(libjpeg_gyp_path):libjpeg', | 213 '<(libjpeg_gyp_path):libjpeg', |
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
459 ['OS=="android"', { | 463 ['OS=="android"', { |
460 'cflags!': ['-mthumb'], | 464 'cflags!': ['-mthumb'], |
461 }], | 465 }], |
462 ], | 466 ], |
463 },{ # target_arch!="arm" | 467 },{ # target_arch!="arm" |
464 'type': 'none', | 468 'type': 'none', |
465 }], | 469 }], |
466 ], | 470 ], |
467 }], | 471 }], |
468 } | 472 } |
OLD | NEW |