Index: content/public/app/BUILD.gn |
diff --git a/content/public/app/BUILD.gn b/content/public/app/BUILD.gn |
index 20ee710e738714299487eec447301bc5fae05f3b..d75b59e3a552ac0aef016a386c36c0235882caad 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. |