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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 3066009: Use a PDF for the upgrade dot.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/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/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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 'app/theme/omnibox_https_warning.pdf', 264 'app/theme/omnibox_https_warning.pdf',
265 'app/theme/omnibox_more.pdf', 265 'app/theme/omnibox_more.pdf',
266 'app/theme/omnibox_search.pdf', 266 'app/theme/omnibox_search.pdf',
267 'app/theme/omnibox_star.pdf', 267 'app/theme/omnibox_star.pdf',
268 'app/theme/omnibox_star_lit.pdf', 268 'app/theme/omnibox_star_lit.pdf',
269 'app/theme/otr_icon.pdf', 269 'app/theme/otr_icon.pdf',
270 'app/theme/popup_window_animation.pdf', 270 'app/theme/popup_window_animation.pdf',
271 'app/theme/reload_Template.pdf', 271 'app/theme/reload_Template.pdf',
272 'app/theme/stop_Template.pdf', 272 'app/theme/stop_Template.pdf',
273 'app/theme/tools_Template.pdf', 273 'app/theme/tools_Template.pdf',
274 'app/theme/upgrade_dot.pdf',
274 'browser/cocoa/install.sh', 275 'browser/cocoa/install.sh',
275 ], 276 ],
276 'mac_bundle_resources!': [ 277 'mac_bundle_resources!': [
277 'app/framework-Info.plist', 278 'app/framework-Info.plist',
278 ], 279 ],
279 'dependencies': [ 280 'dependencies': [
280 # Bring in pdfsqueeze and run it on all pdfs 281 # Bring in pdfsqueeze and run it on all pdfs
281 '../build/temp_gyp/pdfsqueeze.gyp:pdfsqueeze', 282 '../build/temp_gyp/pdfsqueeze.gyp:pdfsqueeze',
282 '../build/util/support/support.gyp:*', 283 '../build/util/support/support.gyp:*',
283 # On Mac, Flash gets put into the framework, so we need this 284 # On Mac, Flash gets put into the framework, so we need this
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 'configurations': { 596 'configurations': {
596 'Common_Base': { 597 'Common_Base': {
597 'msvs_target_platform': 'x64', 598 'msvs_target_platform': 'x64',
598 }, 599 },
599 }, 600 },
600 }, # target chrome_dll 601 }, # target chrome_dll
601 ], 602 ],
602 }], 603 }],
603 ], 604 ],
604 } 605 }
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/toolbar_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698