Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / components / sessions / BUILD.gn
index 96c22d5..79a0d4b 100644 (file)
@@ -3,13 +3,15 @@
 # found in the LICENSE file.
 
 if (is_android) {
-  import("//build/config/android/config.gn")
+  import("//build/config/android/config.gni")
 }
 
 component("sessions") {
   sources = [
     "serialized_navigation_entry.cc",
     "serialized_navigation_entry.h",
+    "session_id.cc",
+    "session_id.h",
   ]
 
   defines = [ "SESSIONS_IMPLEMENTATION" ]
@@ -18,6 +20,7 @@ component("sessions") {
     "//base",
     "//content/public/browser",
     "//skia",
+    "//ui/base",
     "//url",
   ]
 
@@ -27,6 +30,7 @@ component("sessions") {
 }
 
 static_library("test_support") {
+  testonly = true
   sources = [
     "serialized_navigation_entry_test_helper.cc",
     "serialized_navigation_entry_test_helper.h",