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

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

Issue 789693003: Remove DOMSettableTokenList. (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/DOMSettableTokenList.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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 "dom/DocumentParser.h", 432 "dom/DocumentParser.h",
433 "dom/DocumentStyleSheetCollection.cpp", 433 "dom/DocumentStyleSheetCollection.cpp",
434 "dom/DocumentStyleSheetCollection.h", 434 "dom/DocumentStyleSheetCollection.h",
435 "dom/DocumentStyleSheetCollector.cpp", 435 "dom/DocumentStyleSheetCollector.cpp",
436 "dom/DocumentStyleSheetCollector.h", 436 "dom/DocumentStyleSheetCollector.h",
437 "dom/DocumentSupplementable.h", 437 "dom/DocumentSupplementable.h",
438 "dom/DOMError.cpp", 438 "dom/DOMError.cpp",
439 "dom/DOMError.h", 439 "dom/DOMError.h",
440 "dom/DOMException.cpp", 440 "dom/DOMException.cpp",
441 "dom/DOMException.h", 441 "dom/DOMException.h",
442 "dom/DOMSettableTokenList.cpp",
443 "dom/DOMSettableTokenList.h",
444 "dom/DOMTimeStamp.h", 442 "dom/DOMTimeStamp.h",
445 "dom/DOMTokenList.cpp", 443 "dom/DOMTokenList.cpp",
446 "dom/DOMTokenList.h", 444 "dom/DOMTokenList.h",
447 "dom/DOMURL.cpp", 445 "dom/DOMURL.cpp",
448 "dom/DOMURL.h", 446 "dom/DOMURL.h",
449 "dom/DOMURLUtils.cpp", 447 "dom/DOMURLUtils.cpp",
450 "dom/DOMURLUtils.h", 448 "dom/DOMURLUtils.h",
451 "dom/DOMURLUtilsReadOnly.cpp", 449 "dom/DOMURLUtilsReadOnly.cpp",
452 "dom/DOMURLUtilsReadOnly.h", 450 "dom/DOMURLUtilsReadOnly.h",
453 "dom/Element.cpp", 451 "dom/Element.cpp",
(...skipping 835 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 "css/RGBColor.idl", 1287 "css/RGBColor.idl",
1290 "css/StyleMedia.idl", 1288 "css/StyleMedia.idl",
1291 "dom/Attr.idl", 1289 "dom/Attr.idl",
1292 "dom/CharacterData.idl", 1290 "dom/CharacterData.idl",
1293 "dom/ClientRect.idl", 1291 "dom/ClientRect.idl",
1294 "dom/ClientRectList.idl", 1292 "dom/ClientRectList.idl",
1295 "dom/Document.idl", 1293 "dom/Document.idl",
1296 "dom/DocumentFragment.idl", 1294 "dom/DocumentFragment.idl",
1297 "dom/DOMError.idl", 1295 "dom/DOMError.idl",
1298 "dom/DOMException.idl", 1296 "dom/DOMException.idl",
1299 "dom/DOMSettableTokenList.idl",
1300 "dom/DOMTokenList.idl", 1297 "dom/DOMTokenList.idl",
1301 "dom/Element.idl", 1298 "dom/Element.idl",
1302 "dom/MutationObserver.idl", 1299 "dom/MutationObserver.idl",
1303 "dom/MutationRecord.idl", 1300 "dom/MutationRecord.idl",
1304 "dom/Node.idl", 1301 "dom/Node.idl",
1305 "dom/NodeList.idl", 1302 "dom/NodeList.idl",
1306 "dom/Range.idl", 1303 "dom/Range.idl",
1307 "dom/RequestAnimationFrameCallback.idl", 1304 "dom/RequestAnimationFrameCallback.idl",
1308 "dom/shadow/ShadowRoot.idl", 1305 "dom/shadow/ShadowRoot.idl",
1309 "dom/Text.idl", 1306 "dom/Text.idl",
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
1436 "events/ProgressEvent.idl", 1433 "events/ProgressEvent.idl",
1437 "events/ResourceProgressEvent.idl", 1434 "events/ResourceProgressEvent.idl",
1438 "events/TextEvent.idl", 1435 "events/TextEvent.idl",
1439 "events/TouchEvent.idl", 1436 "events/TouchEvent.idl",
1440 "events/TransitionEvent.idl", 1437 "events/TransitionEvent.idl",
1441 "events/UIEvent.idl", 1438 "events/UIEvent.idl",
1442 "events/AnimationEvent.idl", 1439 "events/AnimationEvent.idl",
1443 "events/WheelEvent.idl", 1440 "events/WheelEvent.idl",
1444 "html/canvas/WebGLContextEvent.idl", 1441 "html/canvas/WebGLContextEvent.idl",
1445 ], "abspath") 1442 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/DOMSettableTokenList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698