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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
97 'front_end/ImageView.js', | 97 'front_end/ImageView.js', |
98 'front_end/IndexedDBModel.js', | 98 'front_end/IndexedDBModel.js', |
99 'front_end/InspectorBackend.js', | 99 'front_end/InspectorBackend.js', |
100 'front_end/InspectorFrontendAPI.js', | 100 'front_end/InspectorFrontendAPI.js', |
101 'front_end/InspectorFrontendHostStub.js', | 101 'front_end/InspectorFrontendHostStub.js', |
102 'front_end/InspectorView.js', | 102 'front_end/InspectorView.js', |
103 'front_end/inspector.js', | 103 'front_end/inspector.js', |
104 'front_end/IsolatedFileSystem.js', | 104 'front_end/IsolatedFileSystem.js', |
105 'front_end/IsolatedFileSystemManager.js', | 105 'front_end/IsolatedFileSystemManager.js', |
106 'front_end/JavaScriptFormatter.js', | 106 'front_end/JavaScriptFormatter.js', |
| 107 'front_end/JumpHistoryManager.js', |
107 'front_end/jsdifflib.js', | 108 'front_end/jsdifflib.js', |
108 'front_end/KeyboardShortcut.js', | 109 'front_end/KeyboardShortcut.js', |
109 'front_end/LayersPanelDescriptor.js', | 110 'front_end/LayersPanelDescriptor.js', |
110 'front_end/Linkifier.js', | 111 'front_end/Linkifier.js', |
111 'front_end/LiveEditSupport.js', | 112 'front_end/LiveEditSupport.js', |
112 'front_end/NativeBreakpointsSidebarPane.js', | 113 'front_end/NativeBreakpointsSidebarPane.js', |
113 'front_end/NetworkManager.js', | 114 'front_end/NetworkManager.js', |
114 'front_end/NetworkLog.js', | 115 'front_end/NetworkLog.js', |
115 'front_end/NetworkPanelDescriptor.js', | 116 'front_end/NetworkPanelDescriptor.js', |
116 'front_end/NetworkRequest.js', | 117 'front_end/NetworkRequest.js', |
(...skipping 807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
924 'destination': '<(PRODUCT_DIR)/resources/inspector', | 925 'destination': '<(PRODUCT_DIR)/resources/inspector', |
925 'files': [ | 926 'files': [ |
926 '<@(devtools_standalone_files)', | 927 '<@(devtools_standalone_files)', |
927 ], | 928 ], |
928 }], | 929 }], |
929 }, | 930 }, |
930 ], | 931 ], |
931 }], | 932 }], |
932 ], # conditions | 933 ], # conditions |
933 } | 934 } |
OLD | NEW |