X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcomponents%2Fsessions%2FBUILD.gn;h=79a0d4b4bcea2dcad37213fa363ea9bed81ff688;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=96c22d5dcafe15523edaf0392b20a2d2fa5d5241;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/components/sessions/BUILD.gn b/src/components/sessions/BUILD.gn index 96c22d5..79a0d4b 100644 --- a/src/components/sessions/BUILD.gn +++ b/src/components/sessions/BUILD.gn @@ -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",