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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 594056: Translate Infobars for OS X. (Closed)
Patch Set: Fix review comments Created 10 years, 10 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/views/infobars/translate_infobars.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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'browser/cocoa/theme_install_bubble_view.h', 687 'browser/cocoa/theme_install_bubble_view.h',
688 'browser/cocoa/theme_install_bubble_view.mm', 688 'browser/cocoa/theme_install_bubble_view.mm',
689 'browser/cocoa/throbber_view.h', 689 'browser/cocoa/throbber_view.h',
690 'browser/cocoa/throbber_view.mm', 690 'browser/cocoa/throbber_view.mm',
691 'browser/cocoa/toolbar_button_cell.h', 691 'browser/cocoa/toolbar_button_cell.h',
692 'browser/cocoa/toolbar_button_cell.mm', 692 'browser/cocoa/toolbar_button_cell.mm',
693 'browser/cocoa/toolbar_controller.h', 693 'browser/cocoa/toolbar_controller.h',
694 'browser/cocoa/toolbar_controller.mm', 694 'browser/cocoa/toolbar_controller.mm',
695 'browser/cocoa/toolbar_view.h', 695 'browser/cocoa/toolbar_view.h',
696 'browser/cocoa/toolbar_view.mm', 696 'browser/cocoa/toolbar_view.mm',
697 'browser/cocoa/translate_infobar.h',
698 'browser/cocoa/translate_infobar.mm',
697 'browser/cocoa/ui_localizer.h', 699 'browser/cocoa/ui_localizer.h',
698 'browser/cocoa/ui_localizer.mm', 700 'browser/cocoa/ui_localizer.mm',
699 'browser/cocoa/url_drop_target.h', 701 'browser/cocoa/url_drop_target.h',
700 'browser/cocoa/url_drop_target.mm', 702 'browser/cocoa/url_drop_target.mm',
701 'browser/cocoa/vertical_layout_view.h', 703 'browser/cocoa/vertical_layout_view.h',
702 'browser/cocoa/vertical_layout_view.mm', 704 'browser/cocoa/vertical_layout_view.mm',
703 'browser/cocoa/view_resizer.h', 705 'browser/cocoa/view_resizer.h',
704 'browser/cocoa/web_drag_source.h', 706 'browser/cocoa/web_drag_source.h',
705 'browser/cocoa/web_drag_source.mm', 707 'browser/cocoa/web_drag_source.mm',
706 'browser/cocoa/web_drop_target.h', 708 'browser/cocoa/web_drop_target.h',
(...skipping 2098 matching lines...) Expand 10 before | Expand all | Expand 10 after
2805 ], 2807 ],
2806 }, 2808 },
2807 ], 2809 ],
2808 } 2810 }
2809 2811
2810 # Local Variables: 2812 # Local Variables:
2811 # tab-width:2 2813 # tab-width:2
2812 # indent-tabs-mode:nil 2814 # indent-tabs-mode:nil
2813 # End: 2815 # End:
2814 # vim: set expandtab tabstop=2 shiftwidth=2: 2816 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/infobars/translate_infobars.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698