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

Side by Side Diff: third_party/WebKit/Source/platform/BUILD.gn

Issue 2918443003: Remove redundant reading and writing of data about SharedBuffer.
Patch Set: benchmark Created 3 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 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//testing/libfuzzer/fuzzer_test.gni") 7 import("//testing/libfuzzer/fuzzer_test.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 import("//third_party/WebKit/public/public_features.gni") 9 import("//third_party/WebKit/public/public_features.gni")
10 import("//third_party/WebKit/Source/build/scripts/scripts.gni") 10 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 "ScopedOrientationChangeIndicator.h", 309 "ScopedOrientationChangeIndicator.h",
310 "ScriptForbiddenScope.cpp", 310 "ScriptForbiddenScope.cpp",
311 "ScriptForbiddenScope.h", 311 "ScriptForbiddenScope.h",
312 "SecureTextInput.cpp", 312 "SecureTextInput.cpp",
313 "SecureTextInput.h", 313 "SecureTextInput.h",
314 "SerializedResource.h", 314 "SerializedResource.h",
315 "SharedBuffer.cpp", 315 "SharedBuffer.cpp",
316 "SharedBuffer.h", 316 "SharedBuffer.h",
317 "SharedBufferChunkReader.cpp", 317 "SharedBufferChunkReader.cpp",
318 "SharedBufferChunkReader.h", 318 "SharedBufferChunkReader.h",
319 "SharedBufferStep.cpp",
320 "SharedBufferStep.h",
319 "StorageQuotaCallbacks.h", 321 "StorageQuotaCallbacks.h",
320 "Supplementable.cpp", 322 "Supplementable.cpp",
321 "Supplementable.h", 323 "Supplementable.h",
322 "Theme.cpp", 324 "Theme.cpp",
323 "Theme.h", 325 "Theme.h",
324 "ThemeTypes.h", 326 "ThemeTypes.h",
325 "Timer.cpp", 327 "Timer.cpp",
326 "Timer.h", 328 "Timer.h",
327 "UUID.cpp", 329 "UUID.cpp",
328 "UUID.h", 330 "UUID.h",
(...skipping 1710 matching lines...) Expand 10 before | Expand all | Expand 10 after
2039 ] 2041 ]
2040 2042
2041 configs += [ 2043 configs += [
2042 "//third_party/WebKit/Source/platform/wtf:wtf_config", 2044 "//third_party/WebKit/Source/platform/wtf:wtf_config",
2043 "//third_party/WebKit/Source:config", 2045 "//third_party/WebKit/Source:config",
2044 ] 2046 ]
2045 2047
2046 defines = [ "INSIDE_BLINK" ] 2048 defines = [ "INSIDE_BLINK" ]
2047 } 2049 }
2048 2050
2051 test("deferred_image_decode_bench") {
2052 visibility = [] # Allow re-assignment of list.
2053 visibility = [ "*" ]
2054
2055 sources = [
2056 "testing/DeferredImageDecodeBench.cpp",
2057 ]
2058
2059 deps = [
2060 ":platform",
2061 "//third_party/WebKit/Source/platform/wtf",
2062 "//ui/gfx:test_support",
2063 ]
2064
2065 configs += [
2066 "//third_party/WebKit/Source/platform/wtf:wtf_config",
2067 "//third_party/WebKit/Source:config",
2068 ]
2069
2070 defines = [ "INSIDE_BLINK" ]
2071 }
2072
2049 test("blink_platform_perftests") { 2073 test("blink_platform_perftests") {
2050 sources = [ 2074 sources = [
2051 "scheduler/base/task_queue_manager_delegate_for_test.cc", 2075 "scheduler/base/task_queue_manager_delegate_for_test.cc",
2052 "scheduler/base/task_queue_manager_delegate_for_test.h", 2076 "scheduler/base/task_queue_manager_delegate_for_test.h",
2053 "scheduler/base/task_queue_manager_perftest.cc", 2077 "scheduler/base/task_queue_manager_perftest.cc",
2054 "testing/BlinkPerfTestSuite.cpp", 2078 "testing/BlinkPerfTestSuite.cpp",
2055 "testing/BlinkPerfTestSuite.h", 2079 "testing/BlinkPerfTestSuite.h",
2056 "testing/RunAllPerfTests.cpp", 2080 "testing/RunAllPerfTests.cpp",
2057 ] 2081 ]
2058 2082
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
2256 "//third_party/WebKit/Source:config", 2280 "//third_party/WebKit/Source:config",
2257 "//third_party/WebKit/Source:inside_blink", 2281 "//third_party/WebKit/Source:inside_blink",
2258 ] 2282 ]
2259 2283
2260 deps = [ 2284 deps = [
2261 ":test_support", 2285 ":test_support",
2262 "//testing/gmock", 2286 "//testing/gmock",
2263 "//testing/gtest", 2287 "//testing/gtest",
2264 ] 2288 ]
2265 } 2289 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/loader/resource/ImageResource.cpp ('k') | third_party/WebKit/Source/platform/SharedBuffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698