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

Unified Diff: o3d/DEPS_gyp

Issue 200144: Make follow-up changes per r26302 review comments (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 months 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 | « build/gyp_chromium ('k') | o3d/build/gyp_o3d » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: o3d/DEPS_gyp
===================================================================
--- o3d/DEPS_gyp (revision 26360)
+++ o3d/DEPS_gyp (working copy)
@@ -143,9 +143,8 @@
hooks = [
{
- # A change to a .gyp, .gypi, or to GYP itself shound run the generator.
- "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|MANIFEST$",
- "action": ["python", "build/gyp_o3d", "build/all.gyp", "--depth", ".",
- "-D", "mac_deployment_target=10.4"],
+ # A change to a .gyp, .gypi, or to GYP itself should run the generator.
+ "pattern": "\\.gypi?$|[/\\\\]src[/\\\\]tools[/\\\\]gyp[/\\\\]|[/\\\\]src[/\\\\]o3d[/\\\\]build[/\\\\]gyp_o3d$|MANIFEST$",
+ "action": ["python", "o3d/build/gyp_o3d", "o3d/build/all.gyp"],
},
]
« no previous file with comments | « build/gyp_chromium ('k') | o3d/build/gyp_o3d » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698