 Chromium Code Reviews
 Chromium Code Reviews Issue 1768853002:
  Match version of idl_parser and WebCore so go.sh can be run from a Dart only enlistment.  (Closed) 
  Base URL: https://github.com/dart-lang/sdk.git@master
    
  
    Issue 1768853002:
  Match version of idl_parser and WebCore so go.sh can be run from a Dart only enlistment.  (Closed) 
  Base URL: https://github.com/dart-lang/sdk.git@master| Index: tools/.gitignore | 
| diff --git a/tools/.gitignore b/tools/.gitignore | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..2814b7b8f9e41c6c6ab4b30ecb7efe7f343db274 | 
| --- /dev/null | 
| +++ b/tools/.gitignore | 
| @@ -0,0 +1,3 @@ | 
| +# tools/idl_parser is populated by gclient sync | 
| +idl_parser | 
| + |