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

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

Issue 774953002: Always Reconstruct when stylesheets change. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/css/CSSStyleSheet.cpp » ('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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 "css/FontFaceSet.cpp", 243 "css/FontFaceSet.cpp",
244 "css/FontFaceSet.h", 244 "css/FontFaceSet.h",
245 "css/FontFaceSetForEachCallback.h", 245 "css/FontFaceSetForEachCallback.h",
246 "css/FontFaceSetLoadEvent.cpp", 246 "css/FontFaceSetLoadEvent.cpp",
247 "css/FontFaceSetLoadEvent.h", 247 "css/FontFaceSetLoadEvent.h",
248 "css/FontLoader.cpp", 248 "css/FontLoader.cpp",
249 "css/FontLoader.h", 249 "css/FontLoader.h",
250 "css/FontSize.cpp", 250 "css/FontSize.cpp",
251 "css/FontSize.h", 251 "css/FontSize.h",
252 "css/HashTools.h", 252 "css/HashTools.h",
253 "css/invalidation/StyleSheetInvalidationAnalysis.cpp",
254 "css/invalidation/StyleSheetInvalidationAnalysis.h",
255 "css/LocalFontFaceSource.cpp", 253 "css/LocalFontFaceSource.cpp",
256 "css/LocalFontFaceSource.h", 254 "css/LocalFontFaceSource.h",
257 "css/MediaList.cpp", 255 "css/MediaList.cpp",
258 "css/MediaList.h", 256 "css/MediaList.h",
259 "css/MediaQuery.cpp", 257 "css/MediaQuery.cpp",
260 "css/MediaQuery.h", 258 "css/MediaQuery.h",
261 "css/MediaQueryEvaluator.cpp", 259 "css/MediaQueryEvaluator.cpp",
262 "css/MediaQueryEvaluator.h", 260 "css/MediaQueryEvaluator.h",
263 "css/MediaQueryExp.cpp", 261 "css/MediaQueryExp.cpp",
264 "css/MediaQueryExp.h", 262 "css/MediaQueryExp.h",
(...skipping 1211 matching lines...) Expand 10 before | Expand all | Expand 10 after
1476 "events/ProgressEvent.idl", 1474 "events/ProgressEvent.idl",
1477 "events/ResourceProgressEvent.idl", 1475 "events/ResourceProgressEvent.idl",
1478 "events/TextEvent.idl", 1476 "events/TextEvent.idl",
1479 "events/TouchEvent.idl", 1477 "events/TouchEvent.idl",
1480 "events/TransitionEvent.idl", 1478 "events/TransitionEvent.idl",
1481 "events/UIEvent.idl", 1479 "events/UIEvent.idl",
1482 "events/AnimationEvent.idl", 1480 "events/AnimationEvent.idl",
1483 "events/WheelEvent.idl", 1481 "events/WheelEvent.idl",
1484 "html/canvas/WebGLContextEvent.idl", 1482 "html/canvas/WebGLContextEvent.idl",
1485 ], "abspath") 1483 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/css/CSSStyleSheet.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698