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

Side by Side Diff: chrome/chrome_nibs.gyp

Issue 11103042: New custom styling for action box menu on Os X. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Answered shess final round of comments. Created 8 years, 2 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/chrome_browser_ui.gypi ('k') | chrome/chrome_nibs.gypi » ('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 # 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 # This gyp file creates a fake target that is used to generate a minimal Xcode 5 # This gyp file creates a fake target that is used to generate a minimal Xcode
6 # project, useful for editing XIB files. 6 # project, useful for editing XIB files.
7 # 7 #
8 # The sole target is called "chrome_nibs" and its sources are the minimum 8 # The sole target is called "chrome_nibs" and its sources are the minimum
9 # dependency set for all of the classes referred to by XIB files. If you are 9 # dependency set for all of the classes referred to by XIB files. If you are
10 # editing or adding a new XIB file, ensure that any classes to which you refer 10 # editing or adding a new XIB file, ensure that any classes to which you refer
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'browser/ui/cocoa/info_bubble_view.h', 170 'browser/ui/cocoa/info_bubble_view.h',
171 'browser/ui/cocoa/info_bubble_view.mm', 171 'browser/ui/cocoa/info_bubble_view.mm',
172 'browser/ui/cocoa/info_bubble_window.h', 172 'browser/ui/cocoa/info_bubble_window.h',
173 'browser/ui/cocoa/info_bubble_window.mm', 173 'browser/ui/cocoa/info_bubble_window.mm',
174 'browser/ui/cocoa/infobars/infobar_container_controller.h', 174 'browser/ui/cocoa/infobars/infobar_container_controller.h',
175 'browser/ui/cocoa/infobars/infobar_container_controller.mm', 175 'browser/ui/cocoa/infobars/infobar_container_controller.mm',
176 'browser/ui/cocoa/infobars/infobar_controller.h', 176 'browser/ui/cocoa/infobars/infobar_controller.h',
177 'browser/ui/cocoa/infobars/infobar_controller.mm', 177 'browser/ui/cocoa/infobars/infobar_controller.mm',
178 'browser/ui/cocoa/infobars/infobar_gradient_view.h', 178 'browser/ui/cocoa/infobars/infobar_gradient_view.h',
179 'browser/ui/cocoa/infobars/infobar_gradient_view.mm', 179 'browser/ui/cocoa/infobars/infobar_gradient_view.mm',
180 'browser/ui/cocoa/location_bar/action_box_menu_bubble_controller.h',
181 'browser/ui/cocoa/location_bar/action_box_menu_bubble_controller.mm',
180 'browser/ui/cocoa/location_bar/autocomplete_text_field.h', 182 'browser/ui/cocoa/location_bar/autocomplete_text_field.h',
181 'browser/ui/cocoa/location_bar/autocomplete_text_field.mm', 183 'browser/ui/cocoa/location_bar/autocomplete_text_field.mm',
182 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h', 184 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h',
183 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm', 185 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm',
184 'browser/ui/cocoa/login_prompt_cocoa.h', 186 'browser/ui/cocoa/login_prompt_cocoa.h',
185 'browser/ui/cocoa/login_prompt_cocoa.mm', 187 'browser/ui/cocoa/login_prompt_cocoa.mm',
186 'browser/ui/cocoa/menu_button.h', 188 'browser/ui/cocoa/menu_button.h',
187 'browser/ui/cocoa/menu_button.mm', 189 'browser/ui/cocoa/menu_button.mm',
188 'browser/ui/cocoa/menu_controller.h', 190 'browser/ui/cocoa/menu_controller.h',
189 'browser/ui/cocoa/menu_controller.mm', 191 'browser/ui/cocoa/menu_controller.mm',
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'browser/ui/panels/panel_titlebar_view_cocoa.mm', 257 'browser/ui/panels/panel_titlebar_view_cocoa.mm',
256 'browser/ui/panels/panel_window_controller_cocoa.h', 258 'browser/ui/panels/panel_window_controller_cocoa.h',
257 'browser/ui/panels/panel_window_controller_cocoa.mm', 259 'browser/ui/panels/panel_window_controller_cocoa.mm',
258 ], 260 ],
259 'mac_bundle_resources': [ 261 'mac_bundle_resources': [
260 '<@(mac_all_xibs)', 262 '<@(mac_all_xibs)',
261 ], 263 ],
262 }, # target chrome_xibs 264 }, # target chrome_xibs
263 ], # targets 265 ], # targets
264 } 266 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_nibs.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698