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

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

Issue 449893002: DevTools: Introduce ThreadsSidebar (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix visibility Created 6 years, 4 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
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 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 'front_end/sources/ScopeChainSidebarPane.js', 382 'front_end/sources/ScopeChainSidebarPane.js',
383 'front_end/sources/ScriptFormatter.js', 383 'front_end/sources/ScriptFormatter.js',
384 'front_end/sources/ScriptFormatterEditorAction.js', 384 'front_end/sources/ScriptFormatterEditorAction.js',
385 'front_end/sources/SimpleHistoryManager.js', 385 'front_end/sources/SimpleHistoryManager.js',
386 'front_end/sources/SourcesNavigator.js', 386 'front_end/sources/SourcesNavigator.js',
387 'front_end/sources/SourcesPanel.js', 387 'front_end/sources/SourcesPanel.js',
388 'front_end/sources/SourcesSearchScope.js', 388 'front_end/sources/SourcesSearchScope.js',
389 'front_end/sources/SourcesView.js', 389 'front_end/sources/SourcesView.js',
390 'front_end/sources/StyleSheetOutlineDialog.js', 390 'front_end/sources/StyleSheetOutlineDialog.js',
391 'front_end/sources/TabbedEditorContainer.js', 391 'front_end/sources/TabbedEditorContainer.js',
392 'front_end/sources/ThreadsSidebarPane.js',
392 'front_end/sources/UISourceCodeFrame.js', 393 'front_end/sources/UISourceCodeFrame.js',
393 'front_end/sources/WatchExpressionsSidebarPane.js', 394 'front_end/sources/WatchExpressionsSidebarPane.js',
394 'front_end/sources/WorkersSidebarPane.js', 395 'front_end/sources/WorkersSidebarPane.js',
395 ], 396 ],
396 'devtools_timeline_js_files': [ 397 'devtools_timeline_js_files': [
397 'front_end/timeline/CountersGraph.js', 398 'front_end/timeline/CountersGraph.js',
398 'front_end/timeline/Layers3DView.js', 399 'front_end/timeline/Layers3DView.js',
399 'front_end/timeline/MemoryCountersGraph.js', 400 'front_end/timeline/MemoryCountersGraph.js',
400 'front_end/timeline/TimelineFrameModel.js', 401 'front_end/timeline/TimelineFrameModel.js',
401 'front_end/timeline/TimelineJSProfile.js', 402 'front_end/timeline/TimelineJSProfile.js',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
584 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js', 585 'front_end/temp_storage_shared_worker/TempStorageSharedWorker.js',
585 ], 586 ],
586 'devtools_script_formatter_worker_js_files': [ 587 'devtools_script_formatter_worker_js_files': [
587 'front_end/script_formatter_worker/CSSFormatter.js', 588 'front_end/script_formatter_worker/CSSFormatter.js',
588 'front_end/script_formatter_worker/JavaScriptFormatter.js', 589 'front_end/script_formatter_worker/JavaScriptFormatter.js',
589 'front_end/script_formatter_worker/ScriptFormatterWorker.js', 590 'front_end/script_formatter_worker/ScriptFormatterWorker.js',
590 'front_end/common/utilities.js', 591 'front_end/common/utilities.js',
591 ], 592 ],
592 }, 593 },
593 } 594 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/sources/SourcesPanel.js » ('j') | Source/devtools/front_end/sources/SourcesPanel.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698