diff options
author | markusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-30 14:32:01 +0000 |
---|---|---|
committer | markusheintz@chromium.org <markusheintz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-30 14:32:01 +0000 |
commit | 446c9df29b0dc6527ec490c13c207bc3bd94d469 (patch) | |
tree | 249c673bf1d36aca55a7df40a7d5d2fedde14b2e /chrome/chrome.gyp | |
parent | 0138b4a799f9a40992c6f8ea5a43bf40f8a620f0 (diff) | |
download | chromium_src-446c9df29b0dc6527ec490c13c207bc3bd94d469.zip chromium_src-446c9df29b0dc6527ec490c13c207bc3bd94d469.tar.gz chromium_src-446c9df29b0dc6527ec490c13c207bc3bd94d469.tar.bz2 |
ADMX/ADML Writer to generate ADMX/ADMl templates.
BUG=53315
TEST=manual
Review URL: http://codereview.chromium.org/3162030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57858 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index e9ecaa4..6d67921 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -1802,7 +1802,7 @@ }, ]}, # 'targets' ], # OS=="win" - ['OS=="win" or OS=="mac"', + ['OS=="win" or OS=="mac" or OS=="linux"', { 'targets': [ { # policy_templates has different inputs and outputs, so it can't use @@ -1863,7 +1863,7 @@ ], }, ]}, # 'targets' - ], # OS=="win" or OS=="mac" + ], # OS=="win" or OS=="mac" or OS=="linux" ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', { 'targets': [{ 'target_name': 'packed_resources', |