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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10736028: Refactor browser window zoom handling and enable zoom icon on all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix mac Created 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2776 matching lines...) Expand 10 before | Expand all | Expand 10 after
2787 'browser/ui/cocoa/location_bar/location_icon_decoration.h', 2787 'browser/ui/cocoa/location_bar/location_icon_decoration.h',
2788 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', 2788 'browser/ui/cocoa/location_bar/location_icon_decoration.mm',
2789 'browser/ui/cocoa/location_bar/page_action_decoration.h', 2789 'browser/ui/cocoa/location_bar/page_action_decoration.h',
2790 'browser/ui/cocoa/location_bar/page_action_decoration.mm', 2790 'browser/ui/cocoa/location_bar/page_action_decoration.mm',
2791 'browser/ui/cocoa/location_bar/plus_decoration.h', 2791 'browser/ui/cocoa/location_bar/plus_decoration.h',
2792 'browser/ui/cocoa/location_bar/plus_decoration.mm', 2792 'browser/ui/cocoa/location_bar/plus_decoration.mm',
2793 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', 2793 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h',
2794 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', 2794 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm',
2795 'browser/ui/cocoa/location_bar/star_decoration.h', 2795 'browser/ui/cocoa/location_bar/star_decoration.h',
2796 'browser/ui/cocoa/location_bar/star_decoration.mm', 2796 'browser/ui/cocoa/location_bar/star_decoration.mm',
2797 'browser/ui/cocoa/location_bar/zoom_decoration.h',
2798 'browser/ui/cocoa/location_bar/zoom_decoration.mm',
2797 'browser/ui/cocoa/login_prompt_cocoa.h', 2799 'browser/ui/cocoa/login_prompt_cocoa.h',
2798 'browser/ui/cocoa/login_prompt_cocoa.mm', 2800 'browser/ui/cocoa/login_prompt_cocoa.mm',
2799 'browser/ui/cocoa/main_menu_item.h', 2801 'browser/ui/cocoa/main_menu_item.h',
2800 'browser/ui/cocoa/menu_button.h', 2802 'browser/ui/cocoa/menu_button.h',
2801 'browser/ui/cocoa/menu_button.mm', 2803 'browser/ui/cocoa/menu_button.mm',
2802 'browser/ui/cocoa/menu_controller.h', 2804 'browser/ui/cocoa/menu_controller.h',
2803 'browser/ui/cocoa/menu_controller.mm', 2805 'browser/ui/cocoa/menu_controller.mm',
2804 'browser/ui/cocoa/multi_key_equivalent_button.h', 2806 'browser/ui/cocoa/multi_key_equivalent_button.h',
2805 'browser/ui/cocoa/multi_key_equivalent_button.mm', 2807 'browser/ui/cocoa/multi_key_equivalent_button.mm',
2806 'browser/ui/cocoa/new_tab_button.h', 2808 'browser/ui/cocoa/new_tab_button.h',
(...skipping 2659 matching lines...) Expand 10 before | Expand all | Expand 10 after
5466 'variables': { 5468 'variables': {
5467 'jni_gen_dir': 'chrome', 5469 'jni_gen_dir': 'chrome',
5468 }, 5470 },
5469 'includes': [ '../build/jni_generator.gypi' ], 5471 'includes': [ '../build/jni_generator.gypi' ],
5470 }, 5472 },
5471 ], 5473 ],
5472 }, 5474 },
5473 ], 5475 ],
5474 ], 5476 ],
5475 } 5477 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698