Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Side by Side Diff: Source/devtools/devtools.gypi

Issue 1307063005: DevTools: edit SASS through SourceMaps. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: improvements Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | Source/devtools/front_end/bindings/SASSSourceMapping.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'front_end/workspace/ExcludedFolderManager.js', 168 'front_end/workspace/ExcludedFolderManager.js',
169 'front_end/workspace/FileManager.js', 169 'front_end/workspace/FileManager.js',
170 'front_end/workspace/FileSystemMapping.js', 170 'front_end/workspace/FileSystemMapping.js',
171 'front_end/workspace/IsolatedFileSystem.js', 171 'front_end/workspace/IsolatedFileSystem.js',
172 'front_end/workspace/IsolatedFileSystemManager.js', 172 'front_end/workspace/IsolatedFileSystemManager.js',
173 'front_end/workspace/SearchConfig.js', 173 'front_end/workspace/SearchConfig.js',
174 'front_end/workspace/UISourceCode.js', 174 'front_end/workspace/UISourceCode.js',
175 'front_end/workspace/Workspace.js', 175 'front_end/workspace/Workspace.js',
176 ], 176 ],
177 'devtools_bindings_js_files': [ 177 'devtools_bindings_js_files': [
178 'front_end/bindings/diff_match_patch.js',
178 'front_end/bindings/BlackboxSupport.js', 179 'front_end/bindings/BlackboxSupport.js',
179 'front_end/bindings/BreakpointManager.js', 180 'front_end/bindings/BreakpointManager.js',
180 'front_end/bindings/CompilerScriptMapping.js', 181 'front_end/bindings/CompilerScriptMapping.js',
181 'front_end/bindings/ContentProviderBasedProjectDelegate.js', 182 'front_end/bindings/ContentProviderBasedProjectDelegate.js',
182 'front_end/bindings/CSSWorkspaceBinding.js', 183 'front_end/bindings/CSSWorkspaceBinding.js',
183 'front_end/bindings/DebuggerWorkspaceBinding.js', 184 'front_end/bindings/DebuggerWorkspaceBinding.js',
184 'front_end/bindings/DefaultScriptMapping.js', 185 'front_end/bindings/DefaultScriptMapping.js',
185 'front_end/bindings/ContentScriptProjectDecorator.js', 186 'front_end/bindings/ContentScriptProjectDecorator.js',
186 'front_end/bindings/FileSystemWorkspaceBinding.js', 187 'front_end/bindings/FileSystemWorkspaceBinding.js',
187 'front_end/bindings/FileUtils.js', 188 'front_end/bindings/FileUtils.js',
188 'front_end/bindings/LiveLocation.js', 189 'front_end/bindings/LiveLocation.js',
189 'front_end/bindings/NetworkMapping.js', 190 'front_end/bindings/NetworkMapping.js',
190 'front_end/bindings/NetworkProject.js', 191 'front_end/bindings/NetworkProject.js',
191 'front_end/bindings/PresentationConsoleMessageHelper.js', 192 'front_end/bindings/PresentationConsoleMessageHelper.js',
192 'front_end/bindings/ResourceScriptMapping.js', 193 'front_end/bindings/ResourceScriptMapping.js',
193 'front_end/bindings/ResourceUtils.js', 194 'front_end/bindings/ResourceUtils.js',
194 'front_end/bindings/SASSSourceMapping.js', 195 'front_end/bindings/SASSSourceMapping.js',
196 'front_end/bindings/SourceMapEditor.js',
195 'front_end/bindings/StylesSourceMapping.js', 197 'front_end/bindings/StylesSourceMapping.js',
196 'front_end/bindings/TempFile.js', 198 'front_end/bindings/TempFile.js',
197 'front_end/bindings/WorkspaceController.js', 199 'front_end/bindings/WorkspaceController.js',
198 ], 200 ],
199 'devtools_platform_js_files': [ 201 'devtools_platform_js_files': [
200 'front_end/platform/DOMExtension.js', 202 'front_end/platform/DOMExtension.js',
201 'front_end/platform/utilities.js', 203 'front_end/platform/utilities.js',
202 ], 204 ],
203 'devtools_toolbox_bootstrap_js_files': [ 205 'devtools_toolbox_bootstrap_js_files': [
204 'front_end/toolbox_bootstrap/Toolbox.js', 206 'front_end/toolbox_bootstrap/Toolbox.js',
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 'front_end/Images/toolbarItemSelected.png', 798 'front_end/Images/toolbarItemSelected.png',
797 'front_end/Images/touchCursor.png', 799 'front_end/Images/touchCursor.png',
798 'front_end/Images/touchCursor_2x.png', 800 'front_end/Images/touchCursor_2x.png',
799 'front_end/Images/updateServiceWorker.svg', 801 'front_end/Images/updateServiceWorker.svg',
800 ], 802 ],
801 'devtools_extension_api_files': [ 803 'devtools_extension_api_files': [
802 'front_end/extensions/ExtensionAPI.js', 804 'front_end/extensions/ExtensionAPI.js',
803 ], 805 ],
804 }, 806 },
805 } 807 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/bindings/SASSSourceMapping.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698