Files.app: Take back disabled DefaultActionDialog/FileManagerBrowserTest.
[chromium-blink-merge.git] / content / content.gni
blobe0834a3c56ea0b81672f821e920ac664ce7f948f
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 if (is_win) {
6   directxsdk_exists =
7       exec_script("//build/dir_exists.py",
8                   [ rebase_path("//third_party/directxsdk", root_build_dir) ],
9                   "trim string") == "True"
10 } else {
11   directxsdk_exists = false