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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6903017: GTK: Add download notifications to the unity dock. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: evnam comments Created 9 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/gtk/unity_service.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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2731 matching lines...) Expand 10 before | Expand all | Expand 10 after
2742 'browser/ui/gtk/theme_install_bubble_view_gtk.cc', 2742 'browser/ui/gtk/theme_install_bubble_view_gtk.cc',
2743 'browser/ui/gtk/theme_install_bubble_view_gtk.h', 2743 'browser/ui/gtk/theme_install_bubble_view_gtk.h',
2744 'browser/ui/gtk/infobars/after_translate_infobar_gtk.cc', 2744 'browser/ui/gtk/infobars/after_translate_infobar_gtk.cc',
2745 'browser/ui/gtk/infobars/after_translate_infobar_gtk.h', 2745 'browser/ui/gtk/infobars/after_translate_infobar_gtk.h',
2746 'browser/ui/gtk/infobars/before_translate_infobar_gtk.cc', 2746 'browser/ui/gtk/infobars/before_translate_infobar_gtk.cc',
2747 'browser/ui/gtk/infobars/before_translate_infobar_gtk.h', 2747 'browser/ui/gtk/infobars/before_translate_infobar_gtk.h',
2748 'browser/ui/gtk/infobars/translate_infobar_base_gtk.cc', 2748 'browser/ui/gtk/infobars/translate_infobar_base_gtk.cc',
2749 'browser/ui/gtk/infobars/translate_infobar_base_gtk.h', 2749 'browser/ui/gtk/infobars/translate_infobar_base_gtk.h',
2750 'browser/ui/gtk/infobars/translate_message_infobar_gtk.cc', 2750 'browser/ui/gtk/infobars/translate_message_infobar_gtk.cc',
2751 'browser/ui/gtk/infobars/translate_message_infobar_gtk.h', 2751 'browser/ui/gtk/infobars/translate_message_infobar_gtk.h',
2752 'browser/ui/gtk/unity_service.cc',
2753 'browser/ui/gtk/unity_service.h',
2752 'browser/ui/gtk/update_recommended_dialog.cc', 2754 'browser/ui/gtk/update_recommended_dialog.cc',
2753 'browser/ui/gtk/update_recommended_dialog.h', 2755 'browser/ui/gtk/update_recommended_dialog.h',
2754 'browser/ui/gtk/view_id_util.cc', 2756 'browser/ui/gtk/view_id_util.cc',
2755 'browser/ui/gtk/view_id_util.h', 2757 'browser/ui/gtk/view_id_util.h',
2756 'browser/ui/input_window_dialog.h', 2758 'browser/ui/input_window_dialog.h',
2757 'browser/ui/input_window_dialog_gtk.cc', 2759 'browser/ui/input_window_dialog_gtk.cc',
2758 'browser/ui/input_window_dialog_win.cc', 2760 'browser/ui/input_window_dialog_win.cc',
2759 'browser/ui/login/login_model.h', 2761 'browser/ui/login/login_model.h',
2760 'browser/ui/login/login_prompt.cc', 2762 'browser/ui/login/login_prompt.cc',
2761 'browser/ui/login/login_prompt.h', 2763 'browser/ui/login/login_prompt.h',
(...skipping 1705 matching lines...) Expand 10 before | Expand all | Expand 10 after
4467 'hard_dependency': 1, 4469 'hard_dependency': 1,
4468 }, 4470 },
4469 ], 4471 ],
4470 } 4472 }
4471 4473
4472 # Local Variables: 4474 # Local Variables:
4473 # tab-width:2 4475 # tab-width:2
4474 # indent-tabs-mode:nil 4476 # indent-tabs-mode:nil
4475 # End: 4477 # End:
4476 # vim: set expandtab tabstop=2 shiftwidth=2: 4478 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/gtk/unity_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698