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

Unified Diff: third_party/google_input_tools/update.py

Issue 1033773002: Fixes grit not pulling in material design files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix >80 line length Created 5 years, 9 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 | « third_party/google_input_tools/inputview.gypi ('k') | ui/keyboard/keyboard_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/google_input_tools/update.py
diff --git a/third_party/google_input_tools/update.py b/third_party/google_input_tools/update.py
index dc0800fbbedc3fbcc7d47aa840e222aef8d57959..652e658786fd72bd3373a099acf3ef5820812501 100755
--- a/third_party/google_input_tools/update.py
+++ b/third_party/google_input_tools/update.py
@@ -45,6 +45,14 @@ namespaces = [
'i18n.input.chrome.inputview.layouts.RowsOfNumberpad',
'i18n.input.chrome.inputview.layouts.SpaceRow',
'i18n.input.chrome.inputview.layouts.util',
+ 'i18n.input.chrome.inputview.layouts.material.CompactSpaceRow',
+ 'i18n.input.chrome.inputview.layouts.material.RowsOf101',
+ 'i18n.input.chrome.inputview.layouts.material.RowsOf102',
+ 'i18n.input.chrome.inputview.layouts.material.RowsOfCompact',
+ 'i18n.input.chrome.inputview.layouts.material.RowsOfJP',
+ 'i18n.input.chrome.inputview.layouts.material.RowsOfNumberpad',
+ 'i18n.input.chrome.inputview.layouts.material.SpaceRow',
+ 'i18n.input.chrome.inputview.layouts.material.util',
'i18n.input.hwt.util'
]
« no previous file with comments | « third_party/google_input_tools/inputview.gypi ('k') | ui/keyboard/keyboard_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698