| 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 438 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 449 'css/themeChromium.css', | 449 'css/themeChromium.css', |
| 450 'css/themeChromiumAndroid.css', | 450 'css/themeChromiumAndroid.css', |
| 451 'css/themeChromiumLinux.css', | 451 'css/themeChromiumLinux.css', |
| 452 'css/themeChromiumSkia.css', | 452 'css/themeChromiumSkia.css', |
| 453 'css/themeWin.css', | 453 'css/themeWin.css', |
| 454 'css/themeWinQuirks.css', | 454 'css/themeWinQuirks.css', |
| 455 'css/svg.css', | 455 'css/svg.css', |
| 456 'css/mediaControls.css', | 456 'css/mediaControls.css', |
| 457 'css/mediaControlsAndroid.css', | 457 'css/mediaControlsAndroid.css', |
| 458 'css/fullscreen.css', | 458 'css/fullscreen.css', |
| 459 'css/xhtmlmp.css', |
| 459 ], | 460 ], |
| 460 }, | 461 }, |
| 461 'inputs': [ | 462 'inputs': [ |
| 462 '<@(scripts)', | 463 '<@(scripts)', |
| 463 '<@(stylesheets)' | 464 '<@(stylesheets)' |
| 464 ], | 465 ], |
| 465 'outputs': [ | 466 'outputs': [ |
| 466 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheets.h', | 467 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheets.h', |
| 467 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheetsData.cpp', | 468 '<(SHARED_INTERMEDIATE_DIR)/blink/UserAgentStyleSheetsData.cpp', |
| 468 ], | 469 ], |
| (...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 697 'scripts/make-hash-tools.pl', | 698 'scripts/make-hash-tools.pl', |
| 698 '<(SHARED_INTERMEDIATE_DIR)/blink', | 699 '<(SHARED_INTERMEDIATE_DIR)/blink', |
| 699 '<(RULE_INPUT_PATH)', | 700 '<(RULE_INPUT_PATH)', |
| 700 '<(gperf_exe)', | 701 '<(gperf_exe)', |
| 701 ], | 702 ], |
| 702 }, | 703 }, |
| 703 ], | 704 ], |
| 704 }, | 705 }, |
| 705 ], | 706 ], |
| 706 } | 707 } |
| OLD | NEW |