| 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 17 matching lines...) Expand all Loading... |
| 28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | 28 # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 29 # | 29 # |
| 30 | 30 |
| 31 { | 31 { |
| 32 'variables': { | 32 'variables': { |
| 33 # If debug_devtools is set to 1, JavaScript files for DevTools are | 33 # If debug_devtools is set to 1, JavaScript files for DevTools are |
| 34 # stored as is. Otherwise, a concatenated file is stored. | 34 # stored as is. Otherwise, a concatenated file is stored. |
| 35 'debug_devtools%': 0, | 35 'debug_devtools%': 0, |
| 36 'devtools_files': [ | 36 'devtools_files': [ |
| 37 'front_end/inspector.html', | 37 'front_end/inspector.html', |
| 38 'front_end/ActionRegistry.js', |
| 38 'front_end/ApplicationCacheModel.js', | 39 'front_end/ApplicationCacheModel.js', |
| 39 'front_end/BreakpointManager.js', | 40 'front_end/BreakpointManager.js', |
| 40 'front_end/Checkbox.js', | 41 'front_end/Checkbox.js', |
| 41 'front_end/Color.js', | 42 'front_end/Color.js', |
| 42 'front_end/CompilerScriptMapping.js', | 43 'front_end/CompilerScriptMapping.js', |
| 43 'front_end/CompletionDictionary.js', | 44 'front_end/CompletionDictionary.js', |
| 44 'front_end/ConsoleModel.js', | 45 'front_end/ConsoleModel.js', |
| 45 'front_end/ContentProvider.js', | 46 'front_end/ContentProvider.js', |
| 46 'front_end/ContentProviderBasedProjectDelegate.js', | 47 'front_end/ContentProviderBasedProjectDelegate.js', |
| 47 'front_end/ContentProviders.js', | 48 'front_end/ContentProviders.js', |
| (...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 'front_end/TempStorageSharedWorker.js', | 492 'front_end/TempStorageSharedWorker.js', |
| 492 ], | 493 ], |
| 493 'devtools_script_formatter_worker_js_files': [ | 494 'devtools_script_formatter_worker_js_files': [ |
| 494 'front_end/CSSFormatter.js', | 495 'front_end/CSSFormatter.js', |
| 495 'front_end/JavaScriptFormatter.js', | 496 'front_end/JavaScriptFormatter.js', |
| 496 'front_end/ScriptFormatterWorker.js', | 497 'front_end/ScriptFormatterWorker.js', |
| 497 'front_end/utilities.js', | 498 'front_end/utilities.js', |
| 498 ], | 499 ], |
| 499 }, | 500 }, |
| 500 } | 501 } |
| OLD | NEW |