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

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

Issue 2254533002: [FeaturePolicy] Initial implementation of Feature Policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@fp-flag
Patch Set: Addressing nits Created 4 years, 1 month 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 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 "exported/WebThreadSafeData.cpp", 565 "exported/WebThreadSafeData.cpp",
566 "exported/WebURL.cpp", 566 "exported/WebURL.cpp",
567 "exported/WebURLError.cpp", 567 "exported/WebURLError.cpp",
568 "exported/WebURLLoadTiming.cpp", 568 "exported/WebURLLoadTiming.cpp",
569 "exported/WebURLLoaderClient.cpp", 569 "exported/WebURLLoaderClient.cpp",
570 "exported/WebURLLoaderTestDelegate.cpp", 570 "exported/WebURLLoaderTestDelegate.cpp",
571 "exported/WebURLRequest.cpp", 571 "exported/WebURLRequest.cpp",
572 "exported/WebURLResponse.cpp", 572 "exported/WebURLResponse.cpp",
573 "exported/WrappedResourceRequest.h", 573 "exported/WrappedResourceRequest.h",
574 "exported/WrappedResourceResponse.h", 574 "exported/WrappedResourceResponse.h",
575 "feature_policy/FeaturePolicy.cpp",
576 "feature_policy/FeaturePolicy.h",
575 "fonts/AcceptLanguagesResolver.cpp", 577 "fonts/AcceptLanguagesResolver.cpp",
576 "fonts/AcceptLanguagesResolver.h", 578 "fonts/AcceptLanguagesResolver.h",
577 "fonts/AlternateFontFamily.h", 579 "fonts/AlternateFontFamily.h",
578 "fonts/CharacterRange.h", 580 "fonts/CharacterRange.h",
579 "fonts/CustomFontData.h", 581 "fonts/CustomFontData.h",
580 "fonts/Font.cpp", 582 "fonts/Font.cpp",
581 "fonts/Font.h", 583 "fonts/Font.h",
582 "fonts/FontBaseline.h", 584 "fonts/FontBaseline.h",
583 "fonts/FontCache.cpp", 585 "fonts/FontCache.cpp",
584 "fonts/FontCache.h", 586 "fonts/FontCache.h",
(...skipping 1043 matching lines...) Expand 10 before | Expand all | Expand 10 after
1628 "animation/AnimationTranslationUtilTest.cpp", 1630 "animation/AnimationTranslationUtilTest.cpp",
1629 "animation/CompositorAnimationHostTest.cpp", 1631 "animation/CompositorAnimationHostTest.cpp",
1630 "animation/CompositorAnimationPlayerTest.cpp", 1632 "animation/CompositorAnimationPlayerTest.cpp",
1631 "animation/CompositorAnimationTest.cpp", 1633 "animation/CompositorAnimationTest.cpp",
1632 "animation/CompositorAnimationTimelineTest.cpp", 1634 "animation/CompositorAnimationTimelineTest.cpp",
1633 "animation/CompositorFloatAnimationCurveTest.cpp", 1635 "animation/CompositorFloatAnimationCurveTest.cpp",
1634 "animation/TimingFunctionTest.cpp", 1636 "animation/TimingFunctionTest.cpp",
1635 "blob/BlobDataTest.cpp", 1637 "blob/BlobDataTest.cpp",
1636 "clipboard/ClipboardUtilitiesTest.cpp", 1638 "clipboard/ClipboardUtilitiesTest.cpp",
1637 "exported/FilePathConversionTest.cpp", 1639 "exported/FilePathConversionTest.cpp",
1640 "feature_policy/FeaturePolicyTest.cpp",
1638 "fonts/AcceptLanguagesResolverTest.cpp", 1641 "fonts/AcceptLanguagesResolverTest.cpp",
1639 "fonts/FontCacheTest.cpp", 1642 "fonts/FontCacheTest.cpp",
1640 "fonts/FontDescriptionTest.cpp", 1643 "fonts/FontDescriptionTest.cpp",
1641 "fonts/FontPlatformDataTest.cpp", 1644 "fonts/FontPlatformDataTest.cpp",
1642 "fonts/FontTest.cpp", 1645 "fonts/FontTest.cpp",
1643 "fonts/GenericFontFamilySettingsTest.cpp", 1646 "fonts/GenericFontFamilySettingsTest.cpp",
1644 "fonts/GlyphBufferTest.cpp", 1647 "fonts/GlyphBufferTest.cpp",
1645 "fonts/OrientationIteratorTest.cpp", 1648 "fonts/OrientationIteratorTest.cpp",
1646 "fonts/ScriptRunIteratorTest.cpp", 1649 "fonts/ScriptRunIteratorTest.cpp",
1647 "fonts/SmallCapsIteratorTest.cpp", 1650 "fonts/SmallCapsIteratorTest.cpp",
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
1975 "//third_party/WebKit/Source:inside_blink", 1978 "//third_party/WebKit/Source:inside_blink",
1976 ] 1979 ]
1977 1980
1978 deps = [ 1981 deps = [
1979 ":test_support", 1982 ":test_support",
1980 "//cc/surfaces:surface_id", 1983 "//cc/surfaces:surface_id",
1981 "//testing/gmock", 1984 "//testing/gmock",
1982 "//testing/gtest", 1985 "//testing/gtest",
1983 ] 1986 ]
1984 } 1987 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/loader/FrameLoader.cpp ('k') | third_party/WebKit/Source/platform/RuntimeEnabledFeatures.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698