| 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 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 594 '<@(stylesheets)' | 594 '<@(stylesheets)' |
| 595 ], | 595 ], |
| 596 'outputs': [ | 596 'outputs': [ |
| 597 '<(blink_core_output_dir)/UserAgentStyleSheets.h', | 597 '<(blink_core_output_dir)/UserAgentStyleSheets.h', |
| 598 '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp', | 598 '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp', |
| 599 ], | 599 ], |
| 600 'action': [ | 600 'action': [ |
| 601 'python', | 601 'python', |
| 602 '<@(scripts)', | 602 '<@(scripts)', |
| 603 '--namespace', | 603 '--namespace', |
| 604 'WebCore', | 604 'blink', |
| 605 '--out-h=<(blink_core_output_dir)/UserAgentStyleSheets.h', | 605 '--out-h=<(blink_core_output_dir)/UserAgentStyleSheets.h', |
| 606 '--out-cpp=<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp', | 606 '--out-cpp=<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp', |
| 607 '<@(stylesheets)', | 607 '<@(stylesheets)', |
| 608 ], | 608 ], |
| 609 }, | 609 }, |
| 610 { | 610 { |
| 611 'action_name': 'FetchInitiatorTypeNames', | 611 'action_name': 'FetchInitiatorTypeNames', |
| 612 'inputs': [ | 612 'inputs': [ |
| 613 '<@(make_names_files)', | 613 '<@(make_names_files)', |
| 614 'fetch/FetchInitiatorTypeNames.in', | 614 'fetch/FetchInitiatorTypeNames.in', |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 819 '../build/scripts/rule_bison.py', | 819 '../build/scripts/rule_bison.py', |
| 820 '<(RULE_INPUT_PATH)', | 820 '<(RULE_INPUT_PATH)', |
| 821 '<(blink_core_output_dir)', | 821 '<(blink_core_output_dir)', |
| 822 '<(bison_exe)', | 822 '<(bison_exe)', |
| 823 ], | 823 ], |
| 824 }, | 824 }, |
| 825 ], | 825 ], |
| 826 }, | 826 }, |
| 827 ], | 827 ], |
| 828 } | 828 } |
| OLD | NEW |