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

Side by Side Diff: sky/engine/core/core.gni

Issue 696413002: Remove HTMLLinkElement (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « sky/engine/bindings/core/v8/ScriptController.cpp ('k') | sky/engine/core/css/CSSStyleSheet.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 sky_core_output_dir = "$root_gen_dir/sky/core" 5 sky_core_output_dir = "$root_gen_dir/sky/core"
6 6
7 sky_core_files = [ 7 sky_core_files = [
8 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp", 10 "animation/ActiveAnimations.cpp",
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 "html/HTMLContentElement.cpp", 753 "html/HTMLContentElement.cpp",
754 "html/HTMLContentElement.h", 754 "html/HTMLContentElement.h",
755 "html/HTMLDocument.cpp", 755 "html/HTMLDocument.cpp",
756 "html/HTMLElement.cpp", 756 "html/HTMLElement.cpp",
757 "html/HTMLImageElement.cpp", 757 "html/HTMLImageElement.cpp",
758 "html/HTMLImageElement.h", 758 "html/HTMLImageElement.h",
759 "html/HTMLImageLoader.cpp", 759 "html/HTMLImageLoader.cpp",
760 "html/HTMLImageLoader.h", 760 "html/HTMLImageLoader.h",
761 "html/HTMLImportElement.cpp", 761 "html/HTMLImportElement.cpp",
762 "html/HTMLImportElement.h", 762 "html/HTMLImportElement.h",
763 "html/HTMLLinkElement.cpp",
764 "html/HTMLLinkElement.h",
765 "html/HTMLMediaElement.cpp", 763 "html/HTMLMediaElement.cpp",
766 "html/HTMLMediaSource.cpp", 764 "html/HTMLMediaSource.cpp",
767 "html/HTMLMediaSource.h", 765 "html/HTMLMediaSource.h",
768 "html/HTMLMetaElement.h", 766 "html/HTMLMetaElement.h",
769 "html/HTMLPictureElement.cpp", 767 "html/HTMLPictureElement.cpp",
770 "html/HTMLScriptElement.cpp", 768 "html/HTMLScriptElement.cpp",
771 "html/HTMLScriptElement.h", 769 "html/HTMLScriptElement.h",
772 "html/HTMLShadowElement.cpp", 770 "html/HTMLShadowElement.cpp",
773 "html/HTMLShadowElement.h", 771 "html/HTMLShadowElement.h",
774 "html/HTMLSourceElement.cpp", 772 "html/HTMLSourceElement.cpp",
775 "html/HTMLSourceElement.h", 773 "html/HTMLSourceElement.h",
776 "html/HTMLStyleElement.cpp", 774 "html/HTMLStyleElement.cpp",
777 "html/HTMLStyleElement.h", 775 "html/HTMLStyleElement.h",
778 "html/HTMLTemplateElement.cpp", 776 "html/HTMLTemplateElement.cpp",
779 "html/HTMLTemplateElement.h", 777 "html/HTMLTemplateElement.h",
780 "html/HTMLTitleElement.cpp", 778 "html/HTMLTitleElement.cpp",
781 "html/HTMLTitleElement.h", 779 "html/HTMLTitleElement.h",
782 "html/HTMLVideoElement.cpp", 780 "html/HTMLVideoElement.cpp",
783 "html/HTMLVideoElement.h", 781 "html/HTMLVideoElement.h",
784 "html/ImageData.cpp", 782 "html/ImageData.cpp",
785 "html/ImageData.h", 783 "html/ImageData.h",
786 "html/LinkRelAttribute.cpp",
787 "html/LinkRelAttribute.h",
788 "html/LinkResource.cpp",
789 "html/LinkResource.h",
790 "html/MediaError.h", 784 "html/MediaError.h",
791 "html/MediaFragmentURIParser.cpp", 785 "html/MediaFragmentURIParser.cpp",
792 "html/MediaFragmentURIParser.h", 786 "html/MediaFragmentURIParser.h",
793 "html/MediaKeyError.h", 787 "html/MediaKeyError.h",
794 "html/MediaKeyEvent.cpp", 788 "html/MediaKeyEvent.cpp",
795 "html/MediaKeyEvent.h", 789 "html/MediaKeyEvent.h",
796 "html/PublicURLManager.cpp", 790 "html/PublicURLManager.cpp",
797 "html/PublicURLManager.h", 791 "html/PublicURLManager.h",
798 "html/TextMetrics.h", 792 "html/TextMetrics.h",
799 "html/TimeRanges.cpp", 793 "html/TimeRanges.cpp",
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 "html/imports/HTMLImportChildClient.h", 909 "html/imports/HTMLImportChildClient.h",
916 "html/imports/HTMLImportLoader.cpp", 910 "html/imports/HTMLImportLoader.cpp",
917 "html/imports/HTMLImportLoader.h", 911 "html/imports/HTMLImportLoader.h",
918 "html/imports/HTMLImportState.h", 912 "html/imports/HTMLImportState.h",
919 "html/imports/HTMLImportStateResolver.cpp", 913 "html/imports/HTMLImportStateResolver.cpp",
920 "html/imports/HTMLImportStateResolver.h", 914 "html/imports/HTMLImportStateResolver.h",
921 "html/imports/HTMLImportTreeRoot.cpp", 915 "html/imports/HTMLImportTreeRoot.cpp",
922 "html/imports/HTMLImportTreeRoot.h", 916 "html/imports/HTMLImportTreeRoot.h",
923 "html/imports/HTMLImportsController.cpp", 917 "html/imports/HTMLImportsController.cpp",
924 "html/imports/HTMLImportsController.h", 918 "html/imports/HTMLImportsController.h",
925 "html/imports/LinkImport.cpp",
926 "html/imports/LinkImport.h",
927 "html/parser/AtomicHTMLToken.h", 919 "html/parser/AtomicHTMLToken.h",
928 "html/parser/BackgroundHTMLParser.cpp", 920 "html/parser/BackgroundHTMLParser.cpp",
929 "html/parser/BackgroundHTMLParser.h", 921 "html/parser/BackgroundHTMLParser.h",
930 "html/parser/CompactHTMLToken.cpp", 922 "html/parser/CompactHTMLToken.cpp",
931 "html/parser/CompactHTMLToken.h", 923 "html/parser/CompactHTMLToken.h",
932 "html/parser/HTMLConstructionSite.cpp", 924 "html/parser/HTMLConstructionSite.cpp",
933 "html/parser/HTMLConstructionSite.h", 925 "html/parser/HTMLConstructionSite.h",
934 "html/parser/HTMLDocumentParser.cpp", 926 "html/parser/HTMLDocumentParser.cpp",
935 "html/parser/HTMLDocumentParser.h", 927 "html/parser/HTMLDocumentParser.h",
936 "html/parser/HTMLElementStack.cpp", 928 "html/parser/HTMLElementStack.cpp",
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
1264 "frame/Screen.idl", 1256 "frame/Screen.idl",
1265 "frame/Window.idl", 1257 "frame/Window.idl",
1266 "html/HTMLAnchorElement.idl", 1258 "html/HTMLAnchorElement.idl",
1267 "html/HTMLAudioElement.idl", 1259 "html/HTMLAudioElement.idl",
1268 "html/HTMLCanvasElement.idl", 1260 "html/HTMLCanvasElement.idl",
1269 "html/HTMLContentElement.idl", 1261 "html/HTMLContentElement.idl",
1270 "html/HTMLDocument.idl", 1262 "html/HTMLDocument.idl",
1271 "html/HTMLElement.idl", 1263 "html/HTMLElement.idl",
1272 "html/HTMLImageElement.idl", 1264 "html/HTMLImageElement.idl",
1273 "html/HTMLImportElement.idl", 1265 "html/HTMLImportElement.idl",
1274 "html/HTMLLinkElement.idl",
1275 "html/HTMLMediaElement.idl", 1266 "html/HTMLMediaElement.idl",
1276 "html/HTMLMetaElement.idl", 1267 "html/HTMLMetaElement.idl",
1277 "html/HTMLPictureElement.idl", 1268 "html/HTMLPictureElement.idl",
1278 "html/HTMLScriptElement.idl", 1269 "html/HTMLScriptElement.idl",
1279 "html/HTMLShadowElement.idl", 1270 "html/HTMLShadowElement.idl",
1280 "html/HTMLSourceElement.idl", 1271 "html/HTMLSourceElement.idl",
1281 "html/HTMLStyleElement.idl", 1272 "html/HTMLStyleElement.idl",
1282 "html/HTMLTemplateElement.idl", 1273 "html/HTMLTemplateElement.idl",
1283 "html/HTMLTitleElement.idl", 1274 "html/HTMLTitleElement.idl",
1284 "html/HTMLVideoElement.idl", 1275 "html/HTMLVideoElement.idl",
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
1369 "events/ResourceProgressEvent.idl", 1360 "events/ResourceProgressEvent.idl",
1370 "events/TextEvent.idl", 1361 "events/TextEvent.idl",
1371 "events/TouchEvent.idl", 1362 "events/TouchEvent.idl",
1372 "events/TransitionEvent.idl", 1363 "events/TransitionEvent.idl",
1373 "events/UIEvent.idl", 1364 "events/UIEvent.idl",
1374 "events/AnimationEvent.idl", 1365 "events/AnimationEvent.idl",
1375 "events/WheelEvent.idl", 1366 "events/WheelEvent.idl",
1376 "html/MediaKeyEvent.idl", 1367 "html/MediaKeyEvent.idl",
1377 "html/canvas/WebGLContextEvent.idl", 1368 "html/canvas/WebGLContextEvent.idl",
1378 ], "abspath") 1369 ], "abspath")
OLDNEW
« no previous file with comments | « sky/engine/bindings/core/v8/ScriptController.cpp ('k') | sky/engine/core/css/CSSStyleSheet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698