| 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 395 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |