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

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

Issue 2342913003: Replace narrowPrecisionToFloat with clampTo<float> (Closed)
Patch Set: Created 4 years, 3 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/Source/build/scripts/scripts.gni") 9 import("//third_party/WebKit/Source/build/scripts/scripts.gni")
10 import("//third_party/WebKit/Source/config.gni") 10 import("//third_party/WebKit/Source/config.gni")
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "DragImage.h", 228 "DragImage.h",
229 "EventDispatchForbiddenScope.cpp", 229 "EventDispatchForbiddenScope.cpp",
230 "EventDispatchForbiddenScope.h", 230 "EventDispatchForbiddenScope.h",
231 "EventTracer.cpp", 231 "EventTracer.cpp",
232 "EventTracer.h", 232 "EventTracer.h",
233 "FileChooser.cpp", 233 "FileChooser.cpp",
234 "FileChooser.h", 234 "FileChooser.h",
235 "FileMetadata.cpp", 235 "FileMetadata.cpp",
236 "FileMetadata.h", 236 "FileMetadata.h",
237 "FileSystemType.h", 237 "FileSystemType.h",
238 "FloatConversion.h",
239 "Histogram.cpp", 238 "Histogram.cpp",
240 "Histogram.h", 239 "Histogram.h",
241 "HostWindow.h", 240 "HostWindow.h",
242 "KeyboardCodes.h", 241 "KeyboardCodes.h",
243 "KillRing.h", 242 "KillRing.h",
244 "KillRingNone.cpp", 243 "KillRingNone.cpp",
245 "Language.cpp", 244 "Language.cpp",
246 "Language.h", 245 "Language.h",
247 "LayoutLocale.cpp", 246 "LayoutLocale.cpp",
248 "LayoutLocale.h", 247 "LayoutLocale.h",
(...skipping 1704 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 "//third_party/WebKit/Source:inside_blink", 1952 "//third_party/WebKit/Source:inside_blink",
1954 ] 1953 ]
1955 1954
1956 deps = [ 1955 deps = [
1957 ":test_support", 1956 ":test_support",
1958 "//cc/surfaces:surface_id", 1957 "//cc/surfaces:surface_id",
1959 "//testing/gmock", 1958 "//testing/gmock",
1960 "//testing/gtest", 1959 "//testing/gtest",
1961 ] 1960 ]
1962 } 1961 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/modules/webaudio/IIRDSPKernel.cpp ('k') | third_party/WebKit/Source/platform/FloatConversion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698