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

Side by Side Diff: Tools/TestWebKitAPI/TestWebKitAPI.gypi

Issue 13881010: Move Layout unit test into webkit_unit_tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: add it to win branch - makes sense? Created 7 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) 2011 Google Inc. All rights reserved. 2 # Copyright (C) 2011 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 13 matching lines...) Expand all
24 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 24 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 25 # DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
26 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 26 # THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 27 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
29 # 29 #
30 30
31 { 31 {
32 'variables': { 32 'variables': {
33 'TestWebKitAPI_files': [ 33 'TestWebKitAPI_files': [
34 'Tests/WebCore/LayoutUnit.cpp',
35 'Tests/WTF/AtomicString.cpp', 34 'Tests/WTF/AtomicString.cpp',
36 'Tests/WTF/CheckedArithmeticOperations.cpp', 35 'Tests/WTF/CheckedArithmeticOperations.cpp',
37 'Tests/WTF/CString.cpp', 36 'Tests/WTF/CString.cpp',
38 'Tests/WTF/Functional.cpp', 37 'Tests/WTF/Functional.cpp',
39 'Tests/WTF/HashMap.cpp', 38 'Tests/WTF/HashMap.cpp',
40 'Tests/WTF/HashSet.cpp', 39 'Tests/WTF/HashSet.cpp',
41 'Tests/WTF/ListHashSet.cpp', 40 'Tests/WTF/ListHashSet.cpp',
42 'Tests/WTF/MathExtras.cpp', 41 'Tests/WTF/MathExtras.cpp',
43 'Tests/WTF/MediaTime.cpp', 42 'Tests/WTF/MediaTime.cpp',
44 'Tests/WTF/MemoryInstrumentationTest.cpp', 43 'Tests/WTF/MemoryInstrumentationTest.cpp',
45 'Tests/WTF/SaturatedArithmeticOperations.cpp', 44 'Tests/WTF/SaturatedArithmeticOperations.cpp',
46 'Tests/WTF/StringBuilder.cpp', 45 'Tests/WTF/StringBuilder.cpp',
47 'Tests/WTF/StringHasher.cpp', 46 'Tests/WTF/StringHasher.cpp',
48 'Tests/WTF/StringImpl.cpp', 47 'Tests/WTF/StringImpl.cpp',
49 'Tests/WTF/StringOperators.cpp', 48 'Tests/WTF/StringOperators.cpp',
50 'Tests/WTF/TemporaryChange.cpp', 49 'Tests/WTF/TemporaryChange.cpp',
51 'Tests/WTF/Vector.cpp', 50 'Tests/WTF/Vector.cpp',
52 'Tests/WTF/VectorBasic.cpp', 51 'Tests/WTF/VectorBasic.cpp',
53 'Tests/WTF/VectorReverse.cpp', 52 'Tests/WTF/VectorReverse.cpp',
54 'Tests/WTF/WTFString.cpp', 53 'Tests/WTF/WTFString.cpp',
55 ], 54 ],
56 }, 55 },
57 } 56 }
OLDNEW
« no previous file with comments | « Source/WebKit/chromium/tests/LayoutUnitTest.cpp ('k') | Tools/TestWebKitAPI/Tests/WebCore/LayoutUnit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698