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

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

Issue 720903002: Script-based imports should basically work (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Use String::format Created 6 years, 1 month 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/core/app/ModuleLoader.cpp ('k') | sky/engine/core/dom/DocumentParser.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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 "animation/Timing.h", 109 "animation/Timing.h",
110 "animation/TimingCalculations.h", 110 "animation/TimingCalculations.h",
111 "animation/TimingInput.cpp", 111 "animation/TimingInput.cpp",
112 "animation/TimingInput.h", 112 "animation/TimingInput.h",
113 "app/AbstractModule.cpp", 113 "app/AbstractModule.cpp",
114 "app/AbstractModule.h", 114 "app/AbstractModule.h",
115 "app/Application.cpp", 115 "app/Application.cpp",
116 "app/Application.h", 116 "app/Application.h",
117 "app/Module.cpp", 117 "app/Module.cpp",
118 "app/Module.h", 118 "app/Module.h",
119 "app/ModuleLoader.cpp",
120 "app/ModuleLoader.h",
119 "css/BasicShapeFunctions.cpp", 121 "css/BasicShapeFunctions.cpp",
120 "css/BasicShapeFunctions.h", 122 "css/BasicShapeFunctions.h",
121 "css/BinaryDataFontFaceSource.cpp", 123 "css/BinaryDataFontFaceSource.cpp",
122 "css/BinaryDataFontFaceSource.h", 124 "css/BinaryDataFontFaceSource.h",
123 "css/CSSAspectRatioValue.cpp", 125 "css/CSSAspectRatioValue.cpp",
124 "css/CSSAspectRatioValue.h", 126 "css/CSSAspectRatioValue.h",
125 "css/CSSBasicShapes.cpp", 127 "css/CSSBasicShapes.cpp",
126 "css/CSSBasicShapes.h", 128 "css/CSSBasicShapes.h",
127 "css/CSSBorderImage.cpp", 129 "css/CSSBorderImage.cpp",
128 "css/CSSBorderImage.h", 130 "css/CSSBorderImage.h",
(...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after
1504 "events/ProgressEvent.idl", 1506 "events/ProgressEvent.idl",
1505 "events/ResourceProgressEvent.idl", 1507 "events/ResourceProgressEvent.idl",
1506 "events/TextEvent.idl", 1508 "events/TextEvent.idl",
1507 "events/TouchEvent.idl", 1509 "events/TouchEvent.idl",
1508 "events/TransitionEvent.idl", 1510 "events/TransitionEvent.idl",
1509 "events/UIEvent.idl", 1511 "events/UIEvent.idl",
1510 "events/AnimationEvent.idl", 1512 "events/AnimationEvent.idl",
1511 "events/WheelEvent.idl", 1513 "events/WheelEvent.idl",
1512 "html/canvas/WebGLContextEvent.idl", 1514 "html/canvas/WebGLContextEvent.idl",
1513 ], "abspath") 1515 ], "abspath")
OLDNEW
« no previous file with comments | « sky/engine/core/app/ModuleLoader.cpp ('k') | sky/engine/core/dom/DocumentParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698