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

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

Issue 848483003: Simplify media query handling for stylesheets. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | sky/engine/core/css/MediaQueryEvaluator.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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 "css/resolver/ElementStyleResources.h", 292 "css/resolver/ElementStyleResources.h",
293 "css/resolver/FilterOperationResolver.cpp", 293 "css/resolver/FilterOperationResolver.cpp",
294 "css/resolver/FilterOperationResolver.h", 294 "css/resolver/FilterOperationResolver.h",
295 "css/resolver/FontBuilder.cpp", 295 "css/resolver/FontBuilder.cpp",
296 "css/resolver/FontBuilder.h", 296 "css/resolver/FontBuilder.h",
297 "css/resolver/MatchedPropertiesCache.cpp", 297 "css/resolver/MatchedPropertiesCache.cpp",
298 "css/resolver/MatchedPropertiesCache.h", 298 "css/resolver/MatchedPropertiesCache.h",
299 "css/resolver/MatchRequest.h", 299 "css/resolver/MatchRequest.h",
300 "css/resolver/MatchResult.cpp", 300 "css/resolver/MatchResult.cpp",
301 "css/resolver/MatchResult.h", 301 "css/resolver/MatchResult.h",
302 "css/resolver/MediaQueryResult.h",
303 "css/resolver/ScopedStyleResolver.cpp", 302 "css/resolver/ScopedStyleResolver.cpp",
304 "css/resolver/ScopedStyleResolver.h", 303 "css/resolver/ScopedStyleResolver.h",
305 "css/resolver/SharedStyleFinder.cpp", 304 "css/resolver/SharedStyleFinder.cpp",
306 "css/resolver/SharedStyleFinder.h", 305 "css/resolver/SharedStyleFinder.h",
307 "css/resolver/StyleAdjuster.cpp", 306 "css/resolver/StyleAdjuster.cpp",
308 "css/resolver/StyleAdjuster.h", 307 "css/resolver/StyleAdjuster.h",
309 "css/resolver/StyleBuilder.h", 308 "css/resolver/StyleBuilder.h",
310 "css/resolver/StyleBuilderConverter.cpp", 309 "css/resolver/StyleBuilderConverter.cpp",
311 "css/resolver/StyleBuilderConverter.h", 310 "css/resolver/StyleBuilderConverter.h",
312 "css/resolver/StyleBuilderCustom.cpp", 311 "css/resolver/StyleBuilderCustom.cpp",
(...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after
1420 "events/ResourceProgressEvent.idl", 1419 "events/ResourceProgressEvent.idl",
1421 "events/TextEvent.idl", 1420 "events/TextEvent.idl",
1422 "events/TouchEvent.idl", 1421 "events/TouchEvent.idl",
1423 "events/TransitionEvent.idl", 1422 "events/TransitionEvent.idl",
1424 "events/UIEvent.idl", 1423 "events/UIEvent.idl",
1425 "events/AnimationEvent.idl", 1424 "events/AnimationEvent.idl",
1426 "events/WheelEvent.idl", 1425 "events/WheelEvent.idl",
1427 "html/canvas/WebGLContextEvent.idl", 1426 "html/canvas/WebGLContextEvent.idl",
1428 ], 1427 ],
1429 "abspath") 1428 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/css/MediaQueryEvaluator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698