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

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

Issue 946083003: Rename Sky's custom2 to 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
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/custom2/new_custom_element.cc", 351 "dom/custom/custom_element.cc",
352 "dom/custom2/new_custom_element.h", 352 "dom/custom/custom_element.h",
353 "dom/custom2/new_custom_element_callback_scope.cc", 353 "dom/custom/custom_element_callback_scope.cc",
354 "dom/custom2/new_custom_element_callback_scope.h", 354 "dom/custom/custom_element_callback_scope.h",
355 "dom/custom2/new_custom_element_registry.cc", 355 "dom/custom/custom_element_registry.cc",
356 "dom/custom2/new_custom_element_registry.h", 356 "dom/custom/custom_element_registry.h",
357 "dom/Document.cpp", 357 "dom/Document.cpp",
358 "dom/Document.h", 358 "dom/Document.h",
359 "dom/DocumentFragment.cpp", 359 "dom/DocumentFragment.cpp",
360 "dom/DocumentFragment.h", 360 "dom/DocumentFragment.h",
361 "dom/DocumentInit.cpp", 361 "dom/DocumentInit.cpp",
362 "dom/DocumentInit.h", 362 "dom/DocumentInit.h",
363 "dom/DocumentLifecycle.cpp", 363 "dom/DocumentLifecycle.cpp",
364 "dom/DocumentLifecycle.h", 364 "dom/DocumentLifecycle.h",
365 "dom/DocumentLifecycleNotifier.cpp", 365 "dom/DocumentLifecycleNotifier.cpp",
366 "dom/DocumentLifecycleNotifier.h", 366 "dom/DocumentLifecycleNotifier.h",
(...skipping 909 matching lines...) Expand 10 before | Expand all | Expand 10 after
1276 "events/KeyboardEvent.idl", 1276 "events/KeyboardEvent.idl",
1277 "events/PageTransitionEvent.idl", 1277 "events/PageTransitionEvent.idl",
1278 "events/PointerEvent.idl", 1278 "events/PointerEvent.idl",
1279 "events/TextEvent.idl", 1279 "events/TextEvent.idl",
1280 "events/TransitionEvent.idl", 1280 "events/TransitionEvent.idl",
1281 "events/UIEvent.idl", 1281 "events/UIEvent.idl",
1282 "events/WheelEvent.idl", 1282 "events/WheelEvent.idl",
1283 "html/canvas/WebGLContextEvent.idl", 1283 "html/canvas/WebGLContextEvent.idl",
1284 ], 1284 ],
1285 "abspath") 1285 "abspath")
OLDNEW
« no previous file with comments | « sky/engine/build/scripts/templates/ElementFactory.cpp.tmpl ('k') | sky/engine/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698