Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1591)

Unified Diff: content/common/BUILD.gn

Issue 800543006: Add OILPAN string to developer build chromium's webkit revision (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added import to BUILD.gn Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/common/user_agent.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « no previous file | content/common/user_agent.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698