| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 'front_end/ConsoleModel.js', | 46 'front_end/ConsoleModel.js', |
| 47 'front_end/ConsolePanel.js', | 47 'front_end/ConsolePanel.js', |
| 48 'front_end/ConsoleView.js', | 48 'front_end/ConsoleView.js', |
| 49 'front_end/ContentProvider.js', | 49 'front_end/ContentProvider.js', |
| 50 'front_end/ContentProviderBasedProjectDelegate.js', | 50 'front_end/ContentProviderBasedProjectDelegate.js', |
| 51 'front_end/ContentProviders.js', | 51 'front_end/ContentProviders.js', |
| 52 'front_end/ContextMenu.js', | 52 'front_end/ContextMenu.js', |
| 53 'front_end/CookieItemsView.js', | 53 'front_end/CookieItemsView.js', |
| 54 'front_end/CookieParser.js', | 54 'front_end/CookieParser.js', |
| 55 'front_end/CookiesTable.js', | 55 'front_end/CookiesTable.js', |
| 56 'front_end/CSSFormatter.js', |
| 56 'front_end/CSSMetadata.js', | 57 'front_end/CSSMetadata.js', |
| 57 'front_end/CSSStyleModel.js', | 58 'front_end/CSSStyleModel.js', |
| 58 'front_end/CSSStyleSheetMapping.js', | 59 'front_end/CSSStyleSheetMapping.js', |
| 59 'front_end/Database.js', | 60 'front_end/Database.js', |
| 60 'front_end/DataGrid.js', | 61 'front_end/DataGrid.js', |
| 61 'front_end/DebuggerModel.js', | 62 'front_end/DebuggerModel.js', |
| 62 'front_end/DebuggerScriptMapping.js', | 63 'front_end/DebuggerScriptMapping.js', |
| 63 'front_end/DevToolsExtensionAPI.js', | 64 'front_end/DevToolsExtensionAPI.js', |
| 64 'front_end/Tests.js', | 65 'front_end/Tests.js', |
| 65 'front_end/Dialog.js', | 66 'front_end/Dialog.js', |
| (...skipping 862 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 928 'destination': '<(PRODUCT_DIR)/resources/inspector', | 929 'destination': '<(PRODUCT_DIR)/resources/inspector', |
| 929 'files': [ | 930 'files': [ |
| 930 '<@(devtools_standalone_files)', | 931 '<@(devtools_standalone_files)', |
| 931 ], | 932 ], |
| 932 }], | 933 }], |
| 933 }, | 934 }, |
| 934 ], | 935 ], |
| 935 }], | 936 }], |
| 936 ], # conditions | 937 ], # conditions |
| 937 } | 938 } |
| OLD | NEW |