diff options
author | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-03 19:01:37 +0000 |
---|---|---|
committer | gman@google.com <gman@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-03 19:01:37 +0000 |
commit | f8d51c6f1a9c629dfc7fd65a72639398addf245d (patch) | |
tree | e9165e8b3e6863932940da82f64dd91fa69ddf98 /o3d/documentation/documentation.gyp | |
parent | d50d9dbb65e6ebce429fcbdab5c04e5a76b32f9b (diff) | |
download | chromium_src-f8d51c6f1a9c629dfc7fd65a72639398addf245d.zip chromium_src-f8d51c6f1a9c629dfc7fd65a72639398addf245d.tar.gz chromium_src-f8d51c6f1a9c629dfc7fd65a72639398addf245d.tar.bz2 |
Change build to only have one place to list
o3djs files and build / selenium to use
compiled o3djs libs.
Review URL: http://codereview.chromium.org/353017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30838 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/documentation/documentation.gyp')
-rw-r--r-- | o3d/documentation/documentation.gyp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/o3d/documentation/documentation.gyp b/o3d/documentation/documentation.gyp index fbba4a6..1d697e0 100644 --- a/o3d/documentation/documentation.gyp +++ b/o3d/documentation/documentation.gyp @@ -75,6 +75,14 @@ ], }, ], + 'copies': [ + { + 'destination': '<(PRODUCT_DIR)/samples/o3djs', + 'files': [ + '<(PRODUCT_DIR)/docs/documentation/base.js', + ], + }, + ], }, ], }, |