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

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

Issue 950523002: Delete sky/engine/core/dom/custom (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 | « no previous file | 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 "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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 "dom/ClientRect.cpp", 341 "dom/ClientRect.cpp",
342 "dom/ClientRect.h", 342 "dom/ClientRect.h",
343 "dom/ClientRectList.cpp", 343 "dom/ClientRectList.cpp",
344 "dom/ClientRectList.h", 344 "dom/ClientRectList.h",
345 "dom/ContainerNode.cpp", 345 "dom/ContainerNode.cpp",
346 "dom/ContainerNode.h", 346 "dom/ContainerNode.h",
347 "dom/ContextLifecycleNotifier.cpp", 347 "dom/ContextLifecycleNotifier.cpp",
348 "dom/ContextLifecycleNotifier.h", 348 "dom/ContextLifecycleNotifier.h",
349 "dom/ContextLifecycleObserver.cpp", 349 "dom/ContextLifecycleObserver.cpp",
350 "dom/ContextLifecycleObserver.h", 350 "dom/ContextLifecycleObserver.h",
351 "dom/custom/CustomElement.cpp",
352 "dom/custom/CustomElement.h",
353 "dom/custom/CustomElementAsyncImportMicrotaskQueue.cpp",
354 "dom/custom/CustomElementAsyncImportMicrotaskQueue.h",
355 "dom/custom/CustomElementCallbackInvocation.cpp",
356 "dom/custom/CustomElementCallbackInvocation.h",
357 "dom/custom/CustomElementCallbackQueue.cpp",
358 "dom/custom/CustomElementCallbackQueue.h",
359 "dom/custom/CustomElementDefinition.cpp",
360 "dom/custom/CustomElementDefinition.h",
361 "dom/custom/CustomElementException.cpp",
362 "dom/custom/CustomElementException.h",
363 "dom/custom/CustomElementLifecycleCallbacks.h",
364 "dom/custom/CustomElementMicrotaskDispatcher.cpp",
365 "dom/custom/CustomElementMicrotaskDispatcher.h",
366 "dom/custom/CustomElementMicrotaskImportStep.cpp",
367 "dom/custom/CustomElementMicrotaskImportStep.h",
368 "dom/custom/CustomElementMicrotaskQueueBase.cpp",
369 "dom/custom/CustomElementMicrotaskQueueBase.h",
370 "dom/custom/CustomElementMicrotaskResolutionStep.cpp",
371 "dom/custom/CustomElementMicrotaskResolutionStep.h",
372 "dom/custom/CustomElementMicrotaskRunQueue.cpp",
373 "dom/custom/CustomElementMicrotaskRunQueue.h",
374 "dom/custom/CustomElementMicrotaskStep.h",
375 "dom/custom/CustomElementObserver.cpp",
376 "dom/custom/CustomElementObserver.h",
377 "dom/custom/CustomElementProcessingStack.cpp",
378 "dom/custom/CustomElementProcessingStack.h",
379 "dom/custom/CustomElementProcessingStep.h",
380 "dom/custom/CustomElementRegistrationContext.cpp",
381 "dom/custom/CustomElementRegistrationContext.h",
382 "dom/custom/CustomElementRegistry.cpp",
383 "dom/custom/CustomElementRegistry.h",
384 "dom/custom/CustomElementScheduler.cpp",
385 "dom/custom/CustomElementScheduler.h",
386 "dom/custom/CustomElementSyncMicrotaskQueue.cpp",
387 "dom/custom/CustomElementSyncMicrotaskQueue.h",
388 "dom/custom2/new_custom_element.cc", 351 "dom/custom2/new_custom_element.cc",
389 "dom/custom2/new_custom_element.h", 352 "dom/custom2/new_custom_element.h",
390 "dom/custom2/new_custom_element_callback_scope.cc", 353 "dom/custom2/new_custom_element_callback_scope.cc",
391 "dom/custom2/new_custom_element_callback_scope.h", 354 "dom/custom2/new_custom_element_callback_scope.h",
392 "dom/custom2/new_custom_element_registry.cc", 355 "dom/custom2/new_custom_element_registry.cc",
393 "dom/custom2/new_custom_element_registry.h", 356 "dom/custom2/new_custom_element_registry.h",
394 "dom/Document.cpp", 357 "dom/Document.cpp",
395 "dom/Document.h", 358 "dom/Document.h",
396 "dom/DocumentFragment.cpp", 359 "dom/DocumentFragment.cpp",
397 "dom/DocumentFragment.h", 360 "dom/DocumentFragment.h",
(...skipping 915 matching lines...) Expand 10 before | Expand all | Expand 10 after
1313 "events/KeyboardEvent.idl", 1276 "events/KeyboardEvent.idl",
1314 "events/PageTransitionEvent.idl", 1277 "events/PageTransitionEvent.idl",
1315 "events/PointerEvent.idl", 1278 "events/PointerEvent.idl",
1316 "events/TextEvent.idl", 1279 "events/TextEvent.idl",
1317 "events/TransitionEvent.idl", 1280 "events/TransitionEvent.idl",
1318 "events/UIEvent.idl", 1281 "events/UIEvent.idl",
1319 "events/WheelEvent.idl", 1282 "events/WheelEvent.idl",
1320 "html/canvas/WebGLContextEvent.idl", 1283 "html/canvas/WebGLContextEvent.idl",
1321 ], 1284 ],
1322 "abspath") 1285 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698