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

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

Issue 789843004: Merge ClassList into DOMTokenList. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « no previous file | sky/engine/core/dom/DOMTokenList.h » ('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 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 "html/canvas/WebGLSharedObject.cpp", 905 "html/canvas/WebGLSharedObject.cpp",
906 "html/canvas/WebGLSharedObject.h", 906 "html/canvas/WebGLSharedObject.h",
907 "html/canvas/WebGLSharedWebGraphicsContext3D.cpp", 907 "html/canvas/WebGLSharedWebGraphicsContext3D.cpp",
908 "html/canvas/WebGLSharedWebGraphicsContext3D.h", 908 "html/canvas/WebGLSharedWebGraphicsContext3D.h",
909 "html/canvas/WebGLTexture.cpp", 909 "html/canvas/WebGLTexture.cpp",
910 "html/canvas/WebGLTexture.h", 910 "html/canvas/WebGLTexture.h",
911 "html/canvas/WebGLUniformLocation.cpp", 911 "html/canvas/WebGLUniformLocation.cpp",
912 "html/canvas/WebGLUniformLocation.h", 912 "html/canvas/WebGLUniformLocation.h",
913 "html/canvas/WebGLVertexArrayObjectOES.cpp", 913 "html/canvas/WebGLVertexArrayObjectOES.cpp",
914 "html/canvas/WebGLVertexArrayObjectOES.h", 914 "html/canvas/WebGLVertexArrayObjectOES.h",
915 "html/ClassList.cpp",
916 "html/ClassList.h",
917 "html/HTMLAnchorElement.cpp", 915 "html/HTMLAnchorElement.cpp",
918 "html/HTMLAnchorElement.h", 916 "html/HTMLAnchorElement.h",
919 "html/HTMLCanvasElement.cpp", 917 "html/HTMLCanvasElement.cpp",
920 "html/HTMLCanvasElement.h", 918 "html/HTMLCanvasElement.h",
921 "html/HTMLContentElement.cpp", 919 "html/HTMLContentElement.cpp",
922 "html/HTMLContentElement.h", 920 "html/HTMLContentElement.h",
923 "html/HTMLDocument.cpp", 921 "html/HTMLDocument.cpp",
924 "html/HTMLDocument.h", 922 "html/HTMLDocument.h",
925 "html/HTMLElement.cpp", 923 "html/HTMLElement.cpp",
926 "html/HTMLElement.h", 924 "html/HTMLElement.h",
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
1433 "events/ProgressEvent.idl", 1431 "events/ProgressEvent.idl",
1434 "events/ResourceProgressEvent.idl", 1432 "events/ResourceProgressEvent.idl",
1435 "events/TextEvent.idl", 1433 "events/TextEvent.idl",
1436 "events/TouchEvent.idl", 1434 "events/TouchEvent.idl",
1437 "events/TransitionEvent.idl", 1435 "events/TransitionEvent.idl",
1438 "events/UIEvent.idl", 1436 "events/UIEvent.idl",
1439 "events/AnimationEvent.idl", 1437 "events/AnimationEvent.idl",
1440 "events/WheelEvent.idl", 1438 "events/WheelEvent.idl",
1441 "html/canvas/WebGLContextEvent.idl", 1439 "html/canvas/WebGLContextEvent.idl",
1442 ], "abspath") 1440 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/DOMTokenList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698