summaryrefslogtreecommitdiffstats
path: root/build/all.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'build/all.gyp')
-rw-r--r--build/all.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/build/all.gyp b/build/all.gyp
index 7895f51..7fbd745 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -44,6 +44,11 @@
'../v8/tools/gyp/v8.gyp:*',
],
}],
+ ['chrome_frame_define==1', {
+ 'dependencies': [
+ '../chrome_frame/chrome_frame.gyp:*',
+ ],
+ }],
['OS=="mac"', {
'dependencies': [
'../third_party/ocmock/ocmock.gyp:*',