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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 128673002: [Mac] Hook up the "Remove" button in the collected cookies dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/content_settings/cookies_tree_controller_bridge.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 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 681 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 'browser/ui/cocoa/content_settings/collected_cookies_mac.h', 692 'browser/ui/cocoa/content_settings/collected_cookies_mac.h',
693 'browser/ui/cocoa/content_settings/collected_cookies_mac.mm', 693 'browser/ui/cocoa/content_settings/collected_cookies_mac.mm',
694 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h', 694 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.h',
695 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm', 695 'browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm',
696 'browser/ui/cocoa/content_settings/cookie_details.h', 696 'browser/ui/cocoa/content_settings/cookie_details.h',
697 'browser/ui/cocoa/content_settings/cookie_details.mm', 697 'browser/ui/cocoa/content_settings/cookie_details.mm',
698 'browser/ui/cocoa/content_settings/cookie_details_view_controller.h', 698 'browser/ui/cocoa/content_settings/cookie_details_view_controller.h',
699 'browser/ui/cocoa/content_settings/cookie_details_view_controller.mm', 699 'browser/ui/cocoa/content_settings/cookie_details_view_controller.mm',
700 'browser/ui/cocoa/content_settings/cookie_tree_node.h', 700 'browser/ui/cocoa/content_settings/cookie_tree_node.h',
701 'browser/ui/cocoa/content_settings/cookie_tree_node.mm', 701 'browser/ui/cocoa/content_settings/cookie_tree_node.mm',
702 'browser/ui/cocoa/content_settings/cookies_tree_controller_bridge.h',
703 'browser/ui/cocoa/content_settings/cookies_tree_controller_bridge.mm',
702 'browser/ui/cocoa/custom_frame_view.h', 704 'browser/ui/cocoa/custom_frame_view.h',
703 'browser/ui/cocoa/custom_frame_view.mm', 705 'browser/ui/cocoa/custom_frame_view.mm',
704 'browser/ui/cocoa/dev_tools_controller.h', 706 'browser/ui/cocoa/dev_tools_controller.h',
705 'browser/ui/cocoa/dev_tools_controller.mm', 707 'browser/ui/cocoa/dev_tools_controller.mm',
706 'browser/ui/cocoa/dock_icon.h', 708 'browser/ui/cocoa/dock_icon.h',
707 'browser/ui/cocoa/dock_icon.mm', 709 'browser/ui/cocoa/dock_icon.mm',
708 'browser/ui/cocoa/download/background_theme.h', 710 'browser/ui/cocoa/download/background_theme.h',
709 'browser/ui/cocoa/download/background_theme.mm', 711 'browser/ui/cocoa/download/background_theme.mm',
710 'browser/ui/cocoa/download/download_item_button.h', 712 'browser/ui/cocoa/download/download_item_button.h',
711 'browser/ui/cocoa/download/download_item_button.mm', 713 'browser/ui/cocoa/download/download_item_button.mm',
(...skipping 2672 matching lines...) Expand 10 before | Expand all | Expand 10 after
3384 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3386 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3385 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3387 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3386 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3388 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3387 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3389 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3388 ], 3390 ],
3389 }], 3391 }],
3390 ], 3392 ],
3391 }, 3393 },
3392 ], 3394 ],
3393 } 3395 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/content_settings/cookies_tree_controller_bridge.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698