Add Media Router Action stub implementation.
[chromium-blink-merge.git] / tools / gn / format_test_data / 019.golden
blobc800ed1fe42f3901e5903364ab52964464b433ab
1 # Make sure blank lines are maintained before comments in lists.
3 deps = [
4   "//pdf",  # Not compiled on Android in GYP yet, either.
5   "//ppapi:ppapi_c",
6   "//third_party/libusb",
7   "//ui/keyboard",  # Blocked on content.
9   # Seems to not be compiled on Android. Otherwise it will need a config.h.
10   "//third_party/libxslt",
12   # Not relevant to Android.
13   "//ash",
14   "//tools/gn",
16   # Multiple line
17   # comment
18   # here.
19   "//ui/aura",
20   "//ui/display",
21   "//ui/views",
22   "//ui/views/controls/webview",