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

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: Update SadTabControllerTest. 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 2614 matching lines...) Expand 10 before | Expand all | Expand 10 after
2625 'browser/ui/cocoa/simple_message_box_mac.mm', 2625 'browser/ui/cocoa/simple_message_box_mac.mm',
2626 'browser/ui/cocoa/speech_input_window_controller.h', 2626 'browser/ui/cocoa/speech_input_window_controller.h',
2627 'browser/ui/cocoa/speech_input_window_controller.mm', 2627 'browser/ui/cocoa/speech_input_window_controller.mm',
2628 'browser/ui/cocoa/ssl_client_certificate_selector.mm', 2628 'browser/ui/cocoa/ssl_client_certificate_selector.mm',
2629 'browser/ui/cocoa/status_bubble_mac.h', 2629 'browser/ui/cocoa/status_bubble_mac.h',
2630 'browser/ui/cocoa/status_bubble_mac.mm', 2630 'browser/ui/cocoa/status_bubble_mac.mm',
2631 'browser/ui/cocoa/status_icons/status_icon_mac.h', 2631 'browser/ui/cocoa/status_icons/status_icon_mac.h',
2632 'browser/ui/cocoa/status_icons/status_icon_mac.mm', 2632 'browser/ui/cocoa/status_icons/status_icon_mac.mm',
2633 'browser/ui/cocoa/status_icons/status_tray_mac.h', 2633 'browser/ui/cocoa/status_icons/status_tray_mac.h',
2634 'browser/ui/cocoa/status_icons/status_tray_mac.mm', 2634 'browser/ui/cocoa/status_icons/status_tray_mac.mm',
2635 'browser/ui/cocoa/static_text_view.h',
2636 'browser/ui/cocoa/static_text_view.mm',
2635 'browser/ui/cocoa/styled_text_field.h', 2637 'browser/ui/cocoa/styled_text_field.h',
2636 'browser/ui/cocoa/styled_text_field.mm', 2638 'browser/ui/cocoa/styled_text_field.mm',
2637 'browser/ui/cocoa/styled_text_field_cell.h', 2639 'browser/ui/cocoa/styled_text_field_cell.h',
2638 'browser/ui/cocoa/styled_text_field_cell.mm', 2640 'browser/ui/cocoa/styled_text_field_cell.mm',
2639 'browser/ui/cocoa/tab_contents/favicon_util.h', 2641 'browser/ui/cocoa/tab_contents/favicon_util.h',
2640 'browser/ui/cocoa/tab_contents/favicon_util.mm', 2642 'browser/ui/cocoa/tab_contents/favicon_util.mm',
2641 'browser/ui/cocoa/tab_contents/previewable_contents_controller.h', 2643 'browser/ui/cocoa/tab_contents/previewable_contents_controller.h',
2642 'browser/ui/cocoa/tab_contents/previewable_contents_controller.mm', 2644 'browser/ui/cocoa/tab_contents/previewable_contents_controller.mm',
2643 'browser/ui/cocoa/tab_contents/sad_tab_controller.h', 2645 'browser/ui/cocoa/tab_contents/sad_tab_controller.h',
2644 'browser/ui/cocoa/tab_contents/sad_tab_controller.mm', 2646 'browser/ui/cocoa/tab_contents/sad_tab_controller.mm',
(...skipping 2250 matching lines...) Expand 10 before | Expand all | Expand 10 after
4895 # weak imports in dependents, who still must #include 4897 # weak imports in dependents, who still must #include
4896 # closure_blocks_leopard_compat.h to get weak imports. 4898 # closure_blocks_leopard_compat.h to get weak imports.
4897 'type': 'none', 4899 'type': 'none',
4898 }], 4900 }],
4899 ], 4901 ],
4900 }, 4902 },
4901 ], 4903 ],
4902 }], 4904 }],
4903 ], 4905 ],
4904 } 4906 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698