Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Unified Diff: chrome/browser/resources/settings/compiled_resources.gyp

Issue 1316003003: Add compiled_resources for settings/ and cr_elements/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@md_settings_compiled_resources_2
Patch Set: Feedback Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/resources/settings/compiled_resources.gyp
diff --git a/tools/android/file_poller/file_poller.gyp b/chrome/browser/resources/settings/compiled_resources.gyp
similarity index 52%
copy from tools/android/file_poller/file_poller.gyp
copy to chrome/browser/resources/settings/compiled_resources.gyp
index 097344d2d29937d49bae28f12b937aadab8db3f6..d054b2a3f46f03611722dae37f481b2efa88db7a 100644
--- a/tools/android/file_poller/file_poller.gyp
+++ b/chrome/browser/resources/settings/compiled_resources.gyp
@@ -1,18 +1,16 @@
# 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': 'settings_resources',
+ 'type': 'none',
'dependencies': [
- '../../../base/base.gyp:base',
- ],
- 'sources': [
- 'file_poller.cc',
+ 'checkbox/compiled_resources.gyp:*',
+ 'internet_page/compiled_resources.gyp:*',
+ 'prefs/compiled_resources.gyp:*'
],
},
- ],
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698