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

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

Issue 799393005: Merge all StyleSheetCollections. (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/dom/DocumentStyleSheetCollection.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 410 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 "dom/DocumentMarker.cpp", 421 "dom/DocumentMarker.cpp",
422 "dom/DocumentMarker.h", 422 "dom/DocumentMarker.h",
423 "dom/DocumentMarkerController.cpp", 423 "dom/DocumentMarkerController.cpp",
424 "dom/DocumentMarkerController.h", 424 "dom/DocumentMarkerController.h",
425 "dom/DocumentOrderedList.cpp", 425 "dom/DocumentOrderedList.cpp",
426 "dom/DocumentOrderedList.h", 426 "dom/DocumentOrderedList.h",
427 "dom/DocumentOrderedMap.cpp", 427 "dom/DocumentOrderedMap.cpp",
428 "dom/DocumentOrderedMap.h", 428 "dom/DocumentOrderedMap.h",
429 "dom/DocumentParser.cpp", 429 "dom/DocumentParser.cpp",
430 "dom/DocumentParser.h", 430 "dom/DocumentParser.h",
431 "dom/DocumentStyleSheetCollection.cpp",
432 "dom/DocumentStyleSheetCollection.h",
433 "dom/DocumentSupplementable.h", 431 "dom/DocumentSupplementable.h",
434 "dom/DOMError.cpp", 432 "dom/DOMError.cpp",
435 "dom/DOMError.h", 433 "dom/DOMError.h",
436 "dom/DOMException.cpp", 434 "dom/DOMException.cpp",
437 "dom/DOMException.h", 435 "dom/DOMException.h",
438 "dom/DOMTimeStamp.h", 436 "dom/DOMTimeStamp.h",
439 "dom/DOMTokenList.cpp", 437 "dom/DOMTokenList.cpp",
440 "dom/DOMTokenList.h", 438 "dom/DOMTokenList.h",
441 "dom/DOMURL.cpp", 439 "dom/DOMURL.cpp",
442 "dom/DOMURL.h", 440 "dom/DOMURL.h",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
505 "dom/shadow/ContentDistribution.h", 503 "dom/shadow/ContentDistribution.h",
506 "dom/shadow/ElementShadow.cpp", 504 "dom/shadow/ElementShadow.cpp",
507 "dom/shadow/ElementShadow.h", 505 "dom/shadow/ElementShadow.h",
508 "dom/shadow/InsertionPoint.cpp", 506 "dom/shadow/InsertionPoint.cpp",
509 "dom/shadow/InsertionPoint.h", 507 "dom/shadow/InsertionPoint.h",
510 "dom/shadow/SelectRuleFeatureSet.cpp", 508 "dom/shadow/SelectRuleFeatureSet.cpp",
511 "dom/shadow/SelectRuleFeatureSet.h", 509 "dom/shadow/SelectRuleFeatureSet.h",
512 "dom/shadow/ShadowRoot.cpp", 510 "dom/shadow/ShadowRoot.cpp",
513 "dom/shadow/ShadowRoot.h", 511 "dom/shadow/ShadowRoot.h",
514 "dom/shadow/ShadowRootRareData.h", 512 "dom/shadow/ShadowRootRareData.h",
515 "dom/ShadowTreeStyleSheetCollection.cpp",
516 "dom/ShadowTreeStyleSheetCollection.h",
517 "dom/SimulatedClickOptions.h", 513 "dom/SimulatedClickOptions.h",
518 "dom/SpaceSplitString.cpp", 514 "dom/SpaceSplitString.cpp",
519 "dom/SpaceSplitString.h", 515 "dom/SpaceSplitString.h",
520 "dom/StaticNodeList.h", 516 "dom/StaticNodeList.h",
521 "dom/StyleEngine.cpp", 517 "dom/StyleEngine.cpp",
522 "dom/StyleEngine.h", 518 "dom/StyleEngine.h",
523 "dom/StyleSheetCollection.cpp", 519 "dom/StyleSheetCollection.cpp",
524 "dom/StyleSheetCollection.h", 520 "dom/StyleSheetCollection.h",
525 "dom/TemplateContentDocumentFragment.h", 521 "dom/TemplateContentDocumentFragment.h",
526 "dom/Text.cpp", 522 "dom/Text.cpp",
527 "dom/Text.h", 523 "dom/Text.h",
528 "dom/TextLinkColors.cpp", 524 "dom/TextLinkColors.cpp",
529 "dom/TextLinkColors.h", 525 "dom/TextLinkColors.h",
530 "dom/Touch.cpp", 526 "dom/Touch.cpp",
531 "dom/Touch.h", 527 "dom/Touch.h",
532 "dom/TouchList.cpp", 528 "dom/TouchList.cpp",
533 "dom/TouchList.h", 529 "dom/TouchList.h",
534 "dom/TreeScope.cpp", 530 "dom/TreeScope.cpp",
535 "dom/TreeScope.h", 531 "dom/TreeScope.h",
536 "dom/TreeScopeAdopter.cpp", 532 "dom/TreeScopeAdopter.cpp",
537 "dom/TreeScopeAdopter.h", 533 "dom/TreeScopeAdopter.h",
538 "dom/TreeScopeStyleSheetCollection.cpp",
539 "dom/TreeScopeStyleSheetCollection.h",
540 "dom/TreeShared.h", 534 "dom/TreeShared.h",
541 "dom/UserActionElementSet.cpp", 535 "dom/UserActionElementSet.cpp",
542 "dom/UserActionElementSet.h", 536 "dom/UserActionElementSet.h",
543 "dom/WeakNodeMap.cpp", 537 "dom/WeakNodeMap.cpp",
544 "dom/WeakNodeMap.h", 538 "dom/WeakNodeMap.h",
545 "editing/AppendNodeCommand.cpp", 539 "editing/AppendNodeCommand.cpp",
546 "editing/AppendNodeCommand.h", 540 "editing/AppendNodeCommand.h",
547 "editing/ApplyBlockElementCommand.cpp", 541 "editing/ApplyBlockElementCommand.cpp",
548 "editing/ApplyBlockElementCommand.h", 542 "editing/ApplyBlockElementCommand.h",
549 "editing/Caret.cpp", 543 "editing/Caret.cpp",
(...skipping 879 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 "events/ResourceProgressEvent.idl", 1423 "events/ResourceProgressEvent.idl",
1430 "events/TextEvent.idl", 1424 "events/TextEvent.idl",
1431 "events/TouchEvent.idl", 1425 "events/TouchEvent.idl",
1432 "events/TransitionEvent.idl", 1426 "events/TransitionEvent.idl",
1433 "events/UIEvent.idl", 1427 "events/UIEvent.idl",
1434 "events/AnimationEvent.idl", 1428 "events/AnimationEvent.idl",
1435 "events/WheelEvent.idl", 1429 "events/WheelEvent.idl",
1436 "html/canvas/WebGLContextEvent.idl", 1430 "html/canvas/WebGLContextEvent.idl",
1437 ], 1431 ],
1438 "abspath") 1432 "abspath")
OLDNEW
« no previous file with comments | « no previous file | sky/engine/core/dom/DocumentStyleSheetCollection.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698