Index: ui/webui/resources/cr_elements/v1_0/compiled_resources.gyp |
diff --git a/tools/android/file_poller/file_poller.gyp b/ui/webui/resources/cr_elements/v1_0/compiled_resources.gyp |
similarity index 58% |
copy from tools/android/file_poller/file_poller.gyp |
copy to ui/webui/resources/cr_elements/v1_0/compiled_resources.gyp |
index 097344d2d29937d49bae28f12b937aadab8db3f6..5042b1fa6b17a025b07392c6ef4f80ef6918b291 100644 |
--- a/tools/android/file_poller/file_poller.gyp |
+++ b/ui/webui/resources/cr_elements/v1_0/compiled_resources.gyp |
@@ -1,18 +1,15 @@ |
# Copyright 2014 The Chromium Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
- |
{ |
'targets': [ |
{ |
- 'target_name': 'file_poller', |
- 'type': 'executable', |
+ 'target_name': 'cr_elements_resources', |
+ 'type': 'none', |
'dependencies': [ |
- '../../../base/base.gyp:base', |
- ], |
- 'sources': [ |
- 'file_poller.cc', |
+ 'cr_checkbox/compiled_resources.gyp:*', |
+ 'network/compiled_resources.gyp:*', |
], |
}, |
- ], |
+ ] |
} |