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

Unified Diff: components/resources/enhanced_bookmarks/enhanced_bookmarks_resources.gyp

Issue 1202713002: Replace enhanced bookmarks salient images with favicons (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Line wraps in EnhanacedBookmarkItem.java Created 5 years, 6 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: components/resources/enhanced_bookmarks/enhanced_bookmarks_resources.gyp
diff --git a/components/resources/enhanced_bookmarks/enhanced_bookmarks_resources.gyp b/components/resources/enhanced_bookmarks/enhanced_bookmarks_resources.gyp
deleted file mode 100644
index c0c817d6f847478d248d7c9ad42000cd5baf525e..0000000000000000000000000000000000000000
--- a/components/resources/enhanced_bookmarks/enhanced_bookmarks_resources.gyp
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2015 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': 'enhanced_bookmarks_resources',
- 'type': 'none',
- 'variables': {
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components/resources/enhanced_bookmarks',
- 'get_salient_image_url_gen_js': '<(SHARED_INTERMEDIATE_DIR)/closure/components/resources/enhanced_bookmarks/get_salient_image_url.js',
- 'dom_initializer_gen_js': '<(SHARED_INTERMEDIATE_DIR)/closure/components/resources/enhanced_bookmarks/dom_initializer.js',
- },
- 'actions': [
- {
- 'action_name': 'generate_enhanced_bookmarks_resources',
- 'variables': {
- 'grit_grd_file': 'enhanced_bookmarks_resources.grd',
- 'grit_additional_defines': [
- '-E', 'get_salient_image_url_gen_js=<(get_salient_image_url_gen_js)',
- '-E', 'dom_initializer_gen_js=<(dom_initializer_gen_js)',
- ],
- },
- 'includes': [ '../../../build/grit_action.gypi' ],
- },
- ],
- 'includes': [ '../../../build/grit_target.gypi' ],
- },
- ],
-}

Powered by Google App Engine
This is Rietveld 408576698