 Chromium Code Reviews
 Chromium Code Reviews Issue 8483003:
  Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 8483003:
  Callback API Change: Reimplement Bind(); support IgnoreResult, full currying, and use less types  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: build/nocompile.gypi | 
| diff --git a/build/nocompile.gypi b/build/nocompile.gypi | 
| index ef142b91ac43f8313e1af823ec0cd0c5dfd76838..88dffc714ca492d5af360ae595346db763181cd0 100644 | 
| --- a/build/nocompile.gypi | 
| +++ b/build/nocompile.gypi | 
| @@ -57,7 +57,6 @@ | 
| # least processed when things go right. | 
| { | 
| - 'sources/': [['exclude', '\\.nc$']], | 
| 'conditions': [ | 
| [ 'OS=="linux" and clang==0', { | 
| 'rules': [ |