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

Side by Side Diff: chrome/chrome_nibs.gyp

Issue 231723006: Remove balloon notification code. The last user was the Linux GTK port but that's deleted now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync after elliot's r263101 Created 6 years, 8 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.gypi ('k') | chrome/chrome_tests.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 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h', 175 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h',
176 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm', 176 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm',
177 'browser/ui/cocoa/login_prompt_cocoa.h', 177 'browser/ui/cocoa/login_prompt_cocoa.h',
178 'browser/ui/cocoa/login_prompt_cocoa.mm', 178 'browser/ui/cocoa/login_prompt_cocoa.mm',
179 'browser/ui/cocoa/menu_button.h', 179 'browser/ui/cocoa/menu_button.h',
180 'browser/ui/cocoa/menu_button.mm', 180 'browser/ui/cocoa/menu_button.mm',
181 'browser/ui/cocoa/multi_key_equivalent_button.h', 181 'browser/ui/cocoa/multi_key_equivalent_button.h',
182 'browser/ui/cocoa/multi_key_equivalent_button.mm', 182 'browser/ui/cocoa/multi_key_equivalent_button.mm',
183 'browser/ui/cocoa/new_tab_button.h', 183 'browser/ui/cocoa/new_tab_button.h',
184 'browser/ui/cocoa/new_tab_button.mm', 184 'browser/ui/cocoa/new_tab_button.mm',
185 'browser/ui/cocoa/notifications/balloon_controller.h',
186 'browser/ui/cocoa/notifications/balloon_controller.mm',
187 'browser/ui/cocoa/notifications/balloon_view.h',
188 'browser/ui/cocoa/notifications/balloon_view.mm',
189 'browser/ui/cocoa/nsmenuitem_additions.h', 185 'browser/ui/cocoa/nsmenuitem_additions.h',
190 'browser/ui/cocoa/nsmenuitem_additions.mm', 186 'browser/ui/cocoa/nsmenuitem_additions.mm',
191 'browser/ui/cocoa/nsview_additions.h', 187 'browser/ui/cocoa/nsview_additions.h',
192 'browser/ui/cocoa/nsview_additions.mm', 188 'browser/ui/cocoa/nsview_additions.mm',
193 'browser/ui/cocoa/one_click_signin_view_controller.h', 189 'browser/ui/cocoa/one_click_signin_view_controller.h',
194 'browser/ui/cocoa/one_click_signin_view_controller.mm', 190 'browser/ui/cocoa/one_click_signin_view_controller.mm',
195 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.h', 191 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.h',
196 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm', 192 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm',
197 'browser/ui/cocoa/speech_recognition_window_controller.h', 193 'browser/ui/cocoa/speech_recognition_window_controller.h',
198 'browser/ui/cocoa/speech_recognition_window_controller.mm', 194 'browser/ui/cocoa/speech_recognition_window_controller.mm',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm', 242 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm',
247 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h', 243 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h',
248 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm', 244 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm',
249 ], 245 ],
250 'mac_bundle_resources': [ 246 'mac_bundle_resources': [
251 '<@(mac_all_xibs)', 247 '<@(mac_all_xibs)',
252 ], 248 ],
253 }, # target chrome_xibs 249 }, # target chrome_xibs
254 ], # targets 250 ], # targets
255 } 251 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698