Chromium Code Reviews| Index: components/history.gypi |
| diff --git a/components/history.gypi b/components/history.gypi |
| index a0c4d83347f3ff3dcc1753113fd28f39a691f4ba..bb750028b08e2148283d2f31e6ce9f6335f4b65d 100644 |
| --- a/components/history.gypi |
| +++ b/components/history.gypi |
| @@ -16,9 +16,15 @@ |
| 'keyed_service_core', |
|
sdefresne
2014/06/25 13:21:09
You need to add net/net.gyp:net as dependency here
hashimoto
2014/06/25 16:37:33
Good catch.
Added net and query_parser.
|
| ], |
| 'sources': [ |
| - 'history/core/browser/history_client.h', |
| 'history/core/browser/history_client.cc', |
| + 'history/core/browser/history_client.h', |
| 'history/core/browser/keyword_id.h', |
| + 'history/core/browser/keyword_search_term.cc', |
| + 'history/core/browser/keyword_search_term.h', |
| + 'history/core/browser/url_database.cc', |
| + 'history/core/browser/url_database.h', |
| + 'history/core/browser/url_row.cc', |
| + 'history/core/browser/url_row.h', |
| ], |
| }, |
| { |