| 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 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 172 'variables': { | 172 'variables': { |
| 173 'generator_include_dirs': [ | 173 'generator_include_dirs': [ |
| 174 '--include', '../modules/filesystem', | 174 '--include', '../modules/filesystem', |
| 175 '--include', '../modules/indexeddb', | 175 '--include', '../modules/indexeddb', |
| 176 '--include', '../modules/mediasource', | 176 '--include', '../modules/mediasource', |
| 177 '--include', '../modules/mediastream', | 177 '--include', '../modules/mediastream', |
| 178 '--include', '../modules/navigatorcontentutils', | 178 '--include', '../modules/navigatorcontentutils', |
| 179 '--include', '../modules/notifications', | 179 '--include', '../modules/notifications', |
| 180 '--include', '../modules/webaudio', | 180 '--include', '../modules/webaudio', |
| 181 '--include', '../modules/webdatabase', | 181 '--include', '../modules/webdatabase', |
| 182 '--include', '../modules/webmidi', |
| 182 '--include', '../core/css', | 183 '--include', '../core/css', |
| 183 '--include', '../core/dom', | 184 '--include', '../core/dom', |
| 184 '--include', '../core/fileapi', | 185 '--include', '../core/fileapi', |
| 185 '--include', '../core/html', | 186 '--include', '../core/html', |
| 186 '--include', '../core/page', | 187 '--include', '../core/page', |
| 187 '--include', '../core/plugins', | 188 '--include', '../core/plugins', |
| 188 '--include', '../core/storage', | 189 '--include', '../core/storage', |
| 189 '--include', '../core/svg', | 190 '--include', '../core/svg', |
| 190 '--include', '../core/testing', | 191 '--include', '../core/testing', |
| 191 '--include', '../core/workers', | 192 '--include', '../core/workers', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 219 '--additionalIdlFiles', | 220 '--additionalIdlFiles', |
| 220 '<(webcore_test_support_idl_files)', | 221 '<(webcore_test_support_idl_files)', |
| 221 '<(RULE_INPUT_PATH)', | 222 '<(RULE_INPUT_PATH)', |
| 222 '<@(preprocessor)', | 223 '<@(preprocessor)', |
| 223 ], | 224 ], |
| 224 'message': 'Generating binding from <(RULE_INPUT_PATH)', | 225 'message': 'Generating binding from <(RULE_INPUT_PATH)', |
| 225 }], | 226 }], |
| 226 }, | 227 }, |
| 227 ], | 228 ], |
| 228 } | 229 } |
| OLD | NEW |