Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(203)

Unified Diff: documentation/documentation.gyp

Issue 353017: Change build to only have one place to list... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/o3d/
Patch Set: Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « documentation/build_docs.py ('k') | documentation/get_docs_files.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: documentation/documentation.gyp
===================================================================
--- documentation/documentation.gyp (revision 30795)
+++ documentation/documentation.gyp (working copy)
@@ -75,6 +75,14 @@
],
},
],
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)/samples/o3djs',
+ 'files': [
+ '<(PRODUCT_DIR)/docs/documentation/base.js',
+ ],
+ },
+ ],
},
],
},
« no previous file with comments | « documentation/build_docs.py ('k') | documentation/get_docs_files.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698