Popular sites on the NTP: Try to keep the ordering constant
[chromium-blink-merge.git] / components / guest_view / common / BUILD.gn
blob9916d95a111647db552cff1850f6a081d92e39d5
1 static_library("common") {
2   output_name = "guest_view_common"
3   sources = [
4     "guest_view_constants.cc",
5     "guest_view_constants.h",
6     "guest_view_message_generator.cc",
7     "guest_view_message_generator.h",
8     "guest_view_messages.h",
9   ]
11   deps = [
12     "//base",
13     "//ipc",
14   ]