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

Side by Side Diff: chrome/chrome_nibs.gyp

Issue 2164483006: [MacViews] Implemented text context menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ditto Created 4 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
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 '../ui/base/cocoa/controls/hyperlink_button_cell.h', 42 '../ui/base/cocoa/controls/hyperlink_button_cell.h',
43 '../ui/base/cocoa/controls/hyperlink_button_cell.mm', 43 '../ui/base/cocoa/controls/hyperlink_button_cell.mm',
44 '../ui/base/cocoa/hover_button.h', 44 '../ui/base/cocoa/hover_button.h',
45 '../ui/base/cocoa/hover_button.mm', 45 '../ui/base/cocoa/hover_button.mm',
46 '../ui/base/cocoa/hover_image_button.h', 46 '../ui/base/cocoa/hover_image_button.h',
47 '../ui/base/cocoa/hover_image_button.mm', 47 '../ui/base/cocoa/hover_image_button.mm',
48 '../ui/base/cocoa/menu_controller.h', 48 '../ui/base/cocoa/menu_controller.h',
49 '../ui/base/cocoa/menu_controller.mm', 49 '../ui/base/cocoa/menu_controller.mm',
50 '../ui/base/cocoa/nsview_additions.h', 50 '../ui/base/cocoa/nsview_additions.h',
51 '../ui/base/cocoa/nsview_additions.mm', 51 '../ui/base/cocoa/nsview_additions.mm',
52 '../ui/base/cocoa/text_context_menu.h',
53 '../ui/base/cocoa/text_context_menu.mm',
52 'browser/app_controller_mac.h', 54 'browser/app_controller_mac.h',
53 'browser/app_controller_mac.mm', 55 'browser/app_controller_mac.mm',
54 'browser/ui/cocoa/animatable_view.h', 56 'browser/ui/cocoa/animatable_view.h',
55 'browser/ui/cocoa/animatable_view.mm', 57 'browser/ui/cocoa/animatable_view.mm',
56 'browser/ui/cocoa/app_menu/app_menu_controller.h', 58 'browser/ui/cocoa/app_menu/app_menu_controller.h',
57 'browser/ui/cocoa/app_menu/app_menu_controller.mm', 59 'browser/ui/cocoa/app_menu/app_menu_controller.mm',
58 'browser/ui/cocoa/app_menu/menu_tracked_root_view.h', 60 'browser/ui/cocoa/app_menu/menu_tracked_root_view.h',
59 'browser/ui/cocoa/app_menu/menu_tracked_root_view.mm', 61 'browser/ui/cocoa/app_menu/menu_tracked_root_view.mm',
60 'browser/ui/cocoa/background_gradient_view.h', 62 'browser/ui/cocoa/background_gradient_view.h',
61 'browser/ui/cocoa/background_gradient_view.mm', 63 'browser/ui/cocoa/background_gradient_view.mm',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 'browser/ui/cocoa/vertical_gradient_view.mm', 233 'browser/ui/cocoa/vertical_gradient_view.mm',
232 'browser/ui/cocoa/view_id_util.h', 234 'browser/ui/cocoa/view_id_util.h',
233 'browser/ui/cocoa/view_id_util.mm', 235 'browser/ui/cocoa/view_id_util.mm',
234 ], 236 ],
235 'mac_bundle_resources': [ 237 'mac_bundle_resources': [
236 '<@(mac_all_xibs)', 238 '<@(mac_all_xibs)',
237 ], 239 ],
238 }, # target chrome_xibs 240 }, # target chrome_xibs
239 ], # targets 241 ], # targets
240 } 242 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698