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

Side by Side Diff: chrome/chrome_nibs.gyp

Issue 543663002: Componentize sad_tab (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix url_constants.cc Created 6 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.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 19 matching lines...) Expand all
30 }, 30 },
31 'targets': [ 31 'targets': [
32 { 32 {
33 'target_name': 'chrome_nibs', 33 'target_name': 'chrome_nibs',
34 'type': 'executable', 34 'type': 'executable',
35 'mac_bundle': 1, 35 'mac_bundle': 1,
36 'dependencies': [ 36 'dependencies': [
37 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google _toolbox_for_mac', 37 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:google _toolbox_for_mac',
38 ], 38 ],
39 'sources': [ 39 'sources': [
40 '../components/sad_tab/cocoa/sad_tab_controller.h',
41 '../components/sad_tab/cocoa/sad_tab_controller.mm',
42 '../components/sad_tab/cocoa/sad_tab_view.h',
43 '../components/sad_tab/cocoa/sad_tab_view.mm',
40 '../ui/base/cocoa/base_view.h', 44 '../ui/base/cocoa/base_view.h',
41 '../ui/base/cocoa/base_view.mm', 45 '../ui/base/cocoa/base_view.mm',
42 '../ui/base/cocoa/controls/hyperlink_button_cell.h', 46 '../ui/base/cocoa/controls/hyperlink_button_cell.h',
43 '../ui/base/cocoa/controls/hyperlink_button_cell.mm', 47 '../ui/base/cocoa/controls/hyperlink_button_cell.mm',
44 '../ui/base/cocoa/hover_button.h', 48 '../ui/base/cocoa/hover_button.h',
45 '../ui/base/cocoa/hover_button.mm', 49 '../ui/base/cocoa/hover_button.mm',
46 '../ui/base/cocoa/hover_image_button.h', 50 '../ui/base/cocoa/hover_image_button.h',
47 '../ui/base/cocoa/hover_image_button.mm', 51 '../ui/base/cocoa/hover_image_button.mm',
48 '../ui/base/cocoa/menu_controller.h', 52 '../ui/base/cocoa/menu_controller.h',
49 '../ui/base/cocoa/menu_controller.mm', 53 '../ui/base/cocoa/menu_controller.mm',
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.h', 196 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.h',
193 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm', 197 'browser/ui/cocoa/screen_capture_notification_ui_cocoa.mm',
194 'browser/ui/cocoa/status_bubble_mac.h', 198 'browser/ui/cocoa/status_bubble_mac.h',
195 'browser/ui/cocoa/status_bubble_mac.mm', 199 'browser/ui/cocoa/status_bubble_mac.mm',
196 'browser/ui/cocoa/styled_text_field.h', 200 'browser/ui/cocoa/styled_text_field.h',
197 'browser/ui/cocoa/styled_text_field.mm', 201 'browser/ui/cocoa/styled_text_field.mm',
198 'browser/ui/cocoa/styled_text_field_cell.h', 202 'browser/ui/cocoa/styled_text_field_cell.h',
199 'browser/ui/cocoa/styled_text_field_cell.mm', 203 'browser/ui/cocoa/styled_text_field_cell.mm',
200 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.h', 204 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.h',
201 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm', 205 'browser/ui/cocoa/tab_contents/overlayable_contents_controller.mm',
202 'browser/ui/cocoa/tab_contents/sad_tab_controller.h',
203 'browser/ui/cocoa/tab_contents/sad_tab_controller.mm',
204 'browser/ui/cocoa/tab_contents/sad_tab_view.h',
205 'browser/ui/cocoa/tab_contents/sad_tab_view.mm',
206 'browser/ui/cocoa/tabs/tab_controller.h', 206 'browser/ui/cocoa/tabs/tab_controller.h',
207 'browser/ui/cocoa/tabs/tab_controller.mm', 207 'browser/ui/cocoa/tabs/tab_controller.mm',
208 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h', 208 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.h',
209 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.mm', 209 'browser/ui/cocoa/tabs/tab_strip_model_observer_bridge.mm',
210 'browser/ui/cocoa/tabs/tab_strip_view.h', 210 'browser/ui/cocoa/tabs/tab_strip_view.h',
211 'browser/ui/cocoa/tabs/tab_strip_view.mm', 211 'browser/ui/cocoa/tabs/tab_strip_view.mm',
212 'browser/ui/cocoa/tabs/tab_view.h', 212 'browser/ui/cocoa/tabs/tab_view.h',
213 'browser/ui/cocoa/tabs/tab_view.mm', 213 'browser/ui/cocoa/tabs/tab_view.mm',
214 'browser/ui/cocoa/tabs/tab_window_controller.h', 214 'browser/ui/cocoa/tabs/tab_window_controller.h',
215 'browser/ui/cocoa/tabs/tab_window_controller.mm', 215 'browser/ui/cocoa/tabs/tab_window_controller.mm',
(...skipping 25 matching lines...) Expand all
241 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm', 241 'browser/ui/cocoa/panels/panel_titlebar_view_cocoa.mm',
242 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h', 242 'browser/ui/cocoa/panels/panel_window_controller_cocoa.h',
243 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm', 243 'browser/ui/cocoa/panels/panel_window_controller_cocoa.mm',
244 ], 244 ],
245 'mac_bundle_resources': [ 245 'mac_bundle_resources': [
246 '<@(mac_all_xibs)', 246 '<@(mac_all_xibs)',
247 ], 247 ],
248 }, # target chrome_xibs 248 }, # target chrome_xibs
249 ], # targets 249 ], # targets
250 } 250 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698