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

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

Issue 843063005: Remove custom element upgrades. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | sky/engine/core/dom/custom/CustomElementRegistrationContext.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 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 "dom/custom/CustomElementProcessingStack.h", 397 "dom/custom/CustomElementProcessingStack.h",
398 "dom/custom/CustomElementProcessingStep.h", 398 "dom/custom/CustomElementProcessingStep.h",
399 "dom/custom/CustomElementRegistrationContext.cpp", 399 "dom/custom/CustomElementRegistrationContext.cpp",
400 "dom/custom/CustomElementRegistrationContext.h", 400 "dom/custom/CustomElementRegistrationContext.h",
401 "dom/custom/CustomElementRegistry.cpp", 401 "dom/custom/CustomElementRegistry.cpp",
402 "dom/custom/CustomElementRegistry.h", 402 "dom/custom/CustomElementRegistry.h",
403 "dom/custom/CustomElementScheduler.cpp", 403 "dom/custom/CustomElementScheduler.cpp",
404 "dom/custom/CustomElementScheduler.h", 404 "dom/custom/CustomElementScheduler.h",
405 "dom/custom/CustomElementSyncMicrotaskQueue.cpp", 405 "dom/custom/CustomElementSyncMicrotaskQueue.cpp",
406 "dom/custom/CustomElementSyncMicrotaskQueue.h", 406 "dom/custom/CustomElementSyncMicrotaskQueue.h",
407 "dom/custom/CustomElementUpgradeCandidateMap.cpp",
408 "dom/custom/CustomElementUpgradeCandidateMap.h",
409 "dom/Document.cpp", 407 "dom/Document.cpp",
410 "dom/Document.h", 408 "dom/Document.h",
411 "dom/DocumentFragment.cpp", 409 "dom/DocumentFragment.cpp",
412 "dom/DocumentFragment.h", 410 "dom/DocumentFragment.h",
413 "dom/DocumentInit.cpp", 411 "dom/DocumentInit.cpp",
414 "dom/DocumentInit.h", 412 "dom/DocumentInit.h",
415 "dom/DocumentLifecycle.cpp", 413 "dom/DocumentLifecycle.cpp",
416 "dom/DocumentLifecycle.h", 414 "dom/DocumentLifecycle.h",
417 "dom/DocumentLifecycleNotifier.cpp", 415 "dom/DocumentLifecycleNotifier.cpp",
418 "dom/DocumentLifecycleNotifier.h", 416 "dom/DocumentLifecycleNotifier.h",
(...skipping 1001 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 "events/ResourceProgressEvent.idl", 1418 "events/ResourceProgressEvent.idl",
1421 "events/TextEvent.idl", 1419 "events/TextEvent.idl",
1422 "events/TouchEvent.idl", 1420 "events/TouchEvent.idl",
1423 "events/TransitionEvent.idl", 1421 "events/TransitionEvent.idl",
1424 "events/UIEvent.idl", 1422 "events/UIEvent.idl",
1425 "events/AnimationEvent.idl", 1423 "events/AnimationEvent.idl",
1426 "events/WheelEvent.idl", 1424 "events/WheelEvent.idl",
1427 "html/canvas/WebGLContextEvent.idl", 1425 "html/canvas/WebGLContextEvent.idl",
1428 ], 1426 ],
1429 "abspath") 1427 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/custom/CustomElementRegistrationContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698