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

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

Issue 1801293003: DevTools: Extract TargetManager into its own file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: only public interfaces for target properties Created 4 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/sdk/Target.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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 'front_end/sdk/PaintProfiler.js', 154 'front_end/sdk/PaintProfiler.js',
155 'front_end/sdk/RemoteObject.js', 155 'front_end/sdk/RemoteObject.js',
156 'front_end/sdk/Resource.js', 156 'front_end/sdk/Resource.js',
157 'front_end/sdk/ResourceTreeModel.js', 157 'front_end/sdk/ResourceTreeModel.js',
158 'front_end/sdk/RuntimeModel.js', 158 'front_end/sdk/RuntimeModel.js',
159 'front_end/sdk/Script.js', 159 'front_end/sdk/Script.js',
160 'front_end/sdk/ServiceWorkerCacheModel.js', 160 'front_end/sdk/ServiceWorkerCacheModel.js',
161 'front_end/sdk/ServiceWorkerManager.js', 161 'front_end/sdk/ServiceWorkerManager.js',
162 'front_end/sdk/SourceMap.js', 162 'front_end/sdk/SourceMap.js',
163 'front_end/sdk/Target.js', 163 'front_end/sdk/Target.js',
164 'front_end/sdk/TargetManager.js',
164 'front_end/sdk/TracingManager.js', 165 'front_end/sdk/TracingManager.js',
165 'front_end/sdk/TracingModel.js', 166 'front_end/sdk/TracingModel.js',
166 'front_end/sdk/WorkerManager.js', 167 'front_end/sdk/WorkerManager.js',
167 ], 168 ],
168 'devtools_workspace_js_files': [ 169 'devtools_workspace_js_files': [
169 'front_end/workspace/FileManager.js', 170 'front_end/workspace/FileManager.js',
170 'front_end/workspace/FileSystemMapping.js', 171 'front_end/workspace/FileSystemMapping.js',
171 'front_end/workspace/IsolatedFileSystem.js', 172 'front_end/workspace/IsolatedFileSystem.js',
172 'front_end/workspace/IsolatedFileSystemManager.js', 173 'front_end/workspace/IsolatedFileSystemManager.js',
173 'front_end/workspace/SearchConfig.js', 174 'front_end/workspace/SearchConfig.js',
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 'front_end/Images/toolbarItemSelected.png', 861 'front_end/Images/toolbarItemSelected.png',
861 'front_end/Images/touchCursor.png', 862 'front_end/Images/touchCursor.png',
862 'front_end/Images/touchCursor_2x.png', 863 'front_end/Images/touchCursor_2x.png',
863 'front_end/Images/updateServiceWorker.svg', 864 'front_end/Images/updateServiceWorker.svg',
864 ], 865 ],
865 'devtools_extension_api_files': [ 866 'devtools_extension_api_files': [
866 'front_end/extensions/ExtensionAPI.js', 867 'front_end/extensions/ExtensionAPI.js',
867 ], 868 ],
868 }, 869 },
869 } 870 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/sdk/Target.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698