Chromium Code Reviews| 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 'platform_generated.gyp:make_platform_generated', | |
| 185 '<(DEPTH)/base/base.gyp:base', | 186 '<(DEPTH)/base/base.gyp:base', |
| 186 '<(DEPTH)/cc/cc.gyp:cc', | 187 '<(DEPTH)/cc/cc.gyp:cc', |
| 187 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 188 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
| 188 '<(DEPTH)/skia/skia.gyp:skia', | 189 '<(DEPTH)/skia/skia.gyp:skia', |
| 190 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', | |
| 189 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 191 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 190 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 192 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 191 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 193 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 192 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 194 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
| 193 '<(DEPTH)/third_party/ots/ots.gyp:ots', | 195 '<(DEPTH)/third_party/ots/ots.gyp:ots', |
| 194 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', | 196 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', |
| 197 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry' | |
| 195 '<(DEPTH)/url/url.gyp:url_lib', | 198 '<(DEPTH)/url/url.gyp:url_lib', |
| 196 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 199 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |
| 197 'platform_generated.gyp:make_platform_generated', | |
| 198 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', | |
| 199 '<(libjpeg_gyp_path):libjpeg', | 200 '<(libjpeg_gyp_path):libjpeg', |
| 200 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry' | |
|
Nico
2015/11/24 16:30:19
ooooh this was also missing the trailing comma, le
| |
| 201 ], | 201 ], |
| 202 'export_dependent_settings': [ | 202 'export_dependent_settings': [ |
| 203 '<(DEPTH)/base/base.gyp:base', | 203 '<(DEPTH)/base/base.gyp:base', |
| 204 '<(DEPTH)/cc/cc.gyp:cc', | 204 '<(DEPTH)/cc/cc.gyp:cc', |
| 205 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 205 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
| 206 '<(DEPTH)/skia/skia.gyp:skia', | 206 '<(DEPTH)/skia/skia.gyp:skia', |
| 207 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 207 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 208 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 208 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
| 209 '<(DEPTH)/third_party/ots/ots.gyp:ots', | 209 '<(DEPTH)/third_party/ots/ots.gyp:ots', |
| 210 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', | 210 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', |
| (...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 464 ['OS=="android"', { | 464 ['OS=="android"', { |
| 465 'cflags!': ['-mthumb'], | 465 'cflags!': ['-mthumb'], |
| 466 }], | 466 }], |
| 467 ], | 467 ], |
| 468 },{ # target_arch!="arm" | 468 },{ # target_arch!="arm" |
| 469 'type': 'none', | 469 'type': 'none', |
| 470 }], | 470 }], |
| 471 ], | 471 ], |
| 472 }], | 472 }], |
| 473 } | 473 } |
| OLD | NEW |