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

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

Issue 1670113002: DO NOT COMMIT: Actual compression in CompressibleString Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 '<(DEPTH)/cc/cc.gyp:cc', 132 '<(DEPTH)/cc/cc.gyp:cc',
133 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 133 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
134 '<(DEPTH)/skia/skia.gyp:skia', 134 '<(DEPTH)/skia/skia.gyp:skia',
135 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 135 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
136 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', 136 '<(DEPTH)/third_party/icu/icu.gyp:icui18n',
137 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 137 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
138 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 138 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
139 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 139 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
140 '<(DEPTH)/third_party/ots/ots.gyp:ots', 140 '<(DEPTH)/third_party/ots/ots.gyp:ots',
141 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 141 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
142 '<(DEPTH)/third_party/zlib/zip.gyp:compression_utils',
142 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 143 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
143 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 144 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
144 '<(DEPTH)/url/url.gyp:url_lib', 145 '<(DEPTH)/url/url.gyp:url_lib',
145 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 146 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
146 '<(libjpeg_gyp_path):libjpeg', 147 '<(libjpeg_gyp_path):libjpeg',
147 ], 148 ],
148 'export_dependent_settings': [ 149 'export_dependent_settings': [
149 '<(DEPTH)/base/base.gyp:base', 150 '<(DEPTH)/base/base.gyp:base',
150 '<(DEPTH)/cc/cc.gyp:cc', 151 '<(DEPTH)/cc/cc.gyp:cc',
151 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 152 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 ['OS=="android"', { 413 ['OS=="android"', {
413 'cflags!': ['-mthumb'], 414 'cflags!': ['-mthumb'],
414 }], 415 }],
415 ], 416 ],
416 },{ # target_arch!="arm" 417 },{ # target_arch!="arm"
417 'type': 'none', 418 'type': 'none',
418 }], 419 }],
419 ], 420 ],
420 }], 421 }],
421 } 422 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/DEPS ('k') | third_party/WebKit/Source/platform/text/CompressibleString.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698