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

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
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)/url/url.gyp:url_lib', 86 '<(DEPTH)/url/url.gyp:url_lib',
86 'blink_platform.gyp:blink_common', 87 'blink_platform.gyp:blink_common',
87 'blink_platform.gyp:blink_platform', 88 'blink_platform.gyp:blink_platform',
88 ], 89 ],
89 'defines': [ 90 'defines': [
90 'INSIDE_BLINK', 91 'INSIDE_BLINK',
91 ], 92 ],
92 'include_dirs': [ 93 'include_dirs': [
93 '<(SHARED_INTERMEDIATE_DIR)/blink', 94 '<(SHARED_INTERMEDIATE_DIR)/blink',
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'blink_platform_unittests', 167 'blink_platform_unittests',
167 ], 168 ],
168 'variables': { 169 'variables': {
169 'test_suite_name': 'blink_platform_unittests', 170 'test_suite_name': 'blink_platform_unittests',
170 }, 171 },
171 'includes': [ '../../../../build/apk_test.gypi' ], 172 'includes': [ '../../../../build/apk_test.gypi' ],
172 }], 173 }],
173 }], 174 }],
174 ], 175 ],
175 } 176 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698