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

Unified Diff: tools/dom/scripts/htmlrenamer.py

Issue 1752983003: Moved ChromiumSubscribeUniform to web_gl (Closed) Base URL: git@github.com:dart-lang/sdk.git@integration
Patch Set: Merged from integration to master Created 4 years, 10 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 | « tools/dom/scripts/htmldartgenerator.py ('k') | tools/dom/scripts/idlnode.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/dom/scripts/htmlrenamer.py
diff --git a/tools/dom/scripts/htmlrenamer.py b/tools/dom/scripts/htmlrenamer.py
index addddd92d9f79eb543c949b6bc015cd0076eb6ce..c842245379045bbf6dfaa3b89f8f33747eda3876 100644
--- a/tools/dom/scripts/htmlrenamer.py
+++ b/tools/dom/scripts/htmlrenamer.py
@@ -850,6 +850,7 @@ removed_html_members = monitored.Set('htmlrenamer.removed_html_members', [
# Manual dart: library name lookup.
_library_names = monitored.Dict('htmlrenamer._library_names', {
'ANGLEInstancedArrays': 'web_gl',
+ 'CHROMIUMSubscribeUniform': 'web_gl',
'Database': 'web_sql',
'Navigator': 'html',
'Window': 'html',
@@ -857,6 +858,7 @@ _library_names = monitored.Dict('htmlrenamer._library_names', {
_library_ids = monitored.Dict('htmlrenamer._library_names', {
'ANGLEInstancedArrays': 'WebGl',
+ 'CHROMIUMSubscribeUniform': 'WebGl',
'Database': 'WebSql',
'Navigator': 'Html',
'Window': 'Html',
« no previous file with comments | « tools/dom/scripts/htmldartgenerator.py ('k') | tools/dom/scripts/idlnode.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698