diff options
author | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-22 17:32:45 +0000 |
---|---|---|
committer | teravest@chromium.org <teravest@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-22 17:32:45 +0000 |
commit | ac07ec5b9c77be3f04ba27b4ea1287a92862fd67 (patch) | |
tree | 4508962cd054fdd58b94a71ef83a4e01a49bebbd /base/base_untrusted.gyp | |
parent | 58e562f1943f88aed92297a5302f4610fb0fb7dd (diff) | |
download | chromium_src-ac07ec5b9c77be3f04ba27b4ea1287a92862fd67.zip chromium_src-ac07ec5b9c77be3f04ba27b4ea1287a92862fd67.tar.gz chromium_src-ac07ec5b9c77be3f04ba27b4ea1287a92862fd67.tar.bz2 |
Pepper: Add VLOG support for NaCl plugins.
Previously, VLOG statements would never log anything to the console, since
there was no way for state from the "v" and "vmodule" flags to be passed to the
untrusted NaCl process.
This change passes the values of the "v" and "vmodule" flags to the untrusted
process as part of channel creation, and then re-initializes the logging
subsystem to parse the new flag values.
BUG=181607
R=dmichael
Review URL: https://codereview.chromium.org/13866034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195541 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base_untrusted.gyp')
-rw-r--r-- | base/base_untrusted.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/base/base_untrusted.gyp b/base/base_untrusted.gyp index b63885b..a4c26b1 100644 --- a/base/base_untrusted.gyp +++ b/base/base_untrusted.gyp @@ -23,6 +23,8 @@ 'build_glibc': 1, 'build_newlib': 1, 'sources': [ + 'base_switches.cc', + 'base_switches.h', 'string16.cc', 'sync_socket_nacl.cc', 'time_posix.cc', |