mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
24 lines
572 B
Plaintext
24 lines
572 B
Plaintext
# Make sure blank lines are maintained before comments in lists.
|
|
|
|
deps = [
|
|
"//pdf", # Not compiled on Android in GYP yet, either.
|
|
"//ppapi:ppapi_c",
|
|
"//third_party/libusb",
|
|
"//ui/keyboard", # Blocked on content.
|
|
|
|
# Seems to not be compiled on Android. Otherwise it will need a config.h.
|
|
"//third_party/libxslt",
|
|
|
|
# Not relevant to Android.
|
|
"//ash",
|
|
"//tools/gn",
|
|
|
|
# Multiple line
|
|
# comment
|
|
# here.
|
|
"//ui/aura",
|
|
"//ui/display",
|
|
"//ui/views",
|
|
"//ui/views/controls/webview",
|
|
]
|