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

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: Actually commit before sending out Created 9 years, 8 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
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 2735 matching lines...) Expand 10 before | Expand all | Expand 10 after
2746 'browser/ui/gtk/theme_install_bubble_view_gtk.cc', 2746 'browser/ui/gtk/theme_install_bubble_view_gtk.cc',
2747 'browser/ui/gtk/theme_install_bubble_view_gtk.h', 2747 'browser/ui/gtk/theme_install_bubble_view_gtk.h',
2748 'browser/ui/gtk/infobars/after_translate_infobar_gtk.cc', 2748 'browser/ui/gtk/infobars/after_translate_infobar_gtk.cc',
2749 'browser/ui/gtk/infobars/after_translate_infobar_gtk.h', 2749 'browser/ui/gtk/infobars/after_translate_infobar_gtk.h',
2750 'browser/ui/gtk/infobars/before_translate_infobar_gtk.cc', 2750 'browser/ui/gtk/infobars/before_translate_infobar_gtk.cc',
2751 'browser/ui/gtk/infobars/before_translate_infobar_gtk.h', 2751 'browser/ui/gtk/infobars/before_translate_infobar_gtk.h',
2752 'browser/ui/gtk/infobars/translate_infobar_base_gtk.cc', 2752 'browser/ui/gtk/infobars/translate_infobar_base_gtk.cc',
2753 'browser/ui/gtk/infobars/translate_infobar_base_gtk.h', 2753 'browser/ui/gtk/infobars/translate_infobar_base_gtk.h',
2754 'browser/ui/gtk/infobars/translate_message_infobar_gtk.cc', 2754 'browser/ui/gtk/infobars/translate_message_infobar_gtk.cc',
2755 'browser/ui/gtk/infobars/translate_message_infobar_gtk.h', 2755 'browser/ui/gtk/infobars/translate_message_infobar_gtk.h',
2756 'browser/ui/gtk/unity_service.cc',
2757 'browser/ui/gtk/unity_service.h',
2756 'browser/ui/gtk/update_recommended_dialog.cc', 2758 'browser/ui/gtk/update_recommended_dialog.cc',
2757 'browser/ui/gtk/update_recommended_dialog.h', 2759 'browser/ui/gtk/update_recommended_dialog.h',
2758 'browser/ui/gtk/view_id_util.cc', 2760 'browser/ui/gtk/view_id_util.cc',
2759 'browser/ui/gtk/view_id_util.h', 2761 'browser/ui/gtk/view_id_util.h',
2760 'browser/ui/input_window_dialog.h', 2762 'browser/ui/input_window_dialog.h',
2761 'browser/ui/input_window_dialog_gtk.cc', 2763 'browser/ui/input_window_dialog_gtk.cc',
2762 'browser/ui/input_window_dialog_win.cc', 2764 'browser/ui/input_window_dialog_win.cc',
2763 'browser/ui/login/login_model.h', 2765 'browser/ui/login/login_model.h',
2764 'browser/ui/login/login_prompt.cc', 2766 'browser/ui/login/login_prompt.cc',
2765 'browser/ui/login/login_prompt.h', 2767 'browser/ui/login/login_prompt.h',
(...skipping 1705 matching lines...) Expand 10 before | Expand all | Expand 10 after
4471 'hard_dependency': 1, 4473 'hard_dependency': 1,
4472 }, 4474 },
4473 ], 4475 ],
4474 } 4476 }
4475 4477
4476 # Local Variables: 4478 # Local Variables:
4477 # tab-width:2 4479 # tab-width:2
4478 # indent-tabs-mode:nil 4480 # indent-tabs-mode:nil
4479 # End: 4481 # End:
4480 # vim: set expandtab tabstop=2 shiftwidth=2: 4482 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/browser/ui/gtk/unity_service.cc ('K') | « 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