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

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

Issue 2738463003: <input type=number>: accept localized digits without showing them. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/text/PlatformLocale.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1784 matching lines...) Expand 10 before | Expand all | Expand 10 after
1795 "scroll/ScrollableAreaTest.cpp", 1795 "scroll/ScrollableAreaTest.cpp",
1796 "scroll/ScrollbarThemeOverlayTest.cpp", 1796 "scroll/ScrollbarThemeOverlayTest.cpp",
1797 "testing/ArenaTestHelpers.h", 1797 "testing/ArenaTestHelpers.h",
1798 "testing/TreeTestHelpers.cpp", 1798 "testing/TreeTestHelpers.cpp",
1799 "testing/TreeTestHelpers.h", 1799 "testing/TreeTestHelpers.h",
1800 "text/BidiResolverTest.cpp", 1800 "text/BidiResolverTest.cpp",
1801 "text/CharacterTest.cpp", 1801 "text/CharacterTest.cpp",
1802 "text/DateTimeFormatTest.cpp", 1802 "text/DateTimeFormatTest.cpp",
1803 "text/HyphenationTest.cpp", 1803 "text/HyphenationTest.cpp",
1804 "text/ICUErrorTest.cpp", 1804 "text/ICUErrorTest.cpp",
1805 "text/PlatformLocaleTest.cpp",
1805 "text/SegmentedStringTest.cpp", 1806 "text/SegmentedStringTest.cpp",
1806 "text/TextBreakIteratorTest.cpp", 1807 "text/TextBreakIteratorTest.cpp",
1807 "text/TextEncodingDetectorTest.cpp", 1808 "text/TextEncodingDetectorTest.cpp",
1808 "text/UnicodeUtilitiesTest.cpp", 1809 "text/UnicodeUtilitiesTest.cpp",
1809 "threading/BackgroundTaskRunnerTest.cpp", 1810 "threading/BackgroundTaskRunnerTest.cpp",
1810 "transforms/AffineTransformTest.cpp", 1811 "transforms/AffineTransformTest.cpp",
1811 "transforms/RotationTest.cpp", 1812 "transforms/RotationTest.cpp",
1812 "transforms/TransformOperationsTest.cpp", 1813 "transforms/TransformOperationsTest.cpp",
1813 "transforms/TransformationMatrixTest.cpp", 1814 "transforms/TransformationMatrixTest.cpp",
1814 "weborigin/KURLTest.cpp", 1815 "weborigin/KURLTest.cpp",
(...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
2075 "//third_party/WebKit/Source:config", 2076 "//third_party/WebKit/Source:config",
2076 "//third_party/WebKit/Source:inside_blink", 2077 "//third_party/WebKit/Source:inside_blink",
2077 ] 2078 ]
2078 2079
2079 deps = [ 2080 deps = [
2080 ":test_support", 2081 ":test_support",
2081 "//testing/gmock", 2082 "//testing/gmock",
2082 "//testing/gtest", 2083 "//testing/gtest",
2083 ] 2084 ]
2084 } 2085 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/text/PlatformLocale.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698