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

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

Issue 1268353005: [DevTools] Support JQuery event listeners (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 3 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
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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'front_end/sdk/DOMModel.js', 145 'front_end/sdk/DOMModel.js',
146 'front_end/sdk/HAREntry.js', 146 'front_end/sdk/HAREntry.js',
147 'front_end/sdk/HeapProfilerModel.js', 147 'front_end/sdk/HeapProfilerModel.js',
148 'front_end/sdk/InspectorBackend.js', 148 'front_end/sdk/InspectorBackend.js',
149 'front_end/sdk/LayerTreeModel.js', 149 'front_end/sdk/LayerTreeModel.js',
150 'front_end/sdk/NetworkLog.js', 150 'front_end/sdk/NetworkLog.js',
151 'front_end/sdk/NetworkManager.js', 151 'front_end/sdk/NetworkManager.js',
152 'front_end/sdk/NetworkRequest.js', 152 'front_end/sdk/NetworkRequest.js',
153 'front_end/sdk/PaintProfiler.js', 153 'front_end/sdk/PaintProfiler.js',
154 'front_end/sdk/RemoteObject.js', 154 'front_end/sdk/RemoteObject.js',
155 'front_end/sdk/RemoteObjectUtils.js',
155 'front_end/sdk/Resource.js', 156 'front_end/sdk/Resource.js',
156 'front_end/sdk/ResourceTreeModel.js', 157 'front_end/sdk/ResourceTreeModel.js',
157 'front_end/sdk/RuntimeModel.js', 158 'front_end/sdk/RuntimeModel.js',
158 'front_end/sdk/Script.js', 159 'front_end/sdk/Script.js',
159 'front_end/sdk/ServiceWorkerManager.js', 160 'front_end/sdk/ServiceWorkerManager.js',
160 'front_end/sdk/SourceMap.js', 161 'front_end/sdk/SourceMap.js',
161 'front_end/sdk/Target.js', 162 'front_end/sdk/Target.js',
162 'front_end/sdk/TracingManager.js', 163 'front_end/sdk/TracingManager.js',
163 'front_end/sdk/TracingModel.js', 164 'front_end/sdk/TracingModel.js',
164 'front_end/sdk/WorkerManager.js', 165 'front_end/sdk/WorkerManager.js',
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 'front_end/Images/toolbarItemSelected.png', 799 'front_end/Images/toolbarItemSelected.png',
799 'front_end/Images/touchCursor.png', 800 'front_end/Images/touchCursor.png',
800 'front_end/Images/touchCursor_2x.png', 801 'front_end/Images/touchCursor_2x.png',
801 'front_end/Images/updateServiceWorker.svg', 802 'front_end/Images/updateServiceWorker.svg',
802 ], 803 ],
803 'devtools_extension_api_files': [ 804 'devtools_extension_api_files': [
804 'front_end/extensions/ExtensionAPI.js', 805 'front_end/extensions/ExtensionAPI.js',
805 ], 806 ],
806 }, 807 },
807 } 808 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698