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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 10918254: [Mac] Move the lists of XIB files into a gypi file. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Add a comment Created 8 years, 3 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_nibs.gyp » ('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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'chrome_dll', 9 'target_name': 'chrome_dll',
10 'type': 'none', 10 'type': 'none',
(...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'app/chrome_main.cc', 207 'app/chrome_main.cc',
208 'app/chrome_main_delegate.cc', 208 'app/chrome_main_delegate.cc',
209 'app/chrome_main_delegate.h', 209 'app/chrome_main_delegate.h',
210 'app/chrome_main_app_mode_mac.mm', 210 'app/chrome_main_app_mode_mac.mm',
211 'app/chrome_main_mac.mm', 211 'app/chrome_main_mac.mm',
212 'app/chrome_main_mac.h', 212 'app/chrome_main_mac.h',
213 ], 213 ],
214 'include_dirs': [ 214 'include_dirs': [
215 '<(grit_out_dir)', 215 '<(grit_out_dir)',
216 ], 216 ],
217 'includes': [
218 'chrome_nibs.gypi',
219 ],
217 # TODO(mark): Come up with a fancier way to do this. It should 220 # TODO(mark): Come up with a fancier way to do this. It should
218 # only be necessary to list framework-Info.plist once, not the 221 # only be necessary to list framework-Info.plist once, not the
219 # three times it is listed here. 222 # three times it is listed here.
220 'mac_bundle_resources': [ 223 'mac_bundle_resources': [
221 # This image is used to badge the lock icon in the 224 # This image is used to badge the lock icon in the
222 # authentication dialogs, such as those used for installation 225 # authentication dialogs, such as those used for installation
223 # from disk image and Keystone promotion (if so enabled). It 226 # from disk image and Keystone promotion (if so enabled). It
224 # needs to exist as a file on disk and not just something in a 227 # needs to exist as a file on disk and not just something in a
225 # resource bundle because that's the interface that 228 # resource bundle because that's the interface that
226 # Authorization Services uses. Also, Authorization Services 229 # Authorization Services uses. Also, Authorization Services
227 # can't deal with .icns files. 230 # can't deal with .icns files.
228 'app/theme/default_100_percent/<(theme_dir_name)/product_logo_32 .png', 231 'app/theme/default_100_percent/<(theme_dir_name)/product_logo_32 .png',
229 232
230 'app/framework-Info.plist', 233 'app/framework-Info.plist',
231 'app/nibs/AboutIPC.xib', 234 '<@(mac_all_xibs)',
232 'app/nibs/AvatarMenuItem.xib',
233 'app/nibs/BookmarkAllTabs.xib',
234 'app/nibs/BookmarkBar.xib',
235 'app/nibs/BookmarkBarFolderWindow.xib',
236 'app/nibs/BookmarkBubble.xib',
237 'app/nibs/BookmarkEditor.xib',
238 'app/nibs/BookmarkNameFolder.xib',
239 'app/nibs/BrowserWindow.xib',
240 'app/nibs/ChromeToMobileBubble.xib',
241 'app/nibs/CollectedCookies.xib',
242 'app/nibs/CookieDetailsView.xib',
243 'app/nibs/ContentBlockedCookies.xib',
244 'app/nibs/ContentBlockedImages.xib',
245 'app/nibs/ContentBlockedJavaScript.xib',
246 'app/nibs/ContentBlockedMixedScript.xib',
247 'app/nibs/ContentBlockedPlugins.xib',
248 'app/nibs/ContentBlockedPopups.xib',
249 'app/nibs/ContentBlockedGeolocation.xib',
250 'app/nibs/ContentProtocolHandlers.xib',
251 'app/nibs/DownloadItem.xib',
252 'app/nibs/DownloadShelf.xib',
253 'app/nibs/EditSearchEngine.xib',
254 'app/nibs/ExtensionInstallPrompt.xib',
255 'app/nibs/ExtensionInstallPromptBundle.xib',
256 'app/nibs/ExtensionInstallPromptInline.xib',
257 'app/nibs/ExtensionInstallPromptNoWarnings.xib',
258 'app/nibs/ExtensionInstalledBubble.xib',
259 'app/nibs/ExtensionInstalledBubbleBundle.xib',
260 'app/nibs/FindBar.xib',
261 'app/nibs/FirstRunBubble.xib',
262 'app/nibs/FirstRunDialog.xib',
263 'app/nibs/FullscreenExitBubble.xib',
264 'app/nibs/GlobalErrorBubble.xib',
265 'app/nibs/HungRendererDialog.xib',
266 'app/nibs/HttpAuthLoginSheet.xib',
267 'app/nibs/ImportProgressDialog.xib',
268 'app/nibs/InfoBar.xib',
269 'app/nibs/InfoBarContainer.xib',
270 'app/nibs/MainMenu.xib',
271 'app/nibs/Notification.xib',
272 'app/nibs/OneClickSigninBubble.xib',
273 'app/nibs/Panel.xib',
274 'app/nibs/PreviewableContents.xib',
275 'app/nibs/SaveAccessoryView.xib',
276 'app/nibs/SadTab.xib',
277 'app/nibs/SpeechRecognitionBubble.xib',
278 'app/nibs/TabView.xib',
279 'app/nibs/TaskManager.xib',
280 'app/nibs/Toolbar.xib',
281 'app/nibs/WrenchMenu.xib',
282 'app/theme/balloon_wrench.pdf', 235 'app/theme/balloon_wrench.pdf',
283 'app/theme/chevron.pdf', 236 'app/theme/chevron.pdf',
284 'app/theme/find_next_Template.pdf', 237 'app/theme/find_next_Template.pdf',
285 'app/theme/find_prev_Template.pdf', 238 'app/theme/find_prev_Template.pdf',
286 'app/theme/menu_hierarchy_arrow.pdf', 239 'app/theme/menu_hierarchy_arrow.pdf',
287 'app/theme/menu_overflow_down.pdf', 240 'app/theme/menu_overflow_down.pdf',
288 'app/theme/menu_overflow_up.pdf', 241 'app/theme/menu_overflow_up.pdf',
289 'browser/mac/install.sh', 242 'browser/mac/install.sh',
290 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak', 243 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome.pak',
291 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_100_percent.pak', 244 '<(SHARED_INTERMEDIATE_DIR)/repack/chrome_100_percent.pak',
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 ], 487 ],
535 }], 488 }],
536 ], # conditions 489 ], # conditions
537 }], # OS=="mac" 490 }], # OS=="mac"
538 ], # conditions 491 ], # conditions
539 }, # target chrome_dll 492 }, # target chrome_dll
540 ], # targets 493 ], # targets
541 }], # OS=="mac" or OS=="win" 494 }], # OS=="mac" or OS=="win"
542 ], 495 ],
543 } 496 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | chrome/chrome_nibs.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698