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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 2475002: Initial cut at scaffolding for mac sidetabs. No visible changes to browser wi... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 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
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'target_defaults': { 5 'target_defaults': {
6 'variables': { 6 'variables': {
7 'chrome_dll_target': 0, 7 'chrome_dll_target': 0,
8 }, 8 },
9 'target_conditions': [ 9 'target_conditions': [
10 ['chrome_dll_target==1', { 10 ['chrome_dll_target==1', {
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'app/nibs/HttpAuthLoginSheet.xib', 229 'app/nibs/HttpAuthLoginSheet.xib',
230 'app/nibs/ImportSettingsDialog.xib', 230 'app/nibs/ImportSettingsDialog.xib',
231 'app/nibs/InfoBar.xib', 231 'app/nibs/InfoBar.xib',
232 'app/nibs/InfoBarContainer.xib', 232 'app/nibs/InfoBarContainer.xib',
233 'app/nibs/ImportProgressDialog.xib', 233 'app/nibs/ImportProgressDialog.xib',
234 'app/nibs/KeywordEditor.xib', 234 'app/nibs/KeywordEditor.xib',
235 'app/nibs/MainMenu.xib', 235 'app/nibs/MainMenu.xib',
236 'app/nibs/Preferences.xib', 236 'app/nibs/Preferences.xib',
237 'app/nibs/ReportBug.xib', 237 'app/nibs/ReportBug.xib',
238 'app/nibs/SaveAccessoryView.xib', 238 'app/nibs/SaveAccessoryView.xib',
239 'app/nibs/SideToolbar.xib',
239 'app/nibs/SadTab.xib', 240 'app/nibs/SadTab.xib',
240 'app/nibs/SyncCustomize.xib', 241 'app/nibs/SyncCustomize.xib',
241 'app/nibs/TabContents.xib', 242 'app/nibs/TabContents.xib',
242 'app/nibs/TabView.xib', 243 'app/nibs/TabView.xib',
243 'app/nibs/TaskManager.xib', 244 'app/nibs/TaskManager.xib',
244 'app/nibs/Toolbar.xib', 245 'app/nibs/Toolbar.xib',
245 'app/theme/back_Template.pdf', 246 'app/theme/back_Template.pdf',
246 'app/theme/chevron.png', # TODO(jrg): get and use a pdf version 247 'app/theme/chevron.png', # TODO(jrg): get and use a pdf version
247 'app/theme/close_bar.pdf', 248 'app/theme/close_bar.pdf',
248 'app/theme/close_bar_h.pdf', 249 'app/theme/close_bar_h.pdf',
249 'app/theme/close_bar_p.pdf', 250 'app/theme/close_bar_p.pdf',
250 'app/theme/find_next_Template.pdf', 251 'app/theme/find_next_Template.pdf',
251 'app/theme/find_prev_Template.pdf', 252 'app/theme/find_prev_Template.pdf',
252 'app/theme/forward_Template.pdf', 253 'app/theme/forward_Template.pdf',
253 'app/theme/go_Template.pdf', 254 'app/theme/go_Template.pdf',
254 'app/theme/home_Template.pdf', 255 'app/theme/home_Template.pdf',
255 'app/theme/menu_chrome_rtl_Template.pdf', 256 'app/theme/menu_chrome_rtl_Template.pdf',
256 'app/theme/menu_chrome_Template.pdf', 257 'app/theme/menu_chrome_Template.pdf',
257 » » 'app/theme/menu_hierarchy_arrow.pdf', 258 'app/theme/menu_hierarchy_arrow.pdf',
258 » » 'app/theme/menu_overflow_down.pdf', 259 'app/theme/menu_overflow_down.pdf',
259 » » 'app/theme/menu_overflow_up.pdf', 260 'app/theme/menu_overflow_up.pdf',
260 'app/theme/menu_page_rtl_Template.pdf', 261 'app/theme/menu_page_rtl_Template.pdf',
261 'app/theme/menu_page_Template.pdf', 262 'app/theme/menu_page_Template.pdf',
262 'app/theme/nav.pdf', 263 'app/theme/nav.pdf',
263 'app/theme/newtab.pdf', 264 'app/theme/newtab.pdf',
264 'app/theme/newtab_h.pdf', 265 'app/theme/newtab_h.pdf',
265 'app/theme/newtab_p.pdf', 266 'app/theme/newtab_p.pdf',
266 'app/theme/omnibox_history.pdf', 267 'app/theme/omnibox_history.pdf',
267 'app/theme/omnibox_http.pdf', 268 'app/theme/omnibox_http.pdf',
268 'app/theme/omnibox_https_invalid.pdf', 269 'app/theme/omnibox_https_invalid.pdf',
269 'app/theme/omnibox_https_valid.pdf', 270 'app/theme/omnibox_https_valid.pdf',
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 'configurations': { 549 'configurations': {
549 'Common_Base': { 550 'Common_Base': {
550 'msvs_target_platform': 'x64', 551 'msvs_target_platform': 'x64',
551 }, 552 },
552 }, 553 },
553 }, # target chrome_dll 554 }, # target chrome_dll
554 ], 555 ],
555 }], 556 }],
556 ], 557 ],
557 } 558 }
OLDNEW
« chrome/browser/cocoa/side_tabs_toolbar_controller.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698