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

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

Issue 18181010: Simplify media controls CSS (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rename mediaControlsChromiumAndroid.css to mediaControlsAndroid.css Created 7 years, 5 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 | Source/core/css/mediaControls.css » ('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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after
443 'css/view-source.css', 443 'css/view-source.css',
444 'css/themeChromium.css', 444 'css/themeChromium.css',
445 'css/themeChromiumAndroid.css', 445 'css/themeChromiumAndroid.css',
446 'css/themeChromiumLinux.css', 446 'css/themeChromiumLinux.css',
447 'css/themeChromiumSkia.css', 447 'css/themeChromiumSkia.css',
448 'css/themeWin.css', 448 'css/themeWin.css',
449 'css/themeWinQuirks.css', 449 'css/themeWinQuirks.css',
450 'css/svg.css', 450 'css/svg.css',
451 'css/mathml.css', 451 'css/mathml.css',
452 'css/mediaControls.css', 452 'css/mediaControls.css',
453 'css/mediaControlsChromium.css', 453 'css/mediaControlsAndroid.css',
454 'css/mediaControlsChromiumAndroid.css',
455 'css/fullscreen.css', 454 'css/fullscreen.css',
456 ], 455 ],
457 }, 456 },
458 'inputs': [ 457 'inputs': [
459 '<@(scripts)', 458 '<@(scripts)',
460 '<@(stylesheets)' 459 '<@(stylesheets)'
461 ], 460 ],
462 'outputs': [ 461 'outputs': [
463 '<(SHARED_INTERMEDIATE_DIR)/webkit/UserAgentStyleSheets.h', 462 '<(SHARED_INTERMEDIATE_DIR)/webkit/UserAgentStyleSheets.h',
464 '<(SHARED_INTERMEDIATE_DIR)/webkit/UserAgentStyleSheetsData.cpp', 463 '<(SHARED_INTERMEDIATE_DIR)/webkit/UserAgentStyleSheetsData.cpp',
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 'scripts/make-hash-tools.pl', 657 'scripts/make-hash-tools.pl',
659 '<(SHARED_INTERMEDIATE_DIR)/webkit', 658 '<(SHARED_INTERMEDIATE_DIR)/webkit',
660 '<(RULE_INPUT_PATH)', 659 '<(RULE_INPUT_PATH)',
661 '<(gperf_exe)', 660 '<(gperf_exe)',
662 ], 661 ],
663 }, 662 },
664 ], 663 ],
665 }, 664 },
666 ], 665 ],
667 } 666 }
OLDNEW
« no previous file with comments | « no previous file | Source/core/css/mediaControls.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698