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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 3046042: Added AppleScript support (Closed) Base URL: http://src.chromium.org/svn/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/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | 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) 2009-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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_exe_target': 0, 8 'chrome_exe_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
11 ['chrome_exe_target==1', { 11 ['chrome_exe_target==1', {
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 ], 213 ],
214 }], 214 }],
215 ['OS=="mac"', { 215 ['OS=="mac"', {
216 # 'branding' is a variable defined in common.gypi 216 # 'branding' is a variable defined in common.gypi
217 # (e.g. "Chromium", "Chrome") 217 # (e.g. "Chromium", "Chrome")
218 'conditions': [ 218 'conditions': [
219 ['branding=="Chrome"', { 219 ['branding=="Chrome"', {
220 'mac_bundle_resources': [ 220 'mac_bundle_resources': [
221 'app/theme/google_chrome/app.icns', 221 'app/theme/google_chrome/app.icns',
222 'app/theme/google_chrome/document.icns', 222 'app/theme/google_chrome/document.icns',
223 'browser/cocoa/applescript/scripting.sdef',
223 ], 224 ],
224 }, { # else: 'branding!="Chrome" 225 }, { # else: 'branding!="Chrome"
225 'mac_bundle_resources': [ 226 'mac_bundle_resources': [
226 'app/theme/chromium/app.icns', 227 'app/theme/chromium/app.icns',
227 'app/theme/chromium/document.icns', 228 'app/theme/chromium/document.icns',
229 'browser/cocoa/applescript/scripting.sdef',
228 ], 230 ],
229 }], 231 }],
230 ['mac_breakpad==1', { 232 ['mac_breakpad==1', {
231 'variables': { 233 'variables': {
232 # A real .dSYM is needed for dump_syms to operate on. 234 # A real .dSYM is needed for dump_syms to operate on.
233 'mac_real_dsym': 1, 235 'mac_real_dsym': 1,
234 }, 236 },
235 'dependencies': [ 237 'dependencies': [
236 '../breakpad/breakpad.gyp:dump_syms', 238 '../breakpad/breakpad.gyp:dump_syms',
237 '../breakpad/breakpad.gyp:symupload', 239 '../breakpad/breakpad.gyp:symupload',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
569 'configurations': { 571 'configurations': {
570 'Common_Base': { 572 'Common_Base': {
571 'msvs_target_platform': 'x64', 573 'msvs_target_platform': 'x64',
572 }, 574 },
573 }, 575 },
574 }, 576 },
575 ], 577 ],
576 }], 578 }],
577 ], 579 ],
578 } 580 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698