| 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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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', | |
| 454 'css/mediaControlsChromiumAndroid.css', | 453 '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', |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |