Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / history / core / browser / BUILD.gn
index 824abf2..18d561e 100644 (file)
@@ -6,10 +6,10 @@ static_library("browser") {
   sources = [
     "history_client.cc",
     "history_client.h",
-    "history_types.cc",
-    "history_types.h",
     "history_match.cc",
     "history_match.h",
+    "history_types.cc",
+    "history_types.h",
     "in_memory_database.cc",
     "in_memory_database.h",
     "keyword_id.h",
@@ -17,6 +17,7 @@ static_library("browser") {
     "keyword_search_term.h",
     "page_usage_data.cc",
     "page_usage_data.h",
+    "top_sites_observer.h",
     "url_database.cc",
     "url_database.h",
     "url_row.cc",
@@ -30,6 +31,7 @@ static_library("browser") {
     "//components/query_parser",
     "//net",
     "//sql",
+    "//ui/base",
     "//ui/gfx",
   ]
 }