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

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 1459603002: Implement the 'noopener' window feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nasko Created 5 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 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3893 matching lines...) Expand 10 before | Expand all | Expand 10 after
3904 'layout/compositing/CompositedLayerMappingTest.cpp', 3904 'layout/compositing/CompositedLayerMappingTest.cpp',
3905 'layout/shapes/BoxShapeTest.cpp', 3905 'layout/shapes/BoxShapeTest.cpp',
3906 'loader/FrameFetchContextTest.cpp', 3906 'loader/FrameFetchContextTest.cpp',
3907 'loader/LinkHeaderTest.cpp', 3907 'loader/LinkHeaderTest.cpp',
3908 'loader/LinkLoaderTest.cpp', 3908 'loader/LinkLoaderTest.cpp',
3909 'loader/MixedContentCheckerTest.cpp', 3909 'loader/MixedContentCheckerTest.cpp',
3910 'page/ContextMenuControllerTest.cpp', 3910 'page/ContextMenuControllerTest.cpp',
3911 'page/NetworkStateNotifierTest.cpp', 3911 'page/NetworkStateNotifierTest.cpp',
3912 'page/PagePopupClientTest.cpp', 3912 'page/PagePopupClientTest.cpp',
3913 'page/PrintContextTest.cpp', 3913 'page/PrintContextTest.cpp',
3914 'page/WindowFeaturesTest.cpp',
3914 'page/scrolling/ScrollStateTest.cpp', 3915 'page/scrolling/ScrollStateTest.cpp',
3915 'paint/LayerClipRecorderTest.cpp', 3916 'paint/LayerClipRecorderTest.cpp',
3916 'paint/LayoutObjectDrawingRecorderTest.cpp', 3917 'paint/LayoutObjectDrawingRecorderTest.cpp',
3917 'paint/NinePieceImageGridTest.cpp', 3918 'paint/NinePieceImageGridTest.cpp',
3918 'paint/PaintControllerPaintTest.cpp', 3919 'paint/PaintControllerPaintTest.cpp',
3919 'paint/PaintControllerPaintTest.h', 3920 'paint/PaintControllerPaintTest.h',
3920 'paint/PaintInfoTest.cpp', 3921 'paint/PaintInfoTest.cpp',
3921 'paint/PaintLayerPainterTest.cpp', 3922 'paint/PaintLayerPainterTest.cpp',
3922 'paint/PaintPropertyTreeBuilderTest.cpp', 3923 'paint/PaintPropertyTreeBuilderTest.cpp',
3923 'paint/TableCellPainterTest.cpp', 3924 'paint/TableCellPainterTest.cpp',
3924 'paint/TextPainterTest.cpp', 3925 'paint/TextPainterTest.cpp',
3925 'streams/ReadableStreamReaderTest.cpp', 3926 'streams/ReadableStreamReaderTest.cpp',
3926 'streams/ReadableStreamTest.cpp', 3927 'streams/ReadableStreamTest.cpp',
3927 'style/ComputedStyleTest.cpp', 3928 'style/ComputedStyleTest.cpp',
3928 'style/OutlineValueTest.cpp', 3929 'style/OutlineValueTest.cpp',
3929 'style/SVGComputedStyleTest.cpp', 3930 'style/SVGComputedStyleTest.cpp',
3930 'svg/SVGPathParserTest.cpp', 3931 'svg/SVGPathParserTest.cpp',
3931 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3932 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3932 'testing/PrivateScriptTestTest.cpp', 3933 'testing/PrivateScriptTestTest.cpp',
3933 'timing/MemoryInfoTest.cpp', 3934 'timing/MemoryInfoTest.cpp',
3934 'workers/WorkerThreadTest.cpp', 3935 'workers/WorkerThreadTest.cpp',
3935 'xml/parser/SharedBufferReaderTest.cpp', 3936 'xml/parser/SharedBufferReaderTest.cpp',
3936 ], 3937 ],
3937 } 3938 }
3938 } 3939 }
OLDNEW
« no previous file with comments | « content/test/data/click-noreferrer-links.html ('k') | third_party/WebKit/Source/core/frame/LocalDOMWindow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698