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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 6048001: [Mac] Remove the yellow ball and replace it with a green arrow thing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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/ui/cocoa/toolbar_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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'app/theme/omnibox_more.pdf', 273 'app/theme/omnibox_more.pdf',
274 'app/theme/omnibox_search.pdf', 274 'app/theme/omnibox_search.pdf',
275 'app/theme/omnibox_star.pdf', 275 'app/theme/omnibox_star.pdf',
276 'app/theme/otr_icon.pdf', 276 'app/theme/otr_icon.pdf',
277 'app/theme/popup_window_animation.pdf', 277 'app/theme/popup_window_animation.pdf',
278 'app/theme/reload_Template.pdf', 278 'app/theme/reload_Template.pdf',
279 'app/theme/star.pdf', 279 'app/theme/star.pdf',
280 'app/theme/star_lit.pdf', 280 'app/theme/star_lit.pdf',
281 'app/theme/stop_Template.pdf', 281 'app/theme/stop_Template.pdf',
282 'app/theme/tools_Template.pdf', 282 'app/theme/tools_Template.pdf',
283 'app/theme/upgrade_dot.pdf',
284 'browser/ui/cocoa/install.sh', 283 'browser/ui/cocoa/install.sh',
285 ], 284 ],
286 'mac_bundle_resources!': [ 285 'mac_bundle_resources!': [
287 'app/framework-Info.plist', 286 'app/framework-Info.plist',
288 ], 287 ],
289 'dependencies': [ 288 'dependencies': [
290 # Bring in pdfsqueeze and run it on all pdfs 289 # Bring in pdfsqueeze and run it on all pdfs
291 '../build/temp_gyp/pdfsqueeze.gyp:pdfsqueeze', 290 '../build/temp_gyp/pdfsqueeze.gyp:pdfsqueeze',
292 '../build/util/support/support.gyp:*', 291 '../build/util/support/support.gyp:*',
293 # On Mac, Flash gets put into the framework, so we need this 292 # On Mac, Flash gets put into the framework, so we need this
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
603 'configurations': { 602 'configurations': {
604 'Common_Base': { 603 'Common_Base': {
605 'msvs_target_platform': 'x64', 604 'msvs_target_platform': 'x64',
606 }, 605 },
607 }, 606 },
608 }, # target chrome_dll 607 }, # target chrome_dll
609 ], 608 ],
610 }], 609 }],
611 ], 610 ],
612 } 611 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/toolbar_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698