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

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

Issue 1954673002: Make ImageDecodeBench build again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move ImageDecodeBench.cpp to platform/testing. Created 4 years, 7 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 | « no previous file | third_party/WebKit/Source/platform/testing/ImageDecodeBench.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 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 ['OS=="android" and gtest_target_type == "shared_library"', { 98 ['OS=="android" and gtest_target_type == "shared_library"', {
99 'type': 'shared_library', 99 'type': 'shared_library',
100 'dependencies': [ 100 'dependencies': [
101 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', 101 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
102 '<(DEPTH)/tools/android/forwarder2/forwarder.gyp:forwarder2', 102 '<(DEPTH)/tools/android/forwarder2/forwarder.gyp:forwarder2',
103 ], 103 ],
104 }], 104 }],
105 ], 105 ],
106 }, 106 },
107 { 107 {
108 'target_name': 'image_decode_bench',
109 'type': 'executable',
110 'dependencies': [
111 '../config.gyp:config',
112 '../wtf/wtf.gyp:wtf',
113 'blink_platform.gyp:blink_platform',
114 ],
115 'defines': [
116 'INSIDE_BLINK',
117 ],
118 'sources': [
119 'testing/ImageDecodeBench.cpp',
120 ],
121 },
122 {
108 'target_name': 'blink_platform_test_support', 123 'target_name': 'blink_platform_test_support',
109 'type': 'static_library', 124 'type': 'static_library',
110 'dependencies': [ 125 'dependencies': [
111 '../config.gyp:config', 126 '../config.gyp:config',
112 '../wtf/wtf.gyp:wtf', 127 '../wtf/wtf.gyp:wtf',
113 'blink_platform.gyp:blink_common', 128 'blink_platform.gyp:blink_common',
114 'blink_platform.gyp:blink_platform', 129 'blink_platform.gyp:blink_platform',
115 '<(DEPTH)/cc/cc.gyp:cc', 130 '<(DEPTH)/cc/cc.gyp:cc',
116 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support', 131 '<(DEPTH)/cc/cc_tests.gyp:cc_test_support',
117 '<(DEPTH)/cc/blink/cc_blink.gyp:cc_blink', 132 '<(DEPTH)/cc/blink/cc_blink.gyp:cc_blink',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
218 '../../../../build/isolate.gypi', 233 '../../../../build/isolate.gypi',
219 ], 234 ],
220 'sources': [ 235 'sources': [
221 'blink_platform_unittests.isolate', 236 'blink_platform_unittests.isolate',
222 ], 237 ],
223 } 238 }
224 ], 239 ],
225 }], 240 }],
226 ], 241 ],
227 } 242 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/testing/ImageDecodeBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698