Index: content/content_shell.gypi |
diff --git a/content/content_shell.gypi b/content/content_shell.gypi |
index 275e008281bab591c0e30a30d28a4d43f62c3542..9923bf9bdc6c924ff60a6b024c10e3ee8e066379 100644 |
--- a/content/content_shell.gypi |
+++ b/content/content_shell.gypi |
@@ -42,8 +42,6 @@ |
'..', |
], |
'sources': [ |
- 'shell/android/draw_context.cc', |
- 'shell/android/draw_context.h', |
'shell/geolocation/shell_access_token_store.cc', |
'shell/geolocation/shell_access_token_store.h', |
'shell/layout_test_controller.cc', |
@@ -561,6 +559,8 @@ |
'<(SHARED_INTERMEDIATE_DIR)/content/shell', |
], |
'sources': [ |
+ 'shell/android/draw_context.cc', |
+ 'shell/android/draw_context.h', |
'shell/android/shell_library_loader.cc', |
'shell/android/shell_library_loader.h', |
'shell/android/shell_manager.cc', |