Index: mojo/mojo.gyp |
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp |
index 79acf65f868ab969cea7ce0b24fe6ff47765c2aa..34322a277d9e6f43475cad7d0f1c4eed6f8301d8 100644 |
--- a/mojo/mojo.gyp |
+++ b/mojo/mojo.gyp |
@@ -504,8 +504,6 @@ |
'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"', { |
@@ -520,11 +518,6 @@ |
'../skia/skia.gyp:skia', |
'mojo_shell_client', |
'mojo_view_manager', |
- ], |
- }, { # use_aura==0 |
- 'sources!': [ |
- 'shell/view_manager_loader.cc', |
- 'shell/view_manager_loader.h', |
], |
}], |
], |