diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 19:39:24 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 19:39:24 +0000 |
commit | 951269b68cd119ea7eeb2e894477df800eeb4c3d (patch) | |
tree | e31539ff66aea82836ac1e4264e1c9aafc91ec7a /base/base.gypi | |
parent | ec44a9a1abaf8ffdc001182b0345295081c6b714 (diff) | |
download | chromium_src-951269b68cd119ea7eeb2e894477df800eeb4c3d.zip chromium_src-951269b68cd119ea7eeb2e894477df800eeb4c3d.tar.gz chromium_src-951269b68cd119ea7eeb2e894477df800eeb4c3d.tar.bz2 |
Improve error messages for bad SocketParams.
Make it a compile-time error instead of link-time.
Add a check to make sure you don't try to use it with a pointer.
BUG=41016
Review URL: http://codereview.chromium.org/1604042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49823 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi index f9d025c..42c1c47 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -235,6 +235,7 @@ 'sys_string_conversions_mac.mm', 'sys_string_conversions_win.cc', 'task.h', + 'template_util.h', 'thread.cc', 'thread.h', 'thread_collision_warner.cc', |