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 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
152 '<(DEPTH)/skia/skia.gyp:skia', | 152 '<(DEPTH)/skia/skia.gyp:skia', |
153 '<(DEPTH)/third_party/ced/ced.gyp:ced', | 153 '<(DEPTH)/third_party/ced/ced.gyp:ced', |
154 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', | 154 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', |
155 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', | 155 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', |
156 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 156 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
157 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 157 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
158 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', | 158 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', |
159 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', | 159 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', |
160 '<(DEPTH)/third_party/ots/ots.gyp:ots', | 160 '<(DEPTH)/third_party/ots/ots.gyp:ots', |
161 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', | 161 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', |
| 162 '<(DEPTH)/third_party/zlib/google/zip.gyp:compression_utils', |
162 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', | 163 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', |
163 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', | 164 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', |
164 '<(DEPTH)/url/url.gyp:url_lib', | 165 '<(DEPTH)/url/url.gyp:url_lib', |
165 '<(DEPTH)/url/url.gyp:url_interfaces_mojom_for_blink', | 166 '<(DEPTH)/url/url.gyp:url_interfaces_mojom_for_blink', |
166 '<(DEPTH)/v8/src/v8.gyp:v8', | 167 '<(DEPTH)/v8/src/v8.gyp:v8', |
167 '<(libjpeg_gyp_path):libjpeg', | 168 '<(libjpeg_gyp_path):libjpeg', |
168 ], | 169 ], |
169 'export_dependent_settings': [ | 170 'export_dependent_settings': [ |
170 'platform_generated.gyp:make_platform_generated', | 171 'platform_generated.gyp:make_platform_generated', |
171 '<(DEPTH)/base/base.gyp:base', | 172 '<(DEPTH)/base/base.gyp:base', |
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
421 ['OS=="android"', { | 422 ['OS=="android"', { |
422 'cflags!': ['-mthumb'], | 423 'cflags!': ['-mthumb'], |
423 }], | 424 }], |
424 ], | 425 ], |
425 },{ # target_arch!="arm" | 426 },{ # target_arch!="arm" |
426 'type': 'none', | 427 'type': 'none', |
427 }], | 428 }], |
428 ], | 429 ], |
429 }], | 430 }], |
430 } | 431 } |
OLD | NEW |