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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7462018: [Mac] "Refactor" DraggableButton into a mixin and impl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 9 years, 4 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/draggable_button_mixin.mm ('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) 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 2427 matching lines...) Expand 10 before | Expand all | Expand 10 after
2438 'browser/ui/cocoa/download/download_shelf_view.mm', 2438 'browser/ui/cocoa/download/download_shelf_view.mm',
2439 'browser/ui/cocoa/download/download_show_all_button.h', 2439 'browser/ui/cocoa/download/download_show_all_button.h',
2440 'browser/ui/cocoa/download/download_show_all_button.mm', 2440 'browser/ui/cocoa/download/download_show_all_button.mm',
2441 'browser/ui/cocoa/download/download_show_all_cell.h', 2441 'browser/ui/cocoa/download/download_show_all_cell.h',
2442 'browser/ui/cocoa/download/download_show_all_cell.mm', 2442 'browser/ui/cocoa/download/download_show_all_cell.mm',
2443 'browser/ui/cocoa/download/download_started_animation_mac.mm', 2443 'browser/ui/cocoa/download/download_started_animation_mac.mm',
2444 'browser/ui/cocoa/download/download_util_mac.h', 2444 'browser/ui/cocoa/download/download_util_mac.h',
2445 'browser/ui/cocoa/download/download_util_mac.mm', 2445 'browser/ui/cocoa/download/download_util_mac.mm',
2446 'browser/ui/cocoa/draggable_button.h', 2446 'browser/ui/cocoa/draggable_button.h',
2447 'browser/ui/cocoa/draggable_button.mm', 2447 'browser/ui/cocoa/draggable_button.mm',
2448 'browser/ui/cocoa/draggable_button_mixin.h',
2449 'browser/ui/cocoa/draggable_button_mixin.mm',
2448 'browser/ui/cocoa/drag_util.h', 2450 'browser/ui/cocoa/drag_util.h',
2449 'browser/ui/cocoa/drag_util.mm', 2451 'browser/ui/cocoa/drag_util.mm',
2450 'browser/ui/cocoa/encoding_menu_controller_delegate_mac.h', 2452 'browser/ui/cocoa/encoding_menu_controller_delegate_mac.h',
2451 'browser/ui/cocoa/encoding_menu_controller_delegate_mac.mm', 2453 'browser/ui/cocoa/encoding_menu_controller_delegate_mac.mm',
2452 'browser/ui/cocoa/event_utils.h', 2454 'browser/ui/cocoa/event_utils.h',
2453 'browser/ui/cocoa/event_utils.mm', 2455 'browser/ui/cocoa/event_utils.mm',
2454 'browser/ui/cocoa/extensions/browser_action_button.h', 2456 'browser/ui/cocoa/extensions/browser_action_button.h',
2455 'browser/ui/cocoa/extensions/browser_action_button.mm', 2457 'browser/ui/cocoa/extensions/browser_action_button.mm',
2456 'browser/ui/cocoa/extensions/browser_actions_container_view.h', 2458 'browser/ui/cocoa/extensions/browser_actions_container_view.h',
2457 'browser/ui/cocoa/extensions/browser_actions_container_view.mm', 2459 'browser/ui/cocoa/extensions/browser_actions_container_view.mm',
(...skipping 2551 matching lines...) Expand 10 before | Expand all | Expand 10 after
5009 # weak imports in dependents, who still must #include 5011 # weak imports in dependents, who still must #include
5010 # closure_blocks_leopard_compat.h to get weak imports. 5012 # closure_blocks_leopard_compat.h to get weak imports.
5011 'type': 'none', 5013 'type': 'none',
5012 }], 5014 }],
5013 ], 5015 ],
5014 }, 5016 },
5015 ], 5017 ],
5016 }], 5018 }],
5017 ], 5019 ],
5018 } 5020 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/draggable_button_mixin.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698