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

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

Issue 2191183003: DevTools: extract model from DOMBreakpointsSidebarPane (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address CL feedback from PS6 Created 4 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
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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'front_end/sdk/CSSMatchedStyles.js', 148 'front_end/sdk/CSSMatchedStyles.js',
149 'front_end/sdk/CSSMedia.js', 149 'front_end/sdk/CSSMedia.js',
150 'front_end/sdk/CSSMetadata.js', 150 'front_end/sdk/CSSMetadata.js',
151 'front_end/sdk/CSSModel.js', 151 'front_end/sdk/CSSModel.js',
152 'front_end/sdk/CSSParser.js', 152 'front_end/sdk/CSSParser.js',
153 'front_end/sdk/CSSProperty.js', 153 'front_end/sdk/CSSProperty.js',
154 'front_end/sdk/CSSRule.js', 154 'front_end/sdk/CSSRule.js',
155 'front_end/sdk/CSSStyleDeclaration.js', 155 'front_end/sdk/CSSStyleDeclaration.js',
156 'front_end/sdk/CSSStyleSheetHeader.js', 156 'front_end/sdk/CSSStyleSheetHeader.js',
157 'front_end/sdk/DebuggerModel.js', 157 'front_end/sdk/DebuggerModel.js',
158 'front_end/sdk/DOMBreakpointManager.js',
158 'front_end/sdk/DOMModel.js', 159 'front_end/sdk/DOMModel.js',
159 'front_end/sdk/HAREntry.js', 160 'front_end/sdk/HAREntry.js',
160 'front_end/sdk/HeapProfilerModel.js', 161 'front_end/sdk/HeapProfilerModel.js',
161 'front_end/sdk/InspectorBackend.js', 162 'front_end/sdk/InspectorBackend.js',
162 'front_end/sdk/InspectorBackendHostedMode.js', 163 'front_end/sdk/InspectorBackendHostedMode.js',
163 'front_end/sdk/NetworkLog.js', 164 'front_end/sdk/NetworkLog.js',
164 'front_end/sdk/NetworkManager.js', 165 'front_end/sdk/NetworkManager.js',
165 'front_end/sdk/NetworkRequest.js', 166 'front_end/sdk/NetworkRequest.js',
166 'front_end/sdk/PaintProfiler.js', 167 'front_end/sdk/PaintProfiler.js',
167 'front_end/sdk/ProfileTreeModel.js', 168 'front_end/sdk/ProfileTreeModel.js',
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 'front_end/Images/toolbarResizerVertical.png', 894 'front_end/Images/toolbarResizerVertical.png',
894 'front_end/Images/toolbarItemSelected.png', 895 'front_end/Images/toolbarItemSelected.png',
895 'front_end/Images/touchCursor.png', 896 'front_end/Images/touchCursor.png',
896 'front_end/Images/touchCursor_2x.png', 897 'front_end/Images/touchCursor_2x.png',
897 ], 898 ],
898 'devtools_extension_api_files': [ 899 'devtools_extension_api_files': [
899 'front_end/extensions/ExtensionAPI.js', 900 'front_end/extensions/ExtensionAPI.js',
900 ], 901 ],
901 }, 902 },
902 } 903 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698