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

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

Issue 104523002: [DevTools] Add power profiler and power overview in timeline panel. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years 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 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 'front_end/InspectElementModeController.js', 121 'front_end/InspectElementModeController.js',
122 'front_end/Object.js', 122 'front_end/Object.js',
123 'front_end/ObjectPopoverHelper.js', 123 'front_end/ObjectPopoverHelper.js',
124 'front_end/ObjectPropertiesSection.js', 124 'front_end/ObjectPropertiesSection.js',
125 'front_end/OverridesSupport.js', 125 'front_end/OverridesSupport.js',
126 'front_end/OverviewGrid.js', 126 'front_end/OverviewGrid.js',
127 'front_end/Panel.js', 127 'front_end/Panel.js',
128 'front_end/ParsedURL.js', 128 'front_end/ParsedURL.js',
129 'front_end/Placard.js', 129 'front_end/Placard.js',
130 'front_end/Popover.js', 130 'front_end/Popover.js',
131 'front_end/PowerProfiler.js',
131 'front_end/PresentationConsoleMessageHelper.js', 132 'front_end/PresentationConsoleMessageHelper.js',
132 'front_end/ProfilesPanelDescriptor.js', 133 'front_end/ProfilesPanelDescriptor.js',
133 'front_end/Progress.js', 134 'front_end/Progress.js',
134 'front_end/ProgressIndicator.js', 135 'front_end/ProgressIndicator.js',
135 'front_end/PropertiesSection.js', 136 'front_end/PropertiesSection.js',
136 'front_end/RemoteObject.js', 137 'front_end/RemoteObject.js',
137 'front_end/Resource.js', 138 'front_end/Resource.js',
138 'front_end/ResourceScriptMapping.js', 139 'front_end/ResourceScriptMapping.js',
139 'front_end/ResourceTreeModel.js', 140 'front_end/ResourceTreeModel.js',
140 'front_end/ResourceType.js', 141 'front_end/ResourceType.js',
(...skipping 784 matching lines...) Expand 10 before | Expand all | Expand 10 after
925 'destination': '<(PRODUCT_DIR)/resources/inspector', 926 'destination': '<(PRODUCT_DIR)/resources/inspector',
926 'files': [ 927 'files': [
927 '<@(devtools_standalone_files)', 928 '<@(devtools_standalone_files)',
928 ], 929 ],
929 }], 930 }],
930 }, 931 },
931 ], 932 ],
932 }], 933 }],
933 ], # conditions 934 ], # conditions
934 } 935 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698