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

Unified Diff: Source/devtools/devtools.gypi

Issue 603623002: Rename PromisesPanel to PromisePane. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: REBASE 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/devtools/front_end/promises/PromisePane.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/devtools.gypi
diff --git a/Source/devtools/devtools.gypi b/Source/devtools/devtools.gypi
index 6066b2897111800d8347871036f9d4e81d17d0bf..fd9b8f6ba249d5d1d90269644ce4d5efe60f3f96 100644
--- a/Source/devtools/devtools.gypi
+++ b/Source/devtools/devtools.gypi
@@ -365,8 +365,8 @@
'<@(devtools_extension_api_files)',
],
'devtools_promises_js_files': [
- 'front_end/promises/promisesPanel.css',
- 'front_end/promises/PromisesPanel.js',
+ 'front_end/promises/promisePane.css',
+ 'front_end/promises/PromisePane.js',
],
'devtools_heap_snapshot_worker_js_files': [
'front_end/common/TextUtils.js',
« no previous file with comments | « no previous file | Source/devtools/front_end/promises/PromisePane.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698