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

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

Issue 723253004: Remove tons of OILPAN. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: 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
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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after
271 "css/MediaQueryListListener.cpp", 271 "css/MediaQueryListListener.cpp",
272 "css/MediaQueryListListener.h", 272 "css/MediaQueryListListener.h",
273 "css/MediaQueryMatcher.cpp", 273 "css/MediaQueryMatcher.cpp",
274 "css/MediaQueryMatcher.h", 274 "css/MediaQueryMatcher.h",
275 "css/MediaValues.cpp", 275 "css/MediaValues.cpp",
276 "css/MediaValues.h", 276 "css/MediaValues.h",
277 "css/MediaValuesCached.cpp", 277 "css/MediaValuesCached.cpp",
278 "css/MediaValuesCached.h", 278 "css/MediaValuesCached.h",
279 "css/MediaValuesDynamic.cpp", 279 "css/MediaValuesDynamic.cpp",
280 "css/MediaValuesDynamic.h", 280 "css/MediaValuesDynamic.h",
281 "css/Pair.cpp",
282 "css/Pair.h", 281 "css/Pair.h",
283 "css/parser/BisonCSSParser.h", 282 "css/parser/BisonCSSParser.h",
284 "css/parser/CSSParserIdioms.h", 283 "css/parser/CSSParserIdioms.h",
285 "css/parser/CSSParserMode.cpp", 284 "css/parser/CSSParserMode.cpp",
286 "css/parser/CSSParserMode.h", 285 "css/parser/CSSParserMode.h",
287 "css/parser/CSSParserObserver.h", 286 "css/parser/CSSParserObserver.h",
288 "css/parser/CSSParserValues.cpp", 287 "css/parser/CSSParserValues.cpp",
289 "css/parser/CSSParserValues.h", 288 "css/parser/CSSParserValues.h",
290 "css/parser/CSSPropertyParser.cpp", 289 "css/parser/CSSPropertyParser.cpp",
291 "css/parser/CSSPropertyParser.h", 290 "css/parser/CSSPropertyParser.h",
(...skipping 1217 matching lines...) Expand 10 before | Expand all | Expand 10 after
1509 "events/ProgressEvent.idl", 1508 "events/ProgressEvent.idl",
1510 "events/ResourceProgressEvent.idl", 1509 "events/ResourceProgressEvent.idl",
1511 "events/TextEvent.idl", 1510 "events/TextEvent.idl",
1512 "events/TouchEvent.idl", 1511 "events/TouchEvent.idl",
1513 "events/TransitionEvent.idl", 1512 "events/TransitionEvent.idl",
1514 "events/UIEvent.idl", 1513 "events/UIEvent.idl",
1515 "events/AnimationEvent.idl", 1514 "events/AnimationEvent.idl",
1516 "events/WheelEvent.idl", 1515 "events/WheelEvent.idl",
1517 "html/canvas/WebGLContextEvent.idl", 1516 "html/canvas/WebGLContextEvent.idl",
1518 ], "abspath") 1517 ], "abspath")
OLDNEW
« no previous file with comments | « sky/engine/core/animation/css/CSSTimingData.h ('k') | sky/engine/core/css/CSSAspectRatioValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698