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

Side by Side Diff: chrome/tools/build/mac/pkg-dmg

Issue 334049: Move Mac build tool scripts only used by chrome.gyp from build/mac into chrome/tools/build/mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month 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/tools/build/mac/generate_localizer ('k') | chrome/tools/build/mac/symlink_lprojs » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
1 #!/usr/bin/perl 1 #!/usr/bin/perl
2 # ***** BEGIN LICENSE BLOCK ***** 2 # ***** BEGIN LICENSE BLOCK *****
3 # Version: MPL 1.1/GPL 2.0/LGPL 2.1 3 # Version: MPL 1.1/GPL 2.0/LGPL 2.1
4 # 4 #
5 # The contents of this file are subject to the Mozilla Public License Version 5 # The contents of this file are subject to the Mozilla Public License Version
6 # 1.1 (the "License"); you may not use this file except in compliance with 6 # 1.1 (the "License"); you may not use this file except in compliance with
7 # the License. You may obtain a copy of the License at 7 # the License. You may obtain a copy of the License at
8 # http://www.mozilla.org/MPL/ 8 # http://www.mozilla.org/MPL/
9 # 9 #
10 # Software distributed under the License is distributed on an "AS IS" basis, 10 # Software distributed under the License is distributed on an "AS IS" basis,
(...skipping 1500 matching lines...) Expand 10 before | Expand all | Expand 10 after
1511 " [--license <file>] (plain text license agreement)\n". 1511 " [--license <file>] (plain text license agreement)\n".
1512 " [--resource <file>] (flat .r files to merge)\n". 1512 " [--resource <file>] (flat .r files to merge)\n".
1513 " [--icon <icns-file>] (volume icon)\n". 1513 " [--icon <icns-file>] (volume icon)\n".
1514 " [--attribute <a>:<file>] (set file attributes)\n". 1514 " [--attribute <a>:<file>] (set file attributes)\n".
1515 " [--idme] (make Internet-enabled image)\n". 1515 " [--idme] (make Internet-enabled image)\n".
1516 " [--sourcefile] (treat --source as a file)\n". 1516 " [--sourcefile] (treat --source as a file)\n".
1517 " [--verbosity <level>] (0, 1, 2; default=2)\n". 1517 " [--verbosity <level>] (0, 1, 2; default=2)\n".
1518 " [--dry-run] (print what would be done)\n"); 1518 " [--dry-run] (print what would be done)\n");
1519 return; 1519 return;
1520 } 1520 }
OLDNEW
« no previous file with comments | « chrome/tools/build/mac/generate_localizer ('k') | chrome/tools/build/mac/symlink_lprojs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698