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

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

Issue 185463010: DevTools: Introduce Target class which holds connection & models (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@gr-RuntimeAgent
Patch Set: Address vsevik's comments 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
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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'front_end/SourceFrame.js', 161 'front_end/SourceFrame.js',
162 'front_end/SourceMap.js', 162 'front_end/SourceMap.js',
163 'front_end/SourceMapping.js', 163 'front_end/SourceMapping.js',
164 'front_end/Spectrum.js', 164 'front_end/Spectrum.js',
165 'front_end/SplitView.js', 165 'front_end/SplitView.js',
166 'front_end/StackView.js', 166 'front_end/StackView.js',
167 'front_end/StatusBarButton.js', 167 'front_end/StatusBarButton.js',
168 'front_end/StylesSourceMapping.js', 168 'front_end/StylesSourceMapping.js',
169 'front_end/SuggestBox.js', 169 'front_end/SuggestBox.js',
170 'front_end/TabbedPane.js', 170 'front_end/TabbedPane.js',
171 'front_end/Target.js',
171 'front_end/TempFile.js', 172 'front_end/TempFile.js',
172 'front_end/TestController.js', 173 'front_end/TestController.js',
173 'front_end/TextEditor.js', 174 'front_end/TextEditor.js',
174 'front_end/TextRange.js', 175 'front_end/TextRange.js',
175 'front_end/TextPrompt.js', 176 'front_end/TextPrompt.js',
176 'front_end/TextUtils.js', 177 'front_end/TextUtils.js',
177 'front_end/TimelineGrid.js', 178 'front_end/TimelineGrid.js',
178 'front_end/TimelineManager.js', 179 'front_end/TimelineManager.js',
179 'front_end/TracingAgent.js', 180 'front_end/TracingAgent.js',
180 'front_end/treeoutline.js', 181 'front_end/treeoutline.js',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 'front_end/TempStorageSharedWorker.js', 472 'front_end/TempStorageSharedWorker.js',
472 ], 473 ],
473 'devtools_script_formatter_worker_js_files': [ 474 'devtools_script_formatter_worker_js_files': [
474 'front_end/CSSFormatter.js', 475 'front_end/CSSFormatter.js',
475 'front_end/JavaScriptFormatter.js', 476 'front_end/JavaScriptFormatter.js',
476 'front_end/ScriptFormatterWorker.js', 477 'front_end/ScriptFormatterWorker.js',
477 'front_end/utilities.js', 478 'front_end/utilities.js',
478 ], 479 ],
479 }, 480 },
480 } 481 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/InspectorBackend.js » ('j') | Source/devtools/front_end/InspectorBackend.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698