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

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

Issue 680583003: Delete ScriptableDocumentParser (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Sort headers Created 6 years, 2 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/bindings/core/v8/ScriptController.cpp ('k') | sky/engine/core/dom/Document.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 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp", 10 "animation/ActiveAnimations.cpp",
(...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 "dom/NodeWithIndex.h", 438 "dom/NodeWithIndex.h",
439 "dom/ParentNode.h", 439 "dom/ParentNode.h",
440 "dom/Position.cpp", 440 "dom/Position.cpp",
441 "dom/PositionIterator.cpp", 441 "dom/PositionIterator.cpp",
442 "dom/PositionIterator.h", 442 "dom/PositionIterator.h",
443 "dom/QualifiedName.cpp", 443 "dom/QualifiedName.cpp",
444 "dom/Range.cpp", 444 "dom/Range.cpp",
445 "dom/RenderTreeBuilder.cpp", 445 "dom/RenderTreeBuilder.cpp",
446 "dom/RenderTreeBuilder.h", 446 "dom/RenderTreeBuilder.h",
447 "dom/RequestAnimationFrameCallback.h", 447 "dom/RequestAnimationFrameCallback.h",
448 "dom/ScriptableDocumentParser.cpp",
449 "dom/ScriptableDocumentParser.h",
450 "dom/ScriptedAnimationController.cpp", 448 "dom/ScriptedAnimationController.cpp",
451 "dom/ScriptedAnimationController.h", 449 "dom/ScriptedAnimationController.h",
452 "dom/SelectorQuery.cpp", 450 "dom/SelectorQuery.cpp",
453 "dom/SelectorQuery.h", 451 "dom/SelectorQuery.h",
454 "dom/ShadowTreeStyleSheetCollection.cpp", 452 "dom/ShadowTreeStyleSheetCollection.cpp",
455 "dom/ShadowTreeStyleSheetCollection.h", 453 "dom/ShadowTreeStyleSheetCollection.h",
456 "dom/SimulatedClickOptions.h", 454 "dom/SimulatedClickOptions.h",
457 "dom/SpaceSplitString.cpp", 455 "dom/SpaceSplitString.cpp",
458 "dom/StaticNodeList.h", 456 "dom/StaticNodeList.h",
459 "dom/StyleElement.cpp", 457 "dom/StyleElement.cpp",
(...skipping 944 matching lines...) Expand 10 before | Expand all | Expand 10 after
1404 "events/ResourceProgressEvent.idl", 1402 "events/ResourceProgressEvent.idl",
1405 "events/TextEvent.idl", 1403 "events/TextEvent.idl",
1406 "events/TouchEvent.idl", 1404 "events/TouchEvent.idl",
1407 "events/TransitionEvent.idl", 1405 "events/TransitionEvent.idl",
1408 "events/UIEvent.idl", 1406 "events/UIEvent.idl",
1409 "events/AnimationEvent.idl", 1407 "events/AnimationEvent.idl",
1410 "events/WheelEvent.idl", 1408 "events/WheelEvent.idl",
1411 "html/MediaKeyEvent.idl", 1409 "html/MediaKeyEvent.idl",
1412 "html/canvas/WebGLContextEvent.idl", 1410 "html/canvas/WebGLContextEvent.idl",
1413 ], "abspath") 1411 ], "abspath")
OLDNEW
« no previous file with comments | « sky/engine/bindings/core/v8/ScriptController.cpp ('k') | sky/engine/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698