| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 143 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', | 143 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', |
| 144 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 144 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 145 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 145 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 146 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 146 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 147 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 147 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
| 148 '<(DEPTH)/third_party/ots/ots.gyp:ots', | 148 '<(DEPTH)/third_party/ots/ots.gyp:ots', |
| 149 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', | 149 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', |
| 150 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 150 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
| 151 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 151 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
| 152 '<(DEPTH)/url/url.gyp:url_lib', | 152 '<(DEPTH)/url/url.gyp:url_lib', |
| 153 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 153 '<(DEPTH)/v8/src/v8.gyp:v8', |
| 154 '<(libjpeg_gyp_path):libjpeg', | 154 '<(libjpeg_gyp_path):libjpeg', |
| 155 ], | 155 ], |
| 156 'export_dependent_settings': [ | 156 'export_dependent_settings': [ |
| 157 'platform_generated.gyp:make_platform_generated', | 157 'platform_generated.gyp:make_platform_generated', |
| 158 '<(DEPTH)/base/base.gyp:base', | 158 '<(DEPTH)/base/base.gyp:base', |
| 159 '<(DEPTH)/cc/cc.gyp:cc', | 159 '<(DEPTH)/cc/cc.gyp:cc', |
| 160 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 160 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
| 161 '<(DEPTH)/skia/skia.gyp:skia', | 161 '<(DEPTH)/skia/skia.gyp:skia', |
| 162 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 162 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
| 163 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 163 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
| 164 '<(DEPTH)/third_party/ots/ots.gyp:ots', | 164 '<(DEPTH)/third_party/ots/ots.gyp:ots', |
| 165 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', | 165 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', |
| 166 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 166 '<(DEPTH)/v8/src/v8.gyp:v8', |
| 167 '<(DEPTH)/url/url.gyp:url_lib', | 167 '<(DEPTH)/url/url.gyp:url_lib', |
| 168 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', | 168 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', |
| 169 '<(libjpeg_gyp_path):libjpeg', | 169 '<(libjpeg_gyp_path):libjpeg', |
| 170 ], | 170 ], |
| 171 'defines': [ | 171 'defines': [ |
| 172 'BLINK_PLATFORM_IMPLEMENTATION=1', | 172 'BLINK_PLATFORM_IMPLEMENTATION=1', |
| 173 'INSIDE_BLINK', | 173 'INSIDE_BLINK', |
| 174 ], | 174 ], |
| 175 'include_dirs': [ | 175 'include_dirs': [ |
| 176 '<(angle_path)/include', | 176 '<(angle_path)/include', |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 ['OS=="android"', { | 403 ['OS=="android"', { |
| 404 'cflags!': ['-mthumb'], | 404 'cflags!': ['-mthumb'], |
| 405 }], | 405 }], |
| 406 ], | 406 ], |
| 407 },{ # target_arch!="arm" | 407 },{ # target_arch!="arm" |
| 408 'type': 'none', | 408 'type': 'none', |
| 409 }], | 409 }], |
| 410 ], | 410 ], |
| 411 }], | 411 }], |
| 412 } | 412 } |
| OLD | NEW |