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

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: Sync and merge. 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
« no previous file with comments | « chrome/browser/ui/views/sad_tab_view.cc ('k') | chrome/chrome_tests.gypi » ('j') | 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': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 2497 matching lines...) Expand 10 before | Expand all | Expand 10 after
2508 'browser/ui/cocoa/hover_close_button.h', 2508 'browser/ui/cocoa/hover_close_button.h',
2509 'browser/ui/cocoa/hover_close_button.mm', 2509 'browser/ui/cocoa/hover_close_button.mm',
2510 'browser/ui/cocoa/hover_image_button.h', 2510 'browser/ui/cocoa/hover_image_button.h',
2511 'browser/ui/cocoa/hover_image_button.mm', 2511 'browser/ui/cocoa/hover_image_button.mm',
2512 'browser/ui/cocoa/html_dialog_window_controller.h', 2512 'browser/ui/cocoa/html_dialog_window_controller.h',
2513 'browser/ui/cocoa/html_dialog_window_controller.mm', 2513 'browser/ui/cocoa/html_dialog_window_controller.mm',
2514 'browser/ui/cocoa/hung_renderer_controller.h', 2514 'browser/ui/cocoa/hung_renderer_controller.h',
2515 'browser/ui/cocoa/hung_renderer_controller.mm', 2515 'browser/ui/cocoa/hung_renderer_controller.mm',
2516 'browser/ui/cocoa/hyperlink_button_cell.h', 2516 'browser/ui/cocoa/hyperlink_button_cell.h',
2517 'browser/ui/cocoa/hyperlink_button_cell.mm', 2517 'browser/ui/cocoa/hyperlink_button_cell.mm',
2518 'browser/ui/cocoa/hyperlink_text_view.h',
2519 'browser/ui/cocoa/hyperlink_text_view.mm',
2518 'browser/ui/cocoa/image_button_cell.h', 2520 'browser/ui/cocoa/image_button_cell.h',
2519 'browser/ui/cocoa/image_button_cell.mm', 2521 'browser/ui/cocoa/image_button_cell.mm',
2520 'browser/ui/cocoa/image_utils.h', 2522 'browser/ui/cocoa/image_utils.h',
2521 'browser/ui/cocoa/image_utils.mm', 2523 'browser/ui/cocoa/image_utils.mm',
2522 'browser/ui/cocoa/importer/import_lock_dialog_cocoa.mm', 2524 'browser/ui/cocoa/importer/import_lock_dialog_cocoa.mm',
2523 'browser/ui/cocoa/importer/import_progress_dialog_cocoa.h', 2525 'browser/ui/cocoa/importer/import_progress_dialog_cocoa.h',
2524 'browser/ui/cocoa/importer/import_progress_dialog_cocoa.mm', 2526 'browser/ui/cocoa/importer/import_progress_dialog_cocoa.mm',
2525 'browser/ui/cocoa/info_bubble_view.h', 2527 'browser/ui/cocoa/info_bubble_view.h',
2526 'browser/ui/cocoa/info_bubble_view.mm', 2528 'browser/ui/cocoa/info_bubble_view.mm',
2527 'browser/ui/cocoa/info_bubble_window.h', 2529 'browser/ui/cocoa/info_bubble_window.h',
(...skipping 2390 matching lines...) Expand 10 before | Expand all | Expand 10 after
4918 # weak imports in dependents, who still must #include 4920 # weak imports in dependents, who still must #include
4919 # closure_blocks_leopard_compat.h to get weak imports. 4921 # closure_blocks_leopard_compat.h to get weak imports.
4920 'type': 'none', 4922 'type': 'none',
4921 }], 4923 }],
4922 ], 4924 ],
4923 }, 4925 },
4924 ], 4926 ],
4925 }], 4927 }],
4926 ], 4928 ],
4927 } 4929 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/sad_tab_view.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698