| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |