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

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

Issue 470553002: DevTools: move TracingModel.js into the sdk module. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Review comments addressed. 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
« no previous file with comments | « no previous file | Source/devtools/front_end/inspector.html » ('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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 'front_end/sdk/Script.js', 169 'front_end/sdk/Script.js',
170 'front_end/sdk/ScriptSnippetModel.js', 170 'front_end/sdk/ScriptSnippetModel.js',
171 'front_end/sdk/SearchConfig.js', 171 'front_end/sdk/SearchConfig.js',
172 'front_end/sdk/SnippetStorage.js', 172 'front_end/sdk/SnippetStorage.js',
173 'front_end/sdk/SourceMap.js', 173 'front_end/sdk/SourceMap.js',
174 'front_end/sdk/SourceMapping.js', 174 'front_end/sdk/SourceMapping.js',
175 'front_end/sdk/StylesSourceMapping.js', 175 'front_end/sdk/StylesSourceMapping.js',
176 'front_end/sdk/Target.js', 176 'front_end/sdk/Target.js',
177 'front_end/sdk/TempFile.js', 177 'front_end/sdk/TempFile.js',
178 'front_end/sdk/TimelineManager.js', 178 'front_end/sdk/TimelineManager.js',
179 'front_end/sdk/TracingModel.js',
179 'front_end/sdk/UISourceCode.js', 180 'front_end/sdk/UISourceCode.js',
180 'front_end/sdk/WorkerManager.js', 181 'front_end/sdk/WorkerManager.js',
181 'front_end/sdk/WorkerTargetManager.js', 182 'front_end/sdk/WorkerTargetManager.js',
182 'front_end/sdk/Workspace.js', 183 'front_end/sdk/Workspace.js',
183 'front_end/sdk/WorkspaceController.js', 184 'front_end/sdk/WorkspaceController.js',
184 ], 185 ],
185 'devtools_toolbox_js_files': [ 186 'devtools_toolbox_js_files': [
186 'front_end/toolbox/InspectedPagePlaceholder.js', 187 'front_end/toolbox/InspectedPagePlaceholder.js',
187 'front_end/toolbox/MediaQueryInspector.js', 188 'front_end/toolbox/MediaQueryInspector.js',
188 'front_end/toolbox/OverridesUI.js', 189 'front_end/toolbox/OverridesUI.js',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
494 'front_end/timeline/TimelineModelImpl.js', 495 'front_end/timeline/TimelineModelImpl.js',
495 'front_end/timeline/TimelineOverviewPane.js', 496 'front_end/timeline/TimelineOverviewPane.js',
496 'front_end/timeline/TimelinePaintProfilerView.js', 497 'front_end/timeline/TimelinePaintProfilerView.js',
497 'front_end/timeline/TimelinePanel.js', 498 'front_end/timeline/TimelinePanel.js',
498 'front_end/timeline/TimelinePowerGraph.js', 499 'front_end/timeline/TimelinePowerGraph.js',
499 'front_end/timeline/TimelinePowerOverview.js', 500 'front_end/timeline/TimelinePowerOverview.js',
500 'front_end/timeline/TimelinePresentationModel.js', 501 'front_end/timeline/TimelinePresentationModel.js',
501 'front_end/timeline/TimelineUIUtils.js', 502 'front_end/timeline/TimelineUIUtils.js',
502 'front_end/timeline/TimelineUIUtilsImpl.js', 503 'front_end/timeline/TimelineUIUtilsImpl.js',
503 'front_end/timeline/TimelineView.js', 504 'front_end/timeline/TimelineView.js',
504 'front_end/timeline/TracingModel.js',
505 'front_end/timeline/TracingTimelineModel.js', 505 'front_end/timeline/TracingTimelineModel.js',
506 'front_end/timeline/TracingTimelineUIUtils.js', 506 'front_end/timeline/TracingTimelineUIUtils.js',
507 'front_end/timeline/TransformController.js', 507 'front_end/timeline/TransformController.js',
508 ], 508 ],
509 509
510 # Third-party code. 510 # Third-party code.
511 'devtools_cm_css_files': [ 511 'devtools_cm_css_files': [
512 'front_end/cm/codemirror.css', 512 'front_end/cm/codemirror.css',
513 ], 513 ],
514 'devtools_cm_js_files': [ 514 'devtools_cm_js_files': [
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
616 'front_end/Images/thumbHoverHoriz.png', 616 'front_end/Images/thumbHoverHoriz.png',
617 'front_end/Images/thumbHoverVert.png', 617 'front_end/Images/thumbHoverVert.png',
618 'front_end/Images/thumbVert.png', 618 'front_end/Images/thumbVert.png',
619 'front_end/Images/toolbarItemSelected.png', 619 'front_end/Images/toolbarItemSelected.png',
620 ], 620 ],
621 'devtools_extension_api_files': [ 621 'devtools_extension_api_files': [
622 'front_end/extensions/ExtensionAPI.js', 622 'front_end/extensions/ExtensionAPI.js',
623 ], 623 ],
624 }, 624 },
625 } 625 }
OLDNEW
« no previous file with comments | « no previous file | Source/devtools/front_end/inspector.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698