Index: content/common/BUILD.gn |
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn |
index 7a783b0085672dc75db8a1d8c0a12c1d83623168..83db94076086eb32e7c04f599babc60cf13dcb89 100644 |
--- a/content/common/BUILD.gn |
+++ b/content/common/BUILD.gn |
@@ -6,6 +6,7 @@ import("//build/config/features.gni") |
import("//build/config/ui.gni") |
import("//content/common/common.gni") |
import("//mojo/public/tools/bindings/mojom.gni") |
+import("//third_party/WebKit/Source/config.gni") |
tasak
2015/01/15 04:25:54
I need "declare_args" in //third_party/WebKit/Sour
|
if (is_chromeos && cpu_arch != "arm") { |
action("libva_generate_stubs") { |
@@ -362,6 +363,10 @@ source_set("common") { |
sources -= [ "cursors/webcursor_aurawin.cc" ] |
} |
+ if (enable_oilpan) { |
+ defines += [ "ENABLE_OILPAN=1" ] |
+ } |
+ |
if (use_seccomp_bpf) { |
defines += [ "USE_SECCOMP_BPF" ] |
} else { |