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

Side by Side Diff: chrome/chrome.gyp

Issue 141035: Refactor the favicon loader out of gtk/options/general_page_gtk to gtk/list_store_favicon_loader, (Closed)
Patch Set: rebase Created 11 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
« no previous file with comments | « chrome/browser/gtk/options/general_page_gtk.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 989 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 'browser/gtk/infobar_gtk.cc', 1000 'browser/gtk/infobar_gtk.cc',
1001 'browser/gtk/infobar_gtk.h', 1001 'browser/gtk/infobar_gtk.h',
1002 'browser/gtk/keyword_editor_view.cc', 1002 'browser/gtk/keyword_editor_view.cc',
1003 'browser/gtk/keyword_editor_view.h', 1003 'browser/gtk/keyword_editor_view.h',
1004 'browser/gtk/find_bar_gtk.cc', 1004 'browser/gtk/find_bar_gtk.cc',
1005 'browser/gtk/find_bar_gtk.h', 1005 'browser/gtk/find_bar_gtk.h',
1006 'browser/gtk/focus_store_gtk.cc', 1006 'browser/gtk/focus_store_gtk.cc',
1007 'browser/gtk/focus_store_gtk.h', 1007 'browser/gtk/focus_store_gtk.h',
1008 'browser/gtk/location_bar_view_gtk.cc', 1008 'browser/gtk/location_bar_view_gtk.cc',
1009 'browser/gtk/location_bar_view_gtk.h', 1009 'browser/gtk/location_bar_view_gtk.h',
1010 'browser/gtk/list_store_favicon_loader.cc',
1011 'browser/gtk/list_store_favicon_loader.h',
1010 'browser/gtk/menu_gtk.cc', 1012 'browser/gtk/menu_gtk.cc',
1011 'browser/gtk/menu_gtk.h', 1013 'browser/gtk/menu_gtk.h',
1012 'browser/gtk/nine_box.cc', 1014 'browser/gtk/nine_box.cc',
1013 'browser/gtk/nine_box.h', 1015 'browser/gtk/nine_box.h',
1014 'browser/gtk/options/content_page_gtk.cc', 1016 'browser/gtk/options/content_page_gtk.cc',
1015 'browser/gtk/options/content_page_gtk.h', 1017 'browser/gtk/options/content_page_gtk.h',
1016 'browser/gtk/options/fonts_languages_window_gtk.cc', 1018 'browser/gtk/options/fonts_languages_window_gtk.cc',
1017 'browser/gtk/options/general_page_gtk.cc', 1019 'browser/gtk/options/general_page_gtk.cc',
1018 'browser/gtk/options/general_page_gtk.h', 1020 'browser/gtk/options/general_page_gtk.h',
1019 'browser/gtk/options/options_layout_gtk.cc', 1021 'browser/gtk/options/options_layout_gtk.cc',
(...skipping 3770 matching lines...) Expand 10 before | Expand all | Expand 10 after
4790 # Use outputs of this action as inputs for the main target build. 4792 # Use outputs of this action as inputs for the main target build.
4791 # Seems as a misnomer but makes this happy on Linux (scons). 4793 # Seems as a misnomer but makes this happy on Linux (scons).
4792 'process_outputs_as_sources': 1, 4794 'process_outputs_as_sources': 1,
4793 }, 4795 },
4794 ], # 'actions' 4796 ], # 'actions'
4795 }, 4797 },
4796 ] 4798 ]
4797 }], 4799 }],
4798 ], # 'conditions' 4800 ], # 'conditions'
4799 } 4801 }
OLDNEW
« no previous file with comments | « chrome/browser/gtk/options/general_page_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698