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

Side by Side Diff: Source/core/core_derived_sources.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: Created 6 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
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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 'css/html.css', 406 'css/html.css',
407 'css/quirks.css', 407 'css/quirks.css',
408 'css/view-source.css', 408 'css/view-source.css',
409 'css/themeChromium.css', 409 'css/themeChromium.css',
410 'css/themeChromiumAndroid.css', 410 'css/themeChromiumAndroid.css',
411 'css/themeChromiumLinux.css', 411 'css/themeChromiumLinux.css',
412 'css/themeChromiumSkia.css', 412 'css/themeChromiumSkia.css',
413 'css/themeWin.css', 413 'css/themeWin.css',
414 'css/themeWinQuirks.css', 414 'css/themeWinQuirks.css',
415 'css/svg.css', 415 'css/svg.css',
416 'css/mathml.css',
416 'css/mediaControls.css', 417 'css/mediaControls.css',
417 'css/mediaControlsAndroid.css', 418 'css/mediaControlsAndroid.css',
418 'css/fullscreen.css', 419 'css/fullscreen.css',
419 'css/xhtmlmp.css', 420 'css/xhtmlmp.css',
420 'css/viewportAndroid.css', 421 'css/viewportAndroid.css',
421 ], 422 ],
422 }, 423 },
423 'inputs': [ 424 'inputs': [
424 '<@(scripts)', 425 '<@(scripts)',
425 '<@(stylesheets)' 426 '<@(stylesheets)'
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 '<(RULE_INPUT_PATH)', 636 '<(RULE_INPUT_PATH)',
636 '<(SHARED_INTERMEDIATE_DIR)/blink', 637 '<(SHARED_INTERMEDIATE_DIR)/blink',
637 '<(bison_exe)', 638 '<(bison_exe)',
638 ], 639 ],
639 'msvs_cygwin_shell': 1, 640 'msvs_cygwin_shell': 1,
640 }, 641 },
641 ], 642 ],
642 }, 643 },
643 ], 644 ],
644 } 645 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698