diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-11 18:10:37 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-11 18:10:37 +0000 |
commit | 2306303ade2ec3f85354623a55015ac674f0f947 (patch) | |
tree | e24d7b482009168e4ed67b14239a76ec7954aabc /content/content_ppapi_plugin.gypi | |
parent | 6b55aecf5481ebb66f6b93d8f34cca5a44197473 (diff) | |
download | chromium_src-2306303ade2ec3f85354623a55015ac674f0f947.zip chromium_src-2306303ade2ec3f85354623a55015ac674f0f947.tar.gz chromium_src-2306303ade2ec3f85354623a55015ac674f0f947.tar.bz2 |
Propogate the UI language on the command line and expose to Flash.
This is just like the NPAPI plugin process and many of the other child
processes we have. I wire the command line parameter up to a new Flash setting.
TEST=manual
BUG=none
Review URL: https://chromiumcodereview.appspot.com/10541088
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141434 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_ppapi_plugin.gypi')
-rw-r--r-- | content/content_ppapi_plugin.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_ppapi_plugin.gypi b/content/content_ppapi_plugin.gypi index c5a2543..2a7da33 100644 --- a/content/content_ppapi_plugin.gypi +++ b/content/content_ppapi_plugin.gypi @@ -6,6 +6,7 @@ 'dependencies': [ '../base/base.gyp:base', '../ppapi/ppapi_internal.gyp:ppapi_proxy', + '../ui/ui.gyp:ui', ], 'sources': [ 'ppapi_plugin/broker_process_dispatcher.cc', |