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

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

Issue 1751563002: Mojo C++ bindings: support mapping mojo string to WTF::String. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync & rebase Created 4 years, 9 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 'dependencies': [ 69 'dependencies': [
70 'blink_platform_test_support', 70 'blink_platform_test_support',
71 '../config.gyp:unittest_config', 71 '../config.gyp:unittest_config',
72 '../wtf/wtf.gyp:wtf', 72 '../wtf/wtf.gyp:wtf',
73 '../wtf/wtf_tests.gyp:wtf_unittest_helpers', 73 '../wtf/wtf_tests.gyp:wtf_unittest_helpers',
74 '<(DEPTH)/base/base.gyp:test_support_base', 74 '<(DEPTH)/base/base.gyp:test_support_base',
75 '<(DEPTH)/cc/cc.gyp:cc', 75 '<(DEPTH)/cc/cc.gyp:cc',
76 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', 76 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support',
77 '<(DEPTH)/cc/blink/cc_blink.gyp:cc_blink', 77 '<(DEPTH)/cc/blink/cc_blink.gyp:cc_blink',
78 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_common_test_support', 78 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_common_test_support',
79 '<(DEPTH)/mojo/mojo_edk_tests.gyp:mojo_public_bindings_for_blink_tests',
79 '<(DEPTH)/skia/skia.gyp:skia', 80 '<(DEPTH)/skia/skia.gyp:skia',
80 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', 81 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
81 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 82 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
82 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 83 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
83 '<(DEPTH)/url/url.gyp:url_lib', 84 '<(DEPTH)/url/url.gyp:url_lib',
84 'blink_platform.gyp:blink_platform', 85 'blink_platform.gyp:blink_platform',
85 ], 86 ],
86 'defines': [ 87 'defines': [
87 'INSIDE_BLINK', 88 'INSIDE_BLINK',
88 ], 89 ],
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 '../../../../build/isolate.gypi', 228 '../../../../build/isolate.gypi',
228 ], 229 ],
229 'sources': [ 230 'sources': [
230 'blink_platform_unittests.isolate', 231 'blink_platform_unittests.isolate',
231 ], 232 ],
232 } 233 }
233 ], 234 ],
234 }], 235 }],
235 ], 236 ],
236 } 237 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698