diff options
Diffstat (limited to 'content/content.gyp')
-rw-r--r-- | content/content.gyp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/content/content.gyp b/content/content.gyp index 7fe5ac4..68a6f40 100644 --- a/content/content.gyp +++ b/content/content.gyp @@ -21,10 +21,14 @@ }], ], }, + 'includes': [ + 'content_tests.gypi', + ], 'conditions': [ ['OS != "ios"', { 'includes': [ '../build/win_precompile.gypi', + 'content_shell.gypi', ], }], # In component mode, we build all of content as a single DLL. |