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

Side by Side Diff: Source/platform/blink_platform_tests.gyp

Issue 956333002: Refactor TimeBase to post tasks. Workers to use real Idle tasks. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/platform/scroll/ScrollableAreaTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 ], 74 ],
75 }, 75 },
76 { 76 {
77 'target_name': 'blink_platform_unittests', 77 'target_name': 'blink_platform_unittests',
78 'type': 'executable', 78 'type': 'executable',
79 'dependencies': [ 79 'dependencies': [
80 '../config.gyp:unittest_config', 80 '../config.gyp:unittest_config',
81 '../wtf/wtf.gyp:wtf', 81 '../wtf/wtf.gyp:wtf',
82 '../wtf/wtf_tests.gyp:wtf_unittest_helpers', 82 '../wtf/wtf_tests.gyp:wtf_unittest_helpers',
83 '<(DEPTH)/base/base.gyp:test_support_base', 83 '<(DEPTH)/base/base.gyp:test_support_base',
84 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content',
84 '<(DEPTH)/skia/skia.gyp:skia', 85 '<(DEPTH)/skia/skia.gyp:skia',
85 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', 86 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
86 '<(DEPTH)/url/url.gyp:url_lib', 87 '<(DEPTH)/url/url.gyp:url_lib',
87 'blink_platform.gyp:blink_common', 88 'blink_platform.gyp:blink_common',
88 'blink_platform.gyp:blink_platform', 89 'blink_platform.gyp:blink_platform',
89 ], 90 ],
90 'defines': [ 91 'defines': [
91 'INSIDE_BLINK', 92 'INSIDE_BLINK',
92 ], 93 ],
93 'include_dirs': [ 94 'include_dirs': [
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'blink_platform_unittests', 168 'blink_platform_unittests',
168 ], 169 ],
169 'variables': { 170 'variables': {
170 'test_suite_name': 'blink_platform_unittests', 171 'test_suite_name': 'blink_platform_unittests',
171 }, 172 },
172 'includes': [ '../../../../build/apk_test.gypi' ], 173 'includes': [ '../../../../build/apk_test.gypi' ],
173 }], 174 }],
174 }], 175 }],
175 ], 176 ],
176 } 177 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gypi ('k') | Source/platform/scroll/ScrollableAreaTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698