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

Unified Diff: Source/devtools/devtools.gyp

Issue 23264011: Quota view in Resources pannel. Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 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 side-by-side diff with in-line comments
Download patch
Index: Source/devtools/devtools.gyp
diff --git a/Source/devtools/devtools.gyp b/Source/devtools/devtools.gyp
index bf277be9fa38c1e1c529a112d78473de243a9705..71941545077d014a7b4d4b002b7744691a2c0bfe 100644
--- a/Source/devtools/devtools.gyp
+++ b/Source/devtools/devtools.gyp
@@ -251,6 +251,7 @@
'front_end/FileSystemView.js',
'front_end/IndexedDBViews.js',
'front_end/ResourcesPanel.js',
+ 'front_end/QuotaView.js',
],
'devtools_network_js_files': [
'front_end/NetworkItemView.js',
@@ -405,6 +406,7 @@
'front_end/Images/profileIcon.png',
'front_end/Images/profileSmallIcon.png',
'front_end/Images/programCounterBorder.png',
+ 'front_end/Images/quota.png',
'front_end/Images/radioDot.png',
'front_end/Images/regionEmpty.png',
'front_end/Images/regionFit.png',

Powered by Google App Engine
This is Rietveld 408576698