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

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: Remove overaggressive bool transform 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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 "exported/WebThreadSafeData.cpp", 563 "exported/WebThreadSafeData.cpp",
564 "exported/WebURL.cpp", 564 "exported/WebURL.cpp",
565 "exported/WebURLError.cpp", 565 "exported/WebURLError.cpp",
566 "exported/WebURLLoadTiming.cpp", 566 "exported/WebURLLoadTiming.cpp",
567 "exported/WebURLLoaderClient.cpp", 567 "exported/WebURLLoaderClient.cpp",
568 "exported/WebURLLoaderTestDelegate.cpp", 568 "exported/WebURLLoaderTestDelegate.cpp",
569 "exported/WebURLRequest.cpp", 569 "exported/WebURLRequest.cpp",
570 "exported/WebURLResponse.cpp", 570 "exported/WebURLResponse.cpp",
571 "exported/WrappedResourceRequest.h", 571 "exported/WrappedResourceRequest.h",
572 "exported/WrappedResourceResponse.h", 572 "exported/WrappedResourceResponse.h",
573 "feature_policy/FeaturePolicy.cpp",
574 "feature_policy/FeaturePolicy.h",
573 "fonts/AcceptLanguagesResolver.cpp", 575 "fonts/AcceptLanguagesResolver.cpp",
574 "fonts/AcceptLanguagesResolver.h", 576 "fonts/AcceptLanguagesResolver.h",
575 "fonts/AlternateFontFamily.h", 577 "fonts/AlternateFontFamily.h",
576 "fonts/CharacterRange.h", 578 "fonts/CharacterRange.h",
577 "fonts/CustomFontData.h", 579 "fonts/CustomFontData.h",
578 "fonts/Font.cpp", 580 "fonts/Font.cpp",
579 "fonts/Font.h", 581 "fonts/Font.h",
580 "fonts/FontBaseline.h", 582 "fonts/FontBaseline.h",
581 "fonts/FontCache.cpp", 583 "fonts/FontCache.cpp",
582 "fonts/FontCache.h", 584 "fonts/FontCache.h",
(...skipping 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after
1621 "animation/AnimationTranslationUtilTest.cpp", 1623 "animation/AnimationTranslationUtilTest.cpp",
1622 "animation/CompositorAnimationHostTest.cpp", 1624 "animation/CompositorAnimationHostTest.cpp",
1623 "animation/CompositorAnimationPlayerTest.cpp", 1625 "animation/CompositorAnimationPlayerTest.cpp",
1624 "animation/CompositorAnimationTest.cpp", 1626 "animation/CompositorAnimationTest.cpp",
1625 "animation/CompositorAnimationTimelineTest.cpp", 1627 "animation/CompositorAnimationTimelineTest.cpp",
1626 "animation/CompositorFloatAnimationCurveTest.cpp", 1628 "animation/CompositorFloatAnimationCurveTest.cpp",
1627 "animation/TimingFunctionTest.cpp", 1629 "animation/TimingFunctionTest.cpp",
1628 "blob/BlobDataTest.cpp", 1630 "blob/BlobDataTest.cpp",
1629 "clipboard/ClipboardUtilitiesTest.cpp", 1631 "clipboard/ClipboardUtilitiesTest.cpp",
1630 "exported/FilePathConversionTest.cpp", 1632 "exported/FilePathConversionTest.cpp",
1633 "feature_policy/FeaturePolicyTest.cpp",
1631 "fonts/AcceptLanguagesResolverTest.cpp", 1634 "fonts/AcceptLanguagesResolverTest.cpp",
1632 "fonts/FontCacheTest.cpp", 1635 "fonts/FontCacheTest.cpp",
1633 "fonts/FontDescriptionTest.cpp", 1636 "fonts/FontDescriptionTest.cpp",
1634 "fonts/FontPlatformDataTest.cpp", 1637 "fonts/FontPlatformDataTest.cpp",
1635 "fonts/GlyphBufferTest.cpp", 1638 "fonts/GlyphBufferTest.cpp",
1636 "fonts/GlyphPageTreeNodeTest.cpp", 1639 "fonts/GlyphPageTreeNodeTest.cpp",
1637 "fonts/OrientationIteratorTest.cpp", 1640 "fonts/OrientationIteratorTest.cpp",
1638 "fonts/ScriptRunIteratorTest.cpp", 1641 "fonts/ScriptRunIteratorTest.cpp",
1639 "fonts/SmallCapsIteratorTest.cpp", 1642 "fonts/SmallCapsIteratorTest.cpp",
1640 "fonts/SymbolsIteratorTest.cpp", 1643 "fonts/SymbolsIteratorTest.cpp",
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
1938 "//third_party/WebKit/Source:inside_blink", 1941 "//third_party/WebKit/Source:inside_blink",
1939 ] 1942 ]
1940 1943
1941 deps = [ 1944 deps = [
1942 ":test_support", 1945 ":test_support",
1943 "//cc/surfaces:surface_id", 1946 "//cc/surfaces:surface_id",
1944 "//testing/gmock", 1947 "//testing/gmock",
1945 "//testing/gtest", 1948 "//testing/gtest",
1946 ] 1949 ]
1947 } 1950 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698