summaryrefslogtreecommitdiffstats
path: root/chromium/content/content.gni
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/content.gni')
-rw-r--r--chromium/content/content.gni12
1 files changed, 12 insertions, 0 deletions
diff --git a/chromium/content/content.gni b/chromium/content/content.gni
new file mode 100644
index 00000000000..cd1b86e7f63
--- /dev/null
+++ b/chromium/content/content.gni
@@ -0,0 +1,12 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+if (is_win) {
+ directxsdk_exists =
+ (exec_script("//build/dir_exists.py",
+ [ rebase_path("//third_party/directxsdk", root_build_dir) ],
+ "trim string") == "True")
+} else {
+ directxsdk_exists = false
+}