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

Side by Side Diff: Source/WebKit/chromium/WebKit.gypi

Issue 14856010: Adding color space conversion code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Attemptimp to re-upload the patch Created 7 years, 6 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) 2010 Google Inc. All rights reserved. 2 # Copyright (C) 2010 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 'tests/FrameLoaderClientImplTest.cpp', 46 'tests/FrameLoaderClientImplTest.cpp',
47 'tests/FrameTestHelpers.cpp', 47 'tests/FrameTestHelpers.cpp',
48 'tests/FrameTestHelpers.h', 48 'tests/FrameTestHelpers.h',
49 'tests/GraphicsContextTest.cpp', 49 'tests/GraphicsContextTest.cpp',
50 'tests/GraphicsLayerTest.cpp', 50 'tests/GraphicsLayerTest.cpp',
51 'tests/IDBBindingUtilitiesTest.cpp', 51 'tests/IDBBindingUtilitiesTest.cpp',
52 'tests/IDBKeyPathTest.cpp', 52 'tests/IDBKeyPathTest.cpp',
53 'tests/IDBRequestTest.cpp', 53 'tests/IDBRequestTest.cpp',
54 'tests/IDBTransactionTest.cpp', 54 'tests/IDBTransactionTest.cpp',
55 'tests/ImageDecodingStoreTest.cpp', 55 'tests/ImageDecodingStoreTest.cpp',
56 'tests/ImageFilterBuilderTest.cpp',
56 'tests/ImageFrameGeneratorTest.cpp', 57 'tests/ImageFrameGeneratorTest.cpp',
57 'tests/ImageLayerChromiumTest.cpp', 58 'tests/ImageLayerChromiumTest.cpp',
58 'tests/MockDiscardablePixelRef.h', 59 'tests/MockDiscardablePixelRef.h',
59 'tests/MockImageDecoder.h', 60 'tests/MockImageDecoder.h',
60 'tests/KeyboardTest.cpp', 61 'tests/KeyboardTest.cpp',
61 'tests/LevelDBTest.cpp', 62 'tests/LevelDBTest.cpp',
62 'tests/LinkHighlightTest.cpp', 63 'tests/LinkHighlightTest.cpp',
63 'tests/ListenerLeakTest.cpp', 64 'tests/ListenerLeakTest.cpp',
64 'tests/MemoryInfo.cpp', 65 'tests/MemoryInfo.cpp',
65 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp', 66 'tests/OpaqueRectTrackingContentLayerDelegateTest.cpp',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 }], 131 }],
131 ], 132 ],
132 }, 133 },
133 } 134 }
134 135
135 # Local Variables: 136 # Local Variables:
136 # tab-width:2 137 # tab-width:2
137 # indent-tabs-mode:nil 138 # indent-tabs-mode:nil
138 # End: 139 # End:
139 # vim: set expandtab tabstop=2 shiftwidth=2: 140 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « LayoutTests/css3/filters/effect-reference-ordering-hw.html ('k') | Source/WebKit/chromium/tests/ImageFilterBuilderTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698