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

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

Issue 803673003: Delete StyleSheetList and support code. (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
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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 "css/StylePropertySerializer.h", 335 "css/StylePropertySerializer.h",
336 "css/StylePropertySet.cpp", 336 "css/StylePropertySet.cpp",
337 "css/StylePropertySet.h", 337 "css/StylePropertySet.h",
338 "css/StylePropertyShorthandCustom.cpp", 338 "css/StylePropertyShorthandCustom.cpp",
339 "css/StyleRule.cpp", 339 "css/StyleRule.cpp",
340 "css/StyleRule.h", 340 "css/StyleRule.h",
341 "css/StyleKeyframe.h", 341 "css/StyleKeyframe.h",
342 "css/StyleKeyframe.cpp", 342 "css/StyleKeyframe.cpp",
343 "css/StyleRuleKeyframes.h", 343 "css/StyleRuleKeyframes.h",
344 "css/StyleRuleKeyframes.cpp", 344 "css/StyleRuleKeyframes.cpp",
345 "css/StyleSheetList.cpp",
346 "css/StyleSheetList.h",
347 "css/StyleSheetContents.cpp", 345 "css/StyleSheetContents.cpp",
348 "css/StyleSheetContents.h", 346 "css/StyleSheetContents.h",
349 "dom/ActiveDOMObject.cpp", 347 "dom/ActiveDOMObject.cpp",
350 "dom/ActiveDOMObject.h", 348 "dom/ActiveDOMObject.h",
351 "dom/Attr.cpp", 349 "dom/Attr.cpp",
352 "dom/Attr.h", 350 "dom/Attr.h",
353 "dom/Attribute.h", 351 "dom/Attribute.h",
354 "dom/AttributeCollection.h", 352 "dom/AttributeCollection.h",
355 "dom/CharacterData.cpp", 353 "dom/CharacterData.cpp",
356 "dom/CharacterData.h", 354 "dom/CharacterData.h",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 "dom/DocumentMarkerController.cpp", 423 "dom/DocumentMarkerController.cpp",
426 "dom/DocumentMarkerController.h", 424 "dom/DocumentMarkerController.h",
427 "dom/DocumentOrderedList.cpp", 425 "dom/DocumentOrderedList.cpp",
428 "dom/DocumentOrderedList.h", 426 "dom/DocumentOrderedList.h",
429 "dom/DocumentOrderedMap.cpp", 427 "dom/DocumentOrderedMap.cpp",
430 "dom/DocumentOrderedMap.h", 428 "dom/DocumentOrderedMap.h",
431 "dom/DocumentParser.cpp", 429 "dom/DocumentParser.cpp",
432 "dom/DocumentParser.h", 430 "dom/DocumentParser.h",
433 "dom/DocumentStyleSheetCollection.cpp", 431 "dom/DocumentStyleSheetCollection.cpp",
434 "dom/DocumentStyleSheetCollection.h", 432 "dom/DocumentStyleSheetCollection.h",
435 "dom/DocumentStyleSheetCollector.cpp",
436 "dom/DocumentStyleSheetCollector.h",
437 "dom/DocumentSupplementable.h", 433 "dom/DocumentSupplementable.h",
438 "dom/DOMError.cpp", 434 "dom/DOMError.cpp",
439 "dom/DOMError.h", 435 "dom/DOMError.h",
440 "dom/DOMException.cpp", 436 "dom/DOMException.cpp",
441 "dom/DOMException.h", 437 "dom/DOMException.h",
442 "dom/DOMTimeStamp.h", 438 "dom/DOMTimeStamp.h",
443 "dom/DOMTokenList.cpp", 439 "dom/DOMTokenList.cpp",
444 "dom/DOMTokenList.h", 440 "dom/DOMTokenList.h",
445 "dom/DOMURL.cpp", 441 "dom/DOMURL.cpp",
446 "dom/DOMURL.h", 442 "dom/DOMURL.h",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 "dom/shadow/ShadowRoot.h", 513 "dom/shadow/ShadowRoot.h",
518 "dom/shadow/ShadowRootRareData.h", 514 "dom/shadow/ShadowRootRareData.h",
519 "dom/ShadowTreeStyleSheetCollection.cpp", 515 "dom/ShadowTreeStyleSheetCollection.cpp",
520 "dom/ShadowTreeStyleSheetCollection.h", 516 "dom/ShadowTreeStyleSheetCollection.h",
521 "dom/SimulatedClickOptions.h", 517 "dom/SimulatedClickOptions.h",
522 "dom/SpaceSplitString.cpp", 518 "dom/SpaceSplitString.cpp",
523 "dom/SpaceSplitString.h", 519 "dom/SpaceSplitString.h",
524 "dom/StaticNodeList.h", 520 "dom/StaticNodeList.h",
525 "dom/StyleEngine.cpp", 521 "dom/StyleEngine.cpp",
526 "dom/StyleEngine.h", 522 "dom/StyleEngine.h",
527 "dom/StyleSheetCandidate.cpp",
528 "dom/StyleSheetCandidate.h",
529 "dom/StyleSheetCollection.cpp", 523 "dom/StyleSheetCollection.cpp",
530 "dom/StyleSheetCollection.h", 524 "dom/StyleSheetCollection.h",
531 "dom/TemplateContentDocumentFragment.h", 525 "dom/TemplateContentDocumentFragment.h",
532 "dom/Text.cpp", 526 "dom/Text.cpp",
533 "dom/Text.h", 527 "dom/Text.h",
534 "dom/TextLinkColors.cpp", 528 "dom/TextLinkColors.cpp",
535 "dom/TextLinkColors.h", 529 "dom/TextLinkColors.h",
536 "dom/Touch.cpp", 530 "dom/Touch.cpp",
537 "dom/Touch.h", 531 "dom/Touch.h",
538 "dom/TouchList.cpp", 532 "dom/TouchList.cpp",
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
1435 "events/ResourceProgressEvent.idl", 1429 "events/ResourceProgressEvent.idl",
1436 "events/TextEvent.idl", 1430 "events/TextEvent.idl",
1437 "events/TouchEvent.idl", 1431 "events/TouchEvent.idl",
1438 "events/TransitionEvent.idl", 1432 "events/TransitionEvent.idl",
1439 "events/UIEvent.idl", 1433 "events/UIEvent.idl",
1440 "events/AnimationEvent.idl", 1434 "events/AnimationEvent.idl",
1441 "events/WheelEvent.idl", 1435 "events/WheelEvent.idl",
1442 "html/canvas/WebGLContextEvent.idl", 1436 "html/canvas/WebGLContextEvent.idl",
1443 ], 1437 ],
1444 "abspath") 1438 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/css/StyleSheetList.h » ('j') | sky/engine/core/dom/DocumentStyleSheetCollection.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698