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

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

Issue 201123007: DevTools: Create target per each worker behind experiment (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase on master 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
« no previous file with comments | « no previous file | Source/devtools/front_end/InspectorBackend.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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
178 'front_end/UISourceCode.js', 178 'front_end/UISourceCode.js',
179 'front_end/UIString.js', 179 'front_end/UIString.js',
180 'front_end/UIUtils.js', 180 'front_end/UIUtils.js',
181 'front_end/UserMetrics.js', 181 'front_end/UserMetrics.js',
182 'front_end/utilities.js', 182 'front_end/utilities.js',
183 'front_end/View.js', 183 'front_end/View.js',
184 'front_end/ViewportControl.js', 184 'front_end/ViewportControl.js',
185 'front_end/WebInspector.js', 185 'front_end/WebInspector.js',
186 'front_end/WorkerManager.js', 186 'front_end/WorkerManager.js',
187 'front_end/WorkerFrontendManager.js', 187 'front_end/WorkerFrontendManager.js',
188 'front_end/WorkerTargetManager.js',
188 'front_end/Workspace.js', 189 'front_end/Workspace.js',
189 'front_end/WorkspaceController.js', 190 'front_end/WorkspaceController.js',
190 'front_end/ZoomManager.js', 191 'front_end/ZoomManager.js',
191 'front_end/dialog.css', 192 'front_end/dialog.css',
192 'front_end/inspector.css', 193 'front_end/inspector.css',
193 'front_end/tabbedPane.css', 194 'front_end/tabbedPane.css',
194 'front_end/inspectorSyntaxHighlight.css', 195 'front_end/inspectorSyntaxHighlight.css',
195 'front_end/modules.js', 196 'front_end/modules.js',
196 'front_end/popover.css', 197 'front_end/popover.css',
197 '<@(devtools_modules_js_files)', 198 '<@(devtools_modules_js_files)',
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
476 'front_end/TempStorageSharedWorker.js', 477 'front_end/TempStorageSharedWorker.js',
477 ], 478 ],
478 'devtools_script_formatter_worker_js_files': [ 479 'devtools_script_formatter_worker_js_files': [
479 'front_end/CSSFormatter.js', 480 'front_end/CSSFormatter.js',
480 'front_end/JavaScriptFormatter.js', 481 'front_end/JavaScriptFormatter.js',
481 'front_end/ScriptFormatterWorker.js', 482 'front_end/ScriptFormatterWorker.js',
482 'front_end/utilities.js', 483 'front_end/utilities.js',
483 ], 484 ],
484 }, 485 },
485 } 486 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/InspectorBackend.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698