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

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

Issue 614323003: DevTools: enable by default disableAgentsWhenProfile experiment (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: unnecessary line was removed Created 6 years, 2 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
138 'front_end/sdk/CSSStyleModel.js', 138 'front_end/sdk/CSSStyleModel.js',
139 'front_end/sdk/Database.js', 139 'front_end/sdk/Database.js',
140 'front_end/sdk/DebuggerModel.js', 140 'front_end/sdk/DebuggerModel.js',
141 'front_end/sdk/DOMModel.js', 141 'front_end/sdk/DOMModel.js',
142 'front_end/sdk/DOMStorage.js', 142 'front_end/sdk/DOMStorage.js',
143 'front_end/sdk/FileSystemModel.js', 143 'front_end/sdk/FileSystemModel.js',
144 'front_end/sdk/HeapProfilerModel.js', 144 'front_end/sdk/HeapProfilerModel.js',
145 'front_end/sdk/IndexedDBModel.js', 145 'front_end/sdk/IndexedDBModel.js',
146 'front_end/sdk/InspectorBackend.js', 146 'front_end/sdk/InspectorBackend.js',
147 'front_end/sdk/LayerTreeModel.js', 147 'front_end/sdk/LayerTreeModel.js',
148 'front_end/sdk/Locks.js',
149 'front_end/sdk/NetworkLog.js', 148 'front_end/sdk/NetworkLog.js',
150 'front_end/sdk/NetworkManager.js', 149 'front_end/sdk/NetworkManager.js',
151 'front_end/sdk/NetworkRequest.js', 150 'front_end/sdk/NetworkRequest.js',
152 'front_end/sdk/OverridesSupport.js', 151 'front_end/sdk/OverridesSupport.js',
153 'front_end/sdk/PaintProfiler.js', 152 'front_end/sdk/PaintProfiler.js',
154 'front_end/sdk/PowerProfiler.js', 153 'front_end/sdk/PowerProfiler.js',
155 'front_end/sdk/RemoteObject.js', 154 'front_end/sdk/RemoteObject.js',
156 'front_end/sdk/Resource.js', 155 'front_end/sdk/Resource.js',
157 'front_end/sdk/ResourceTreeModel.js', 156 'front_end/sdk/ResourceTreeModel.js',
158 'front_end/sdk/RuntimeModel.js', 157 'front_end/sdk/RuntimeModel.js',
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 'front_end/Images/touchCursor.png', 659 'front_end/Images/touchCursor.png',
661 'front_end/Images/touchCursor_2x.png', 660 'front_end/Images/touchCursor_2x.png',
662 'front_end/Images/transformControls.png', 661 'front_end/Images/transformControls.png',
663 'front_end/Images/transformControls_2x.png', 662 'front_end/Images/transformControls_2x.png',
664 ], 663 ],
665 'devtools_extension_api_files': [ 664 'devtools_extension_api_files': [
666 'front_end/extensions/ExtensionAPI.js', 665 'front_end/extensions/ExtensionAPI.js',
667 ], 666 ],
668 }, 667 },
669 } 668 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698