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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 'target_name': 'enhanced_bookmarks_resources',
9 'type': 'none',
10 'variables': {
11 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components/resources/enhance d_bookmarks',
12 'get_salient_image_url_gen_js': '<(SHARED_INTERMEDIATE_DIR)/closure/comp onents/resources/enhanced_bookmarks/get_salient_image_url.js',
13 'dom_initializer_gen_js': '<(SHARED_INTERMEDIATE_DIR)/closure/components /resources/enhanced_bookmarks/dom_initializer.js',
14 },
15 'actions': [
16 {
17 'action_name': 'generate_enhanced_bookmarks_resources',
18 'variables': {
19 'grit_grd_file': 'enhanced_bookmarks_resources.grd',
20 'grit_additional_defines': [
21 '-E', 'get_salient_image_url_gen_js=<(get_salient_image_url_gen_js )',
22 '-E', 'dom_initializer_gen_js=<(dom_initializer_gen_js)',
23 ],
24 },
25 'includes': [ '../../../build/grit_action.gypi' ],
26 },
27 ],
28 'includes': [ '../../../build/grit_target.gypi' ],
29 },
30 ],
31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698