summaryrefslogtreecommitdiffstats
path: root/content/public/app/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/app/BUILD.gn')
-rw-r--r--content/public/app/BUILD.gn7
1 files changed, 3 insertions, 4 deletions
diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn
index 20ee710..d75b59e 100644
--- a/content/public/app/BUILD.gn
+++ b/content/public/app/BUILD.gn
@@ -20,6 +20,8 @@
# //content (shared library) ->
# //content/public/app:both_sources (source set)
+import("//build/config/chrome_build.gni")
+
public_app_shared_sources = [
"content_jni_onload.h",
"content_main.h",
@@ -91,10 +93,7 @@ if (is_component_build) {
]
}
- # TODO(GYP) enable chrome_multiple_dll support
- is_chrome_multiple_dll = false
-
- if (is_chrome_multiple_dll) {
+ if (is_multi_dll_chrome) {
source_set("browser") {
check_includes = false # See comment above.