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

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

Issue 2000253006: Implement URL and Origin typemaps/struct traits for blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: try to fix gyp rules Created 4 years, 6 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 '<(DEPTH)/cc/blink/cc_blink.gyp:cc_blink', 75 '<(DEPTH)/cc/blink/cc_blink.gyp:cc_blink',
76 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_common_test_support', 76 '<(DEPTH)/mojo/mojo_edk.gyp:mojo_common_test_support',
77 '<(DEPTH)/mojo/mojo_edk_tests.gyp:mojo_public_bindings_for_blink_tests', 77 '<(DEPTH)/mojo/mojo_edk_tests.gyp:mojo_public_bindings_for_blink_tests',
78 '<(DEPTH)/net/net.gyp:net', 78 '<(DEPTH)/net/net.gyp:net',
79 '<(DEPTH)/skia/skia.gyp:skia', 79 '<(DEPTH)/skia/skia.gyp:skia',
80 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng', 80 '<(DEPTH)/third_party/harfbuzz-ng/harfbuzz.gyp:harfbuzz-ng',
81 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms', 81 '<(DEPTH)/third_party/qcms/qcms.gyp:qcms',
82 '<(DEPTH)/ui/gfx/gfx.gyp:gfx', 82 '<(DEPTH)/ui/gfx/gfx.gyp:gfx',
83 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry', 83 '<(DEPTH)/ui/gfx/gfx.gyp:gfx_geometry',
84 '<(DEPTH)/url/url.gyp:url_lib', 84 '<(DEPTH)/url/url.gyp:url_lib',
85 '<(DEPTH)/url/url.gyp:url_interfaces_mojom_for_blink',
86 '<(DEPTH)/url/url.gyp:url_test_interfaces_mojom_for_blink',
85 'blink_platform.gyp:blink_platform', 87 'blink_platform.gyp:blink_platform',
86 ], 88 ],
87 'defines': [ 89 'defines': [
88 'INSIDE_BLINK', 90 'INSIDE_BLINK',
89 ], 91 ],
90 'include_dirs': [ 92 'include_dirs': [
91 '<(SHARED_INTERMEDIATE_DIR)/blink', 93 '<(SHARED_INTERMEDIATE_DIR)/blink',
92 ], 94 ],
93 'sources': [ 95 'sources': [
94 'testing/RunAllTests.cpp', 96 'testing/RunAllTests.cpp',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 '../../../../build/isolate.gypi', 235 '../../../../build/isolate.gypi',
234 ], 236 ],
235 'sources': [ 237 'sources': [
236 'blink_platform_unittests.isolate', 238 'blink_platform_unittests.isolate',
237 ], 239 ],
238 } 240 }
239 ], 241 ],
240 }], 242 }],
241 ], 243 ],
242 } 244 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/blink_platform.gypi ('k') | third_party/WebKit/Source/platform/mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698