diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-04 02:58:19 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-04 02:58:19 +0000 |
commit | 47b7d4b321c090d77ced65c8e3fa25cbb15ee3e8 (patch) | |
tree | f58929b775c5fe7e2c5133edffa400f432ba0fd8 /remoting/remoting.gyp | |
parent | 7c16976ce7a48a9cd9715c1ed87696386a743ad6 (diff) | |
download | chromium_src-47b7d4b321c090d77ced65c8e3fa25cbb15ee3e8.zip chromium_src-47b7d4b321c090d77ced65c8e3fa25cbb15ee3e8.tar.gz chromium_src-47b7d4b321c090d77ced65c8e3fa25cbb15ee3e8.tar.bz2 |
Add support for suppressing error logging, and don't log errors due to cached host information or client device suspend.
BUG=139389
Review URL: https://chromiumcodereview.appspot.com/10825187
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150004 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r-- | remoting/remoting.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp index 9fc0bfd..4d76aa5 100644 --- a/remoting/remoting.gyp +++ b/remoting/remoting.gyp @@ -172,6 +172,7 @@ 'webapp/server_log_entry.js', 'webapp/spinner.gif', 'webapp/stats_accumulator.js', + 'webapp/suspend_monitor.js', 'webapp/toolbar.css', 'webapp/toolbar.js', 'webapp/ui_mode.js', |