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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 18355002: Move HyperlinkButtonCell to /ui/base/cocoa/controls. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: helpful comment Created 7 years, 5 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/cocoa/website_settings_bubble_controller.mm ('k') | chrome/chrome_nibs.gyp » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 664 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 'browser/ui/cocoa/history_menu_bridge.h', 675 'browser/ui/cocoa/history_menu_bridge.h',
676 'browser/ui/cocoa/history_menu_bridge.mm', 676 'browser/ui/cocoa/history_menu_bridge.mm',
677 'browser/ui/cocoa/history_menu_cocoa_controller.h', 677 'browser/ui/cocoa/history_menu_cocoa_controller.h',
678 'browser/ui/cocoa/history_menu_cocoa_controller.mm', 678 'browser/ui/cocoa/history_menu_cocoa_controller.mm',
679 'browser/ui/cocoa/history_overlay_controller.h', 679 'browser/ui/cocoa/history_overlay_controller.h',
680 'browser/ui/cocoa/history_overlay_controller.mm', 680 'browser/ui/cocoa/history_overlay_controller.mm',
681 'browser/ui/cocoa/hover_close_button.h', 681 'browser/ui/cocoa/hover_close_button.h',
682 'browser/ui/cocoa/hover_close_button.mm', 682 'browser/ui/cocoa/hover_close_button.mm',
683 'browser/ui/cocoa/hung_renderer_controller.h', 683 'browser/ui/cocoa/hung_renderer_controller.h',
684 'browser/ui/cocoa/hung_renderer_controller.mm', 684 'browser/ui/cocoa/hung_renderer_controller.mm',
685 'browser/ui/cocoa/hyperlink_button_cell.h',
686 'browser/ui/cocoa/hyperlink_button_cell.mm',
687 'browser/ui/cocoa/hyperlink_text_view.h', 685 'browser/ui/cocoa/hyperlink_text_view.h',
688 'browser/ui/cocoa/hyperlink_text_view.mm', 686 'browser/ui/cocoa/hyperlink_text_view.mm',
689 'browser/ui/cocoa/image_button_cell.h', 687 'browser/ui/cocoa/image_button_cell.h',
690 'browser/ui/cocoa/image_button_cell.mm', 688 'browser/ui/cocoa/image_button_cell.mm',
691 'browser/ui/cocoa/importer/import_lock_dialog_cocoa.mm', 689 'browser/ui/cocoa/importer/import_lock_dialog_cocoa.mm',
692 'browser/ui/cocoa/info_bubble_view.h', 690 'browser/ui/cocoa/info_bubble_view.h',
693 'browser/ui/cocoa/info_bubble_view.mm', 691 'browser/ui/cocoa/info_bubble_view.mm',
694 'browser/ui/cocoa/info_bubble_window.h', 692 'browser/ui/cocoa/info_bubble_window.h',
695 'browser/ui/cocoa/info_bubble_window.mm', 693 'browser/ui/cocoa/info_bubble_window.mm',
696 'browser/ui/cocoa/infobars/after_translate_infobar_controller.h', 694 'browser/ui/cocoa/infobars/after_translate_infobar_controller.h',
(...skipping 2347 matching lines...) Expand 10 before | Expand all | Expand 10 after
3044 ['enable_webrtc==0', { 3042 ['enable_webrtc==0', {
3045 'sources!': [ 3043 'sources!': [
3046 'browser/ui/webui/media/webrtc_logs_ui.cc', 3044 'browser/ui/webui/media/webrtc_logs_ui.cc',
3047 'browser/ui/webui/media/webrtc_logs_ui.h', 3045 'browser/ui/webui/media/webrtc_logs_ui.h',
3048 ], 3046 ],
3049 }], 3047 }],
3050 ], 3048 ],
3051 }, 3049 },
3052 ], 3050 ],
3053 } 3051 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/website_settings_bubble_controller.mm ('k') | chrome/chrome_nibs.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698