diff options
author | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-25 16:29:02 +0000 |
---|---|---|
committer | sgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-25 16:29:02 +0000 |
commit | 42fc3155c8fd9923bfe4f854bc9d6e67bb5cdb12 (patch) | |
tree | 47dea00a3bf418d3d8ea56e0320752f37fa30ea8 /build/all.gyp | |
parent | 499d90448e2bdcff7583c20a4cd483f963b39463 (diff) | |
download | chromium_src-42fc3155c8fd9923bfe4f854bc9d6e67bb5cdb12.zip chromium_src-42fc3155c8fd9923bfe4f854bc9d6e67bb5cdb12.tar.gz chromium_src-42fc3155c8fd9923bfe4f854bc9d6e67bb5cdb12.tar.bz2 |
Add a gtk_clipboard_dump target with a new .gyp file.
Review URL: http://codereview.chromium.org/42593
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12454 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp index a55b2c0..c50921f 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -25,6 +25,11 @@ '../net/net.gyp:*', ], 'conditions': [ + ['OS=="linux"', { + 'dependencies': [ + '../tools/gtk_clipboard_dump/gtk_clipboard_dump.gyp:*', + ], + }], ['OS=="win"', { 'dependencies': [ '../sandbox/sandbox.gyp:*', |