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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
153 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', | 153 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', |
154 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 154 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
155 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 155 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
156 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 156 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
157 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 157 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
158 '<(DEPTH)/third_party/ots/ots.gyp:ots', | 158 '<(DEPTH)/third_party/ots/ots.gyp:ots', |
159 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', | 159 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', |
160 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 160 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
161 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 161 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
162 '<(DEPTH)/url/url.gyp:url_lib', | 162 '<(DEPTH)/url/url.gyp:url_lib', |
| 163 '<(DEPTH)/url/url.gyp:url_interfaces_mojom_for_blink', |
163 '<(DEPTH)/v8/src/v8.gyp:v8', | 164 '<(DEPTH)/v8/src/v8.gyp:v8', |
164 '<(libjpeg_gyp_path):libjpeg', | 165 '<(libjpeg_gyp_path):libjpeg', |
165 ], | 166 ], |
166 'export_dependent_settings': [ | 167 'export_dependent_settings': [ |
167 'platform_generated.gyp:make_platform_generated', | 168 'platform_generated.gyp:make_platform_generated', |
168 '<(DEPTH)/base/base.gyp:base', | 169 '<(DEPTH)/base/base.gyp:base', |
169 '<(DEPTH)/cc/cc.gyp:cc', | 170 '<(DEPTH)/cc/cc.gyp:cc', |
170 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', | 171 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', |
171 '<(DEPTH)/skia/skia.gyp:skia', | 172 '<(DEPTH)/skia/skia.gyp:skia', |
172 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 173 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 ['OS=="android"', { | 417 ['OS=="android"', { |
417 'cflags!': ['-mthumb'], | 418 'cflags!': ['-mthumb'], |
418 }], | 419 }], |
419 ], | 420 ], |
420 },{ # target_arch!="arm" | 421 },{ # target_arch!="arm" |
421 'type': 'none', | 422 'type': 'none', |
422 }], | 423 }], |
423 ], | 424 ], |
424 }], | 425 }], |
425 } | 426 } |
OLD | NEW |