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: sky/engine/core/core.gni

Issue 699023002: Remove <meta> (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/core/BUILD.gn ('k') | sky/engine/core/dom/Document.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 745 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/HTMLMediaElement.cpp", 763 "html/HTMLMediaElement.cpp",
764 "html/HTMLMediaSource.cpp", 764 "html/HTMLMediaSource.cpp",
765 "html/HTMLMediaSource.h", 765 "html/HTMLMediaSource.h",
766 "html/HTMLMetaElement.h",
767 "html/HTMLPictureElement.cpp", 766 "html/HTMLPictureElement.cpp",
768 "html/HTMLScriptElement.cpp", 767 "html/HTMLScriptElement.cpp",
769 "html/HTMLScriptElement.h", 768 "html/HTMLScriptElement.h",
770 "html/HTMLShadowElement.cpp", 769 "html/HTMLShadowElement.cpp",
771 "html/HTMLShadowElement.h", 770 "html/HTMLShadowElement.h",
772 "html/HTMLSourceElement.cpp", 771 "html/HTMLSourceElement.cpp",
773 "html/HTMLSourceElement.h", 772 "html/HTMLSourceElement.h",
774 "html/HTMLStyleElement.cpp", 773 "html/HTMLStyleElement.cpp",
775 "html/HTMLStyleElement.h", 774 "html/HTMLStyleElement.h",
776 "html/HTMLTemplateElement.cpp", 775 "html/HTMLTemplateElement.cpp",
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
1257 "frame/Window.idl", 1256 "frame/Window.idl",
1258 "html/HTMLAnchorElement.idl", 1257 "html/HTMLAnchorElement.idl",
1259 "html/HTMLAudioElement.idl", 1258 "html/HTMLAudioElement.idl",
1260 "html/HTMLCanvasElement.idl", 1259 "html/HTMLCanvasElement.idl",
1261 "html/HTMLContentElement.idl", 1260 "html/HTMLContentElement.idl",
1262 "html/HTMLDocument.idl", 1261 "html/HTMLDocument.idl",
1263 "html/HTMLElement.idl", 1262 "html/HTMLElement.idl",
1264 "html/HTMLImageElement.idl", 1263 "html/HTMLImageElement.idl",
1265 "html/HTMLImportElement.idl", 1264 "html/HTMLImportElement.idl",
1266 "html/HTMLMediaElement.idl", 1265 "html/HTMLMediaElement.idl",
1267 "html/HTMLMetaElement.idl",
1268 "html/HTMLPictureElement.idl", 1266 "html/HTMLPictureElement.idl",
1269 "html/HTMLScriptElement.idl", 1267 "html/HTMLScriptElement.idl",
1270 "html/HTMLShadowElement.idl", 1268 "html/HTMLShadowElement.idl",
1271 "html/HTMLSourceElement.idl", 1269 "html/HTMLSourceElement.idl",
1272 "html/HTMLStyleElement.idl", 1270 "html/HTMLStyleElement.idl",
1273 "html/HTMLTemplateElement.idl", 1271 "html/HTMLTemplateElement.idl",
1274 "html/HTMLTitleElement.idl", 1272 "html/HTMLTitleElement.idl",
1275 "html/HTMLVideoElement.idl", 1273 "html/HTMLVideoElement.idl",
1276 "html/ImageData.idl", 1274 "html/ImageData.idl",
1277 "html/MediaError.idl", 1275 "html/MediaError.idl",
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
1360 "events/ResourceProgressEvent.idl", 1358 "events/ResourceProgressEvent.idl",
1361 "events/TextEvent.idl", 1359 "events/TextEvent.idl",
1362 "events/TouchEvent.idl", 1360 "events/TouchEvent.idl",
1363 "events/TransitionEvent.idl", 1361 "events/TransitionEvent.idl",
1364 "events/UIEvent.idl", 1362 "events/UIEvent.idl",
1365 "events/AnimationEvent.idl", 1363 "events/AnimationEvent.idl",
1366 "events/WheelEvent.idl", 1364 "events/WheelEvent.idl",
1367 "html/MediaKeyEvent.idl", 1365 "html/MediaKeyEvent.idl",
1368 "html/canvas/WebGLContextEvent.idl", 1366 "html/canvas/WebGLContextEvent.idl",
1369 ], "abspath") 1367 ], "abspath")
OLDNEW
« no previous file with comments | « sky/engine/core/BUILD.gn ('k') | sky/engine/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698