Index: mojo/mojo.gyp |
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp |
index 5f5a0851e9a17ffa3e71d8028fcb22ec9eee1ca3..afa6c6d6795b1a9b156d24674dd0384ec944cb26 100644 |
--- a/mojo/mojo.gyp |
+++ b/mojo/mojo.gyp |
@@ -502,6 +502,8 @@ |
'shell/test_child_process.h', |
'shell/url_request_context_getter.cc', |
'shell/url_request_context_getter.h', |
+ 'shell/view_manager_loader.cc', |
+ 'shell/view_manager_loader.h', |
], |
'conditions': [ |
['OS=="linux"', { |
@@ -517,6 +519,11 @@ |
'mojo_shell_client', |
'mojo_view_manager', |
], |
+ }, { # use_aura==0 |
+ 'sources!': [ |
+ 'shell/view_manager_loader.cc', |
+ 'shell/view_manager_loader.h', |
+ ], |
}], |
], |
}, |