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

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

Issue 871383002: Merge HTMLDocument into Document (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « sky/engine/core/app/ModuleLoader.cpp ('k') | sky/engine/core/css/parser/CSSGrammar.y » ('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 "animation/ActiveAnimations.cpp", 8 "animation/ActiveAnimations.cpp",
9 "animation/ActiveAnimations.h", 9 "animation/ActiveAnimations.h",
10 "animation/animatable/AnimatableClipPathOperation.cpp", 10 "animation/animatable/AnimatableClipPathOperation.cpp",
(...skipping 860 matching lines...) Expand 10 before | Expand all | Expand 10 after
871 "html/canvas/WebGLUniformLocation.cpp", 871 "html/canvas/WebGLUniformLocation.cpp",
872 "html/canvas/WebGLUniformLocation.h", 872 "html/canvas/WebGLUniformLocation.h",
873 "html/canvas/WebGLVertexArrayObjectOES.cpp", 873 "html/canvas/WebGLVertexArrayObjectOES.cpp",
874 "html/canvas/WebGLVertexArrayObjectOES.h", 874 "html/canvas/WebGLVertexArrayObjectOES.h",
875 "html/HTMLAnchorElement.cpp", 875 "html/HTMLAnchorElement.cpp",
876 "html/HTMLAnchorElement.h", 876 "html/HTMLAnchorElement.h",
877 "html/HTMLCanvasElement.cpp", 877 "html/HTMLCanvasElement.cpp",
878 "html/HTMLCanvasElement.h", 878 "html/HTMLCanvasElement.h",
879 "html/HTMLContentElement.cpp", 879 "html/HTMLContentElement.cpp",
880 "html/HTMLContentElement.h", 880 "html/HTMLContentElement.h",
881 "html/HTMLDocument.cpp",
882 "html/HTMLDocument.h",
883 "html/HTMLElement.cpp", 881 "html/HTMLElement.cpp",
884 "html/HTMLElement.h", 882 "html/HTMLElement.h",
885 "html/HTMLIFrameElement.cpp", 883 "html/HTMLIFrameElement.cpp",
886 "html/HTMLIFrameElement.h", 884 "html/HTMLIFrameElement.h",
887 "html/HTMLImageElement.cpp", 885 "html/HTMLImageElement.cpp",
888 "html/HTMLImageElement.h", 886 "html/HTMLImageElement.h",
889 "html/HTMLImageLoader.cpp", 887 "html/HTMLImageLoader.cpp",
890 "html/HTMLImageLoader.h", 888 "html/HTMLImageLoader.h",
891 "html/HTMLImportElement.cpp", 889 "html/HTMLImportElement.cpp",
892 "html/HTMLImportElement.h", 890 "html/HTMLImportElement.h",
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
1309 "html/canvas/WebGLRenderbuffer.idl", 1307 "html/canvas/WebGLRenderbuffer.idl",
1310 "html/canvas/WebGLRenderingContext.idl", 1308 "html/canvas/WebGLRenderingContext.idl",
1311 "html/canvas/WebGLShader.idl", 1309 "html/canvas/WebGLShader.idl",
1312 "html/canvas/WebGLShaderPrecisionFormat.idl", 1310 "html/canvas/WebGLShaderPrecisionFormat.idl",
1313 "html/canvas/WebGLTexture.idl", 1311 "html/canvas/WebGLTexture.idl",
1314 "html/canvas/WebGLUniformLocation.idl", 1312 "html/canvas/WebGLUniformLocation.idl",
1315 "html/canvas/WebGLVertexArrayObjectOES.idl", 1313 "html/canvas/WebGLVertexArrayObjectOES.idl",
1316 "html/HTMLAnchorElement.idl", 1314 "html/HTMLAnchorElement.idl",
1317 "html/HTMLCanvasElement.idl", 1315 "html/HTMLCanvasElement.idl",
1318 "html/HTMLContentElement.idl", 1316 "html/HTMLContentElement.idl",
1319 "html/HTMLDocument.idl",
1320 "html/HTMLElement.idl", 1317 "html/HTMLElement.idl",
1321 "html/HTMLIFrameElement.idl", 1318 "html/HTMLIFrameElement.idl",
1322 "html/HTMLImageElement.idl", 1319 "html/HTMLImageElement.idl",
1323 "html/HTMLImportElement.idl", 1320 "html/HTMLImportElement.idl",
1324 "html/HTMLScriptElement.idl", 1321 "html/HTMLScriptElement.idl",
1325 "html/HTMLStyleElement.idl", 1322 "html/HTMLStyleElement.idl",
1326 "html/HTMLTemplateElement.idl", 1323 "html/HTMLTemplateElement.idl",
1327 "html/HTMLTitleElement.idl", 1324 "html/HTMLTitleElement.idl",
1328 "html/HTMLTElement.idl", 1325 "html/HTMLTElement.idl",
1329 "html/ImageData.idl", 1326 "html/ImageData.idl",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
1372 "events/KeyboardEvent.idl", 1369 "events/KeyboardEvent.idl",
1373 "events/PageTransitionEvent.idl", 1370 "events/PageTransitionEvent.idl",
1374 "events/PointerEvent.idl", 1371 "events/PointerEvent.idl",
1375 "events/TextEvent.idl", 1372 "events/TextEvent.idl",
1376 "events/TransitionEvent.idl", 1373 "events/TransitionEvent.idl",
1377 "events/UIEvent.idl", 1374 "events/UIEvent.idl",
1378 "events/AnimationEvent.idl", 1375 "events/AnimationEvent.idl",
1379 "html/canvas/WebGLContextEvent.idl", 1376 "html/canvas/WebGLContextEvent.idl",
1380 ], 1377 ],
1381 "abspath") 1378 "abspath")
OLDNEW
« no previous file with comments | « sky/engine/core/app/ModuleLoader.cpp ('k') | sky/engine/core/css/parser/CSSGrammar.y » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698