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

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

Issue 712173002: Remove StyleInvalidator machinery. (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
« no previous file with comments | « no previous file | sky/engine/core/css/RuleFeature.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 "Init.cpp", 8 "Init.cpp",
9 "Init.h", 9 "Init.h",
10 "animation/ActiveAnimations.cpp", 10 "animation/ActiveAnimations.cpp",
(...skipping 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 "css/StylePropertySet.h", 282 "css/StylePropertySet.h",
283 "css/StylePropertyShorthandCustom.cpp", 283 "css/StylePropertyShorthandCustom.cpp",
284 "css/StyleRule.cpp", 284 "css/StyleRule.cpp",
285 "css/StyleRule.h", 285 "css/StyleRule.h",
286 "css/StyleSheet.cpp", 286 "css/StyleSheet.cpp",
287 "css/StyleSheet.h", 287 "css/StyleSheet.h",
288 "css/StyleSheetContents.cpp", 288 "css/StyleSheetContents.cpp",
289 "css/StyleSheetContents.h", 289 "css/StyleSheetContents.h",
290 "css/StyleSheetList.cpp", 290 "css/StyleSheetList.cpp",
291 "css/StyleSheetList.h", 291 "css/StyleSheetList.h",
292 "css/invalidation/DescendantInvalidationSet.cpp",
293 "css/invalidation/DescendantInvalidationSet.h",
294 "css/invalidation/StyleInvalidator.cpp",
295 "css/invalidation/StyleInvalidator.h",
296 "css/invalidation/StyleSheetInvalidationAnalysis.cpp", 292 "css/invalidation/StyleSheetInvalidationAnalysis.cpp",
297 "css/invalidation/StyleSheetInvalidationAnalysis.h", 293 "css/invalidation/StyleSheetInvalidationAnalysis.h",
298 "css/parser/BisonCSSParser.h", 294 "css/parser/BisonCSSParser.h",
299 "css/parser/CSSParserMode.cpp", 295 "css/parser/CSSParserMode.cpp",
300 "css/parser/CSSParserMode.h", 296 "css/parser/CSSParserMode.h",
301 "css/parser/CSSParserValues.cpp", 297 "css/parser/CSSParserValues.cpp",
302 "css/parser/CSSPropertyParser.cpp", 298 "css/parser/CSSPropertyParser.cpp",
303 "css/parser/CSSPropertyParser.h", 299 "css/parser/CSSPropertyParser.h",
304 "css/parser/CSSTokenizer.h", 300 "css/parser/CSSTokenizer.h",
305 "css/parser/MediaQueryBlockWatcher.cpp", 301 "css/parser/MediaQueryBlockWatcher.cpp",
(...skipping 1013 matching lines...) Expand 10 before | Expand all | Expand 10 after
1319 "events/ProgressEvent.idl", 1315 "events/ProgressEvent.idl",
1320 "events/ResourceProgressEvent.idl", 1316 "events/ResourceProgressEvent.idl",
1321 "events/TextEvent.idl", 1317 "events/TextEvent.idl",
1322 "events/TouchEvent.idl", 1318 "events/TouchEvent.idl",
1323 "events/TransitionEvent.idl", 1319 "events/TransitionEvent.idl",
1324 "events/UIEvent.idl", 1320 "events/UIEvent.idl",
1325 "events/AnimationEvent.idl", 1321 "events/AnimationEvent.idl",
1326 "events/WheelEvent.idl", 1322 "events/WheelEvent.idl",
1327 "html/canvas/WebGLContextEvent.idl", 1323 "html/canvas/WebGLContextEvent.idl",
1328 ], "abspath") 1324 ], "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/css/RuleFeature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698