Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(584)

Side by Side Diff: third_party/WebKit/Source/platform/blink_platform.gyp

Issue 2130683002: [Experiment] purge-and-suspend Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 '<(DEPTH)/net/net.gyp:net', 151 '<(DEPTH)/net/net.gyp:net',
152 '<(DEPTH)/skia/skia.gyp:skia', 152 '<(DEPTH)/skia/skia.gyp:skia',
153 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', 153 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
154 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 154 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
155 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 155 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
156 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 156 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
157 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 157 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
158 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 158 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
159 '<(DEPTH)/third_party/ots/ots.gyp:ots', 159 '<(DEPTH)/third_party/ots/ots.gyp:ots',
160 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 160 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
161 '<(DEPTH)/third_party/zlib/google/zip.gyp:compression_utils',
161 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 162 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
162 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 163 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
163 '<(DEPTH)/url/url.gyp:url_lib', 164 '<(DEPTH)/url/url.gyp:url_lib',
164 '<(DEPTH)/url/url.gyp:url_interfaces_mojom_for_blink', 165 '<(DEPTH)/url/url.gyp:url_interfaces_mojom_for_blink',
165 '<(DEPTH)/v8/src/v8.gyp:v8', 166 '<(DEPTH)/v8/src/v8.gyp:v8',
166 '<(libjpeg_gyp_path):libjpeg', 167 '<(libjpeg_gyp_path):libjpeg',
167 ], 168 ],
168 'export_dependent_settings': [ 169 'export_dependent_settings': [
169 'platform_generated.gyp:make_platform_generated', 170 'platform_generated.gyp:make_platform_generated',
170 '<(DEPTH)/base/base.gyp:base', 171 '<(DEPTH)/base/base.gyp:base',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 ['OS=="android"', { 421 ['OS=="android"', {
421 'cflags!': ['-mthumb'], 422 'cflags!': ['-mthumb'],
422 }], 423 }],
423 ], 424 ],
424 },{ # target_arch!="arm" 425 },{ # target_arch!="arm"
425 'type': 'none', 426 'type': 'none',
426 }], 427 }],
427 ], 428 ],
428 }], 429 }],
429 } 430 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698