diff options
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index 6b4f47f..b3e9612 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -7,9 +7,7 @@ 'chromium_code': 1, 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', }, - 'includes': [ - 'ash_resources.gypi', - ], + 'targets': [ { 'target_name': 'ash', @@ -38,7 +36,6 @@ '../ui/views/controls/webview/webview.gyp:webview', '../ui/views/views.gyp:views', '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', - 'ash_resources', ], 'defines': [ 'ASH_IMPLEMENTATION', @@ -444,7 +441,6 @@ '../ui/views/views.gyp:views_examples_with_content_lib', '../ui/views/views.gyp:test_support_views', 'ash', - 'ash_resources', ], 'sources': [ '../ui/views/test/test_views_delegate.cc', @@ -586,7 +582,6 @@ '../ui/views/views.gyp:views_examples_with_content_lib', '../ui/views/views.gyp:test_support_views', 'ash', - 'ash_resources', ], 'sources': [ 'shell/app_list.cc', |