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

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

Issue 1599673002: compositor-worker: Remove code from cc_blink (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix blink_platform_unittests Created 4 years, 11 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'blink_platform_test_support', 80 'blink_platform_test_support',
81 '../config.gyp:unittest_config', 81 '../config.gyp:unittest_config',
82 '../wtf/wtf.gyp:wtf', 82 '../wtf/wtf.gyp:wtf',
83 '../wtf/wtf_tests.gyp:wtf_unittest_helpers', 83 '../wtf/wtf_tests.gyp:wtf_unittest_helpers',
84 '<(DEPTH)/base/base.gyp:test_support_base', 84 '<(DEPTH)/base/base.gyp:test_support_base',
85 '<(DEPTH)/cc/cc.gyp:cc',
86 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support',
85 '<(DEPTH)/cc/blink/cc_blink.gyp:cc_blink', 87 '<(DEPTH)/cc/blink/cc_blink.gyp:cc_blink',
86 '<(DEPTH)/skia/skia.gyp:skia', 88 '<(DEPTH)/skia/skia.gyp:skia',
87 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', 89 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
90 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
91 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
88 '<(DEPTH)/url/url.gyp:url_lib', 92 '<(DEPTH)/url/url.gyp:url_lib',
89 'blink_platform.gyp:blink_common', 93 'blink_platform.gyp:blink_common',
90 'blink_platform.gyp:blink_platform', 94 'blink_platform.gyp:blink_platform',
91 ], 95 ],
92 'defines': [ 96 'defines': [
93 'INSIDE_BLINK', 97 'INSIDE_BLINK',
94 ], 98 ],
95 'include_dirs': [ 99 'include_dirs': [
96 '<(SHARED_INTERMEDIATE_DIR)/blink', 100 '<(SHARED_INTERMEDIATE_DIR)/blink',
97 ], 101 ],
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 '../../../../build/isolate.gypi', 226 '../../../../build/isolate.gypi',
223 ], 227 ],
224 'sources': [ 228 'sources': [
225 'blink_platform_unittests.isolate', 229 'blink_platform_unittests.isolate',
226 ], 230 ],
227 } 231 }
228 ], 232 ],
229 }], 233 }],
230 ], 234 ],
231 } 235 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698