Chromium Code Reviews| Index: third_party/leveldatabase/leveldatabase.gyp |
| diff --git a/third_party/leveldatabase/leveldatabase.gyp b/third_party/leveldatabase/leveldatabase.gyp |
| index 4590c42047121d7356efeec85e8f648f9f6ed0a2..946cc7200b4a9b76075bf189b1f818cd32f7d66b 100644 |
| --- a/third_party/leveldatabase/leveldatabase.gyp |
| +++ b/third_party/leveldatabase/leveldatabase.gyp |
| @@ -49,6 +49,7 @@ |
| 'include_dirs': [ |
| 'src/include/', |
| 'src/', |
| + '.', |
| ], |
| 'conditions': [ |
| ['OS == "win"', { |
| @@ -69,6 +70,7 @@ |
| # Include and then exclude so that all files show up in IDEs, even if |
| # they don't build. |
| 'env_chromium.cc', |
| + 'env_idb.h', |
| 'port/port_chromium.cc', |
| 'port/port_chromium.h', |
| 'src/db/builder.cc', |