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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 3076027: Merge 54782 - [Mac] Adjust toolbar spacing of browser actions for M6.... (Closed) Base URL: svn://svn.chromium.org/chrome/branches/472/src/
Patch Set: Created 10 years, 4 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/browser/cocoa/extensions/browser_actions_controller.mm ('k') | no next file » | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
239 'app/nibs/ReportBug.xib', 239 'app/nibs/ReportBug.xib',
240 'app/nibs/SaveAccessoryView.xib', 240 'app/nibs/SaveAccessoryView.xib',
241 'app/nibs/SadTab.xib', 241 'app/nibs/SadTab.xib',
242 'app/nibs/SimpleContentExceptionsWindow.xib', 242 'app/nibs/SimpleContentExceptionsWindow.xib',
243 'app/nibs/TabContents.xib', 243 'app/nibs/TabContents.xib',
244 'app/nibs/TabView.xib', 244 'app/nibs/TabView.xib',
245 'app/nibs/TaskManager.xib', 245 'app/nibs/TaskManager.xib',
246 'app/nibs/Toolbar.xib', 246 'app/nibs/Toolbar.xib',
247 'app/theme/back_Template.pdf', 247 'app/theme/back_Template.pdf',
248 'app/theme/balloon_wrench.pdf', 248 'app/theme/balloon_wrench.pdf',
249 'app/theme/browser_actions_overflow_Template.pdf',
249 'app/theme/chevron.pdf', 250 'app/theme/chevron.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/home_Template.pdf', 254 'app/theme/home_Template.pdf',
254 'app/theme/menu_hierarchy_arrow.pdf', 255 'app/theme/menu_hierarchy_arrow.pdf',
255 'app/theme/menu_overflow_down.pdf', 256 'app/theme/menu_overflow_down.pdf',
256 'app/theme/menu_overflow_up.pdf', 257 'app/theme/menu_overflow_up.pdf',
257 'app/theme/nav.pdf', 258 'app/theme/nav.pdf',
258 'app/theme/newtab.pdf', 259 'app/theme/newtab.pdf',
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 'configurations': { 598 'configurations': {
598 'Common_Base': { 599 'Common_Base': {
599 'msvs_target_platform': 'x64', 600 'msvs_target_platform': 'x64',
600 }, 601 },
601 }, 602 },
602 }, # target chrome_dll 603 }, # target chrome_dll
603 ], 604 ],
604 }], 605 }],
605 ], 606 ],
606 } 607 }
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/extensions/browser_actions_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698