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

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

Issue 202763006: DevTools: Rename inspector.js -> Main.js to follow the type name (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 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 | « Source/devtools/devtools.gyp ('k') | Source/devtools/front_end/Main.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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 'front_end/ImageView.js', 92 'front_end/ImageView.js',
93 'front_end/IndexedDBModel.js', 93 'front_end/IndexedDBModel.js',
94 'front_end/InplaceEditor.js', 94 'front_end/InplaceEditor.js',
95 'front_end/InplaceFormatterEditorAction.js', 95 'front_end/InplaceFormatterEditorAction.js',
96 'front_end/InspectElementModeController.js', 96 'front_end/InspectElementModeController.js',
97 'front_end/InspectedPagePlaceholder.js', 97 'front_end/InspectedPagePlaceholder.js',
98 'front_end/InspectorBackend.js', 98 'front_end/InspectorBackend.js',
99 'front_end/InspectorFrontendAPI.js', 99 'front_end/InspectorFrontendAPI.js',
100 'front_end/InspectorFrontendHostStub.js', 100 'front_end/InspectorFrontendHostStub.js',
101 'front_end/InspectorView.js', 101 'front_end/InspectorView.js',
102 'front_end/inspector.js',
103 'front_end/IsolatedFileSystem.js', 102 'front_end/IsolatedFileSystem.js',
104 'front_end/IsolatedFileSystemManager.js', 103 'front_end/IsolatedFileSystemManager.js',
105 'front_end/jsdifflib.js', 104 'front_end/jsdifflib.js',
106 'front_end/KeyboardShortcut.js', 105 'front_end/KeyboardShortcut.js',
107 'front_end/Linkifier.js', 106 'front_end/Linkifier.js',
108 'front_end/LiveEditSupport.js', 107 'front_end/LiveEditSupport.js',
108 'front_end/Main.js',
109 'front_end/ModuleManager.js', 109 'front_end/ModuleManager.js',
110 'front_end/NativeBreakpointsSidebarPane.js', 110 'front_end/NativeBreakpointsSidebarPane.js',
111 'front_end/NetworkManager.js', 111 'front_end/NetworkManager.js',
112 'front_end/NetworkLog.js', 112 'front_end/NetworkLog.js',
113 'front_end/NetworkRequest.js', 113 'front_end/NetworkRequest.js',
114 'front_end/NetworkUISourceCodeProvider.js', 114 'front_end/NetworkUISourceCodeProvider.js',
115 'front_end/NotificationService.js', 115 'front_end/NotificationService.js',
116 'front_end/Object.js', 116 'front_end/Object.js',
117 'front_end/ObjectPopoverHelper.js', 117 'front_end/ObjectPopoverHelper.js',
118 'front_end/ObjectPropertiesSection.js', 118 'front_end/ObjectPropertiesSection.js',
(...skipping 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 'front_end/TempStorageSharedWorker.js', 476 'front_end/TempStorageSharedWorker.js',
477 ], 477 ],
478 'devtools_script_formatter_worker_js_files': [ 478 'devtools_script_formatter_worker_js_files': [
479 'front_end/CSSFormatter.js', 479 'front_end/CSSFormatter.js',
480 'front_end/JavaScriptFormatter.js', 480 'front_end/JavaScriptFormatter.js',
481 'front_end/ScriptFormatterWorker.js', 481 'front_end/ScriptFormatterWorker.js',
482 'front_end/utilities.js', 482 'front_end/utilities.js',
483 ], 483 ],
484 }, 484 },
485 } 485 }
OLDNEW
« no previous file with comments | « Source/devtools/devtools.gyp ('k') | Source/devtools/front_end/Main.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698