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

Unified Diff: third_party/closure_compiler/externs/compiled_resources2.gyp

Issue 1897913002: Input method functions for chrome.languageSettingsPrivate and chrome.inputMethodPrivate (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo Created 4 years, 8 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: third_party/closure_compiler/externs/compiled_resources2.gyp
diff --git a/third_party/closure_compiler/externs/compiled_resources2.gyp b/third_party/closure_compiler/externs/compiled_resources2.gyp
index 2d228427af2cfac570b05dd46ede492d867a6b45..1ed2cb182a7f7f197902d78a60b642d71b1d37ce 100644
--- a/third_party/closure_compiler/externs/compiled_resources2.gyp
+++ b/third_party/closure_compiler/externs/compiled_resources2.gyp
@@ -45,6 +45,10 @@
'includes': ['../include_js.gypi'],
},
{
+ 'target_name': 'input_method_private',
+ 'includes': ['../include_js.gypi'],
+ },
+ {
'target_name': 'language_settings_private',
'includes': ['../include_js.gypi'],
},
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | third_party/closure_compiler/externs/input_method_private.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698