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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7610011: Update Sad Tab help text and link. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use views::GridLayout, address Cocoa comments. Created 9 years, 3 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': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 2613 matching lines...) Expand 10 before | Expand all | Expand 10 after
2624 'browser/ui/cocoa/simple_message_box_mac.mm', 2624 'browser/ui/cocoa/simple_message_box_mac.mm',
2625 'browser/ui/cocoa/speech_input_window_controller.h', 2625 'browser/ui/cocoa/speech_input_window_controller.h',
2626 'browser/ui/cocoa/speech_input_window_controller.mm', 2626 'browser/ui/cocoa/speech_input_window_controller.mm',
2627 'browser/ui/cocoa/ssl_client_certificate_selector.mm', 2627 'browser/ui/cocoa/ssl_client_certificate_selector.mm',
2628 'browser/ui/cocoa/status_bubble_mac.h', 2628 'browser/ui/cocoa/status_bubble_mac.h',
2629 'browser/ui/cocoa/status_bubble_mac.mm', 2629 'browser/ui/cocoa/status_bubble_mac.mm',
2630 'browser/ui/cocoa/status_icons/status_icon_mac.h', 2630 'browser/ui/cocoa/status_icons/status_icon_mac.h',
2631 'browser/ui/cocoa/status_icons/status_icon_mac.mm', 2631 'browser/ui/cocoa/status_icons/status_icon_mac.mm',
2632 'browser/ui/cocoa/status_icons/status_tray_mac.h', 2632 'browser/ui/cocoa/status_icons/status_tray_mac.h',
2633 'browser/ui/cocoa/status_icons/status_tray_mac.mm', 2633 'browser/ui/cocoa/status_icons/status_tray_mac.mm',
2634 'browser/ui/cocoa/hyperlink_text_view.h',
Nico 2011/09/01 03:36:03 alphabetize
msw 2011/09/01 16:27:42 Done.
2635 'browser/ui/cocoa/hyperlink_text_view.mm',
2634 'browser/ui/cocoa/styled_text_field.h', 2636 'browser/ui/cocoa/styled_text_field.h',
2635 'browser/ui/cocoa/styled_text_field.mm', 2637 'browser/ui/cocoa/styled_text_field.mm',
2636 'browser/ui/cocoa/styled_text_field_cell.h', 2638 'browser/ui/cocoa/styled_text_field_cell.h',
2637 'browser/ui/cocoa/styled_text_field_cell.mm', 2639 'browser/ui/cocoa/styled_text_field_cell.mm',
2638 'browser/ui/cocoa/tab_contents/favicon_util.h', 2640 'browser/ui/cocoa/tab_contents/favicon_util.h',
2639 'browser/ui/cocoa/tab_contents/favicon_util.mm', 2641 'browser/ui/cocoa/tab_contents/favicon_util.mm',
2640 'browser/ui/cocoa/tab_contents/previewable_contents_controller.h', 2642 'browser/ui/cocoa/tab_contents/previewable_contents_controller.h',
2641 'browser/ui/cocoa/tab_contents/previewable_contents_controller.mm', 2643 'browser/ui/cocoa/tab_contents/previewable_contents_controller.mm',
2642 'browser/ui/cocoa/tab_contents/sad_tab_controller.h', 2644 'browser/ui/cocoa/tab_contents/sad_tab_controller.h',
2643 'browser/ui/cocoa/tab_contents/sad_tab_controller.mm', 2645 'browser/ui/cocoa/tab_contents/sad_tab_controller.mm',
(...skipping 2270 matching lines...) Expand 10 before | Expand all | Expand 10 after
4914 # weak imports in dependents, who still must #include 4916 # weak imports in dependents, who still must #include
4915 # closure_blocks_leopard_compat.h to get weak imports. 4917 # closure_blocks_leopard_compat.h to get weak imports.
4916 'type': 'none', 4918 'type': 'none',
4917 }], 4919 }],
4918 ], 4920 ],
4919 }, 4921 },
4920 ], 4922 ],
4921 }], 4923 }],
4922 ], 4924 ],
4923 } 4925 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698