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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10831372: Revert 152080 - Refactor browser window zoom handling and enable zoom icon on all platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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/zoom/zoom_observer.h ('k') | chrome/test/base/test_browser_window.h » ('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) 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 2875 matching lines...) Expand 10 before | Expand all | Expand 10 after
2886 'browser/ui/cocoa/location_bar/location_icon_decoration.h', 2886 'browser/ui/cocoa/location_bar/location_icon_decoration.h',
2887 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', 2887 'browser/ui/cocoa/location_bar/location_icon_decoration.mm',
2888 'browser/ui/cocoa/location_bar/page_action_decoration.h', 2888 'browser/ui/cocoa/location_bar/page_action_decoration.h',
2889 'browser/ui/cocoa/location_bar/page_action_decoration.mm', 2889 'browser/ui/cocoa/location_bar/page_action_decoration.mm',
2890 'browser/ui/cocoa/location_bar/plus_decoration.h', 2890 'browser/ui/cocoa/location_bar/plus_decoration.h',
2891 'browser/ui/cocoa/location_bar/plus_decoration.mm', 2891 'browser/ui/cocoa/location_bar/plus_decoration.mm',
2892 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', 2892 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h',
2893 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', 2893 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm',
2894 'browser/ui/cocoa/location_bar/star_decoration.h', 2894 'browser/ui/cocoa/location_bar/star_decoration.h',
2895 'browser/ui/cocoa/location_bar/star_decoration.mm', 2895 'browser/ui/cocoa/location_bar/star_decoration.mm',
2896 'browser/ui/cocoa/location_bar/zoom_decoration.h',
2897 'browser/ui/cocoa/location_bar/zoom_decoration.mm',
2898 'browser/ui/cocoa/login_prompt_cocoa.h', 2896 'browser/ui/cocoa/login_prompt_cocoa.h',
2899 'browser/ui/cocoa/login_prompt_cocoa.mm', 2897 'browser/ui/cocoa/login_prompt_cocoa.mm',
2900 'browser/ui/cocoa/main_menu_item.h', 2898 'browser/ui/cocoa/main_menu_item.h',
2901 'browser/ui/cocoa/menu_button.h', 2899 'browser/ui/cocoa/menu_button.h',
2902 'browser/ui/cocoa/menu_button.mm', 2900 'browser/ui/cocoa/menu_button.mm',
2903 'browser/ui/cocoa/menu_controller.h', 2901 'browser/ui/cocoa/menu_controller.h',
2904 'browser/ui/cocoa/menu_controller.mm', 2902 'browser/ui/cocoa/menu_controller.mm',
2905 'browser/ui/cocoa/multi_key_equivalent_button.h', 2903 'browser/ui/cocoa/multi_key_equivalent_button.h',
2906 'browser/ui/cocoa/multi_key_equivalent_button.mm', 2904 'browser/ui/cocoa/multi_key_equivalent_button.mm',
2907 'browser/ui/cocoa/new_tab_button.h', 2905 'browser/ui/cocoa/new_tab_button.h',
(...skipping 2687 matching lines...) Expand 10 before | Expand all | Expand 10 after
5595 'includes': [ '../build/jni_generator.gypi' ], 5593 'includes': [ '../build/jni_generator.gypi' ],
5596 'dependencies': [ 5594 'dependencies': [
5597 'android_jar_jni_headers', 5595 'android_jar_jni_headers',
5598 ], 5596 ],
5599 }, 5597 },
5600 ], 5598 ],
5601 }, 5599 },
5602 ], 5600 ],
5603 ], 5601 ],
5604 } 5602 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/zoom/zoom_observer.h ('k') | chrome/test/base/test_browser_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698