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

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

Issue 2629573002: Allow WebString.utf8() to take UTF8ConversionMode (Closed)
Patch Set: comment fix Created 3 years, 11 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/exported/WebString.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 # 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 1680 matching lines...) Expand 10 before | Expand all | Expand 10 after
1691 "animation/AnimationTranslationUtilTest.cpp", 1691 "animation/AnimationTranslationUtilTest.cpp",
1692 "animation/CompositorAnimationHostTest.cpp", 1692 "animation/CompositorAnimationHostTest.cpp",
1693 "animation/CompositorAnimationPlayerTest.cpp", 1693 "animation/CompositorAnimationPlayerTest.cpp",
1694 "animation/CompositorAnimationTest.cpp", 1694 "animation/CompositorAnimationTest.cpp",
1695 "animation/CompositorAnimationTimelineTest.cpp", 1695 "animation/CompositorAnimationTimelineTest.cpp",
1696 "animation/CompositorFloatAnimationCurveTest.cpp", 1696 "animation/CompositorFloatAnimationCurveTest.cpp",
1697 "animation/TimingFunctionTest.cpp", 1697 "animation/TimingFunctionTest.cpp",
1698 "blob/BlobDataTest.cpp", 1698 "blob/BlobDataTest.cpp",
1699 "clipboard/ClipboardUtilitiesTest.cpp", 1699 "clipboard/ClipboardUtilitiesTest.cpp",
1700 "exported/FilePathConversionTest.cpp", 1700 "exported/FilePathConversionTest.cpp",
1701 "exported/WebStringTest.cpp",
1701 "feature_policy/FeaturePolicyTest.cpp", 1702 "feature_policy/FeaturePolicyTest.cpp",
1702 "fonts/AcceptLanguagesResolverTest.cpp", 1703 "fonts/AcceptLanguagesResolverTest.cpp",
1703 "fonts/FontCacheTest.cpp", 1704 "fonts/FontCacheTest.cpp",
1704 "fonts/FontDescriptionTest.cpp", 1705 "fonts/FontDescriptionTest.cpp",
1705 "fonts/FontPlatformDataTest.cpp", 1706 "fonts/FontPlatformDataTest.cpp",
1706 "fonts/FontTest.cpp", 1707 "fonts/FontTest.cpp",
1707 "fonts/GenericFontFamilySettingsTest.cpp", 1708 "fonts/GenericFontFamilySettingsTest.cpp",
1708 "fonts/GlyphBufferTest.cpp", 1709 "fonts/GlyphBufferTest.cpp",
1709 "fonts/OrientationIteratorTest.cpp", 1710 "fonts/OrientationIteratorTest.cpp",
1710 "fonts/ScriptRunIteratorTest.cpp", 1711 "fonts/ScriptRunIteratorTest.cpp",
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
2096 "//third_party/WebKit/Source:config", 2097 "//third_party/WebKit/Source:config",
2097 "//third_party/WebKit/Source:inside_blink", 2098 "//third_party/WebKit/Source:inside_blink",
2098 ] 2099 ]
2099 2100
2100 deps = [ 2101 deps = [
2101 ":test_support", 2102 ":test_support",
2102 "//testing/gmock", 2103 "//testing/gmock",
2103 "//testing/gtest", 2104 "//testing/gtest",
2104 ] 2105 ]
2105 } 2106 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/exported/WebString.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698