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

Side by Side Diff: third_party/WebKit/Source/core/core.gyp

Issue 1846733003: UI GFX Geometry: Make UnitBezier a wrapper for gfx::CubicBezier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add one more TODO for Range. Created 4 years, 8 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) 2009 Google Inc. All rights reserved. 2 # Copyright (C) 2009 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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', 175 '<(DEPTH)/third_party/icu/icu.gyp:icuuc',
176 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng', 176 '<(DEPTH)/third_party/libpng/libpng.gyp:libpng',
177 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp', 177 '<(DEPTH)/third_party/libwebp/libwebp.gyp:libwebp',
178 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml', 178 '<(DEPTH)/third_party/libxml/libxml.gyp:libxml',
179 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt', 179 '<(DEPTH)/third_party/libxslt/libxslt.gyp:libxslt',
180 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi', 180 '<(DEPTH)/third_party/npapi/npapi.gyp:npapi',
181 '<(DEPTH)/third_party/ots/ots.gyp:ots', 181 '<(DEPTH)/third_party/ots/ots.gyp:ots',
182 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 182 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
183 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite', 183 '<(DEPTH)/third_party/sqlite/sqlite.gyp:sqlite',
184 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib', 184 '<(DEPTH)/third_party/zlib/zlib.gyp:zlib',
185 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
185 '<(DEPTH)/url/url.gyp:url_lib', 186 '<(DEPTH)/url/url.gyp:url_lib',
186 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 187 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
187 ], 188 ],
188 'export_dependent_settings': [ 189 'export_dependent_settings': [
189 '../wtf/wtf.gyp:wtf', 190 '../wtf/wtf.gyp:wtf',
190 '../config.gyp:config', 191 '../config.gyp:config',
191 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib', 192 '<(DEPTH)/gpu/gpu.gyp:gles2_c_lib',
192 '<(DEPTH)/skia/skia.gyp:skia', 193 '<(DEPTH)/skia/skia.gyp:skia',
193 '<(angle_path)/src/angle.gyp:translator', 194 '<(angle_path)/src/angle.gyp:translator',
194 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg', 195 '<(DEPTH)/third_party/iccjpeg/iccjpeg.gyp:iccjpeg',
(...skipping 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 'layout/LayoutThemeAndroid.cpp', 668 'layout/LayoutThemeAndroid.cpp',
668 'layout/LayoutThemeAndroid.h', 669 'layout/LayoutThemeAndroid.h',
669 ], 670 ],
670 }], 671 }],
671 ], 672 ],
672 }], 673 }],
673 ], 674 ],
674 }, 675 },
675 ], # targets 676 ], # targets
676 } 677 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/platform/animation/UnitBezier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698