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

Side by Side Diff: Source/core/core_generated.gyp

Issue 138383003: Display MathML fallback content when it is specified and take into account inline/display modes for… (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: update comments in mathml.css Created 6 years, 9 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 | « LayoutTests/mathml/fallback-expected.html ('k') | Source/core/css/CSSDefaultStyleSheets.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 # 1 #
2 # Copyright (C) 2013 Google Inc. All rights reserved. 2 # Copyright (C) 2013 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 'css/quirks.css', 514 'css/quirks.css',
515 'css/view-source.css', 515 'css/view-source.css',
516 'css/themeChromium.css', 516 'css/themeChromium.css',
517 'css/themeChromiumAndroid.css', 517 'css/themeChromiumAndroid.css',
518 'css/themeChromiumLinux.css', 518 'css/themeChromiumLinux.css',
519 'css/themeChromiumSkia.css', 519 'css/themeChromiumSkia.css',
520 'css/themeMac.css', 520 'css/themeMac.css',
521 'css/themeWin.css', 521 'css/themeWin.css',
522 'css/themeWinQuirks.css', 522 'css/themeWinQuirks.css',
523 'css/svg.css', 523 'css/svg.css',
524 'css/mathml.css',
524 'css/mediaControls.css', 525 'css/mediaControls.css',
525 'css/mediaControlsAndroid.css', 526 'css/mediaControlsAndroid.css',
526 'css/fullscreen.css', 527 'css/fullscreen.css',
527 'css/xhtmlmp.css', 528 'css/xhtmlmp.css',
528 'css/viewportAndroid.css', 529 'css/viewportAndroid.css',
529 ], 530 ],
530 }, 531 },
531 'inputs': [ 532 'inputs': [
532 '<@(scripts)', 533 '<@(scripts)',
533 '<@(stylesheets)' 534 '<@(stylesheets)'
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
743 '../build/scripts/rule_bison.py', 744 '../build/scripts/rule_bison.py',
744 '<(RULE_INPUT_PATH)', 745 '<(RULE_INPUT_PATH)',
745 '<(SHARED_INTERMEDIATE_DIR)/blink', 746 '<(SHARED_INTERMEDIATE_DIR)/blink',
746 '<(bison_exe)', 747 '<(bison_exe)',
747 ], 748 ],
748 }, 749 },
749 ], 750 ],
750 }, 751 },
751 ], 752 ],
752 } 753 }
OLDNEW
« no previous file with comments | « LayoutTests/mathml/fallback-expected.html ('k') | Source/core/css/CSSDefaultStyleSheets.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698