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

Unified Diff: third_party/WebKit/Source/devtools/front_end/Runtime.js

Issue 2588843002: DevTools: speed up closure dependency checking (Closed)
Patch Set: update BUILD.gn Created 4 years 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: third_party/WebKit/Source/devtools/front_end/Runtime.js
diff --git a/third_party/WebKit/Source/devtools/front_end/Runtime.js b/third_party/WebKit/Source/devtools/front_end/Runtime.js
index 2a9732f894d62fad9ff7681a60349973c163d872..b6ffc347061d545f9fa6c8dfd9c211c2353987d2 100644
--- a/third_party/WebKit/Source/devtools/front_end/Runtime.js
+++ b/third_party/WebKit/Source/devtools/front_end/Runtime.js
@@ -776,6 +776,7 @@ Runtime.Module = class {
var namespace = this._name.replace('_lazy', '');
// the namespace keyword confuses clang-format
// clang-format off
+ // NOTE: Update scripts/dependency_checker.py if you add a special cased namespace
if (namespace === 'sdk' || namespace === 'ui')
namespace = namespace.toUpperCase();
if (namespace === 'css_tracker')

Powered by Google App Engine
This is Rietveld 408576698