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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 9416012: Mac: Generate App Mode Loader bundle + cleanup (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix review comments Created 8 years, 10 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'chrome_dll', 9 'target_name': 'chrome_dll',
10 'type': 'none', 10 'type': 'none',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak', 303 '<(SHARED_INTERMEDIATE_DIR)/repack/resources.pak',
304 '<!@pymod_do_main(repack_locales -o -g <(grit_out_dir) -s <(SHAR ED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))', 304 '<!@pymod_do_main(repack_locales -o -g <(grit_out_dir) -s <(SHAR ED_INTERMEDIATE_DIR) -x <(SHARED_INTERMEDIATE_DIR) <(locales))',
305 # Note: pseudo_locales are generated via the packed_resources 305 # Note: pseudo_locales are generated via the packed_resources
306 # dependency but not copied to the final target. See 306 # dependency but not copied to the final target. See
307 # common.gypi for more info. 307 # common.gypi for more info.
308 ], 308 ],
309 'mac_bundle_resources!': [ 309 'mac_bundle_resources!': [
310 'app/framework-Info.plist', 310 'app/framework-Info.plist',
311 ], 311 ],
312 'dependencies': [ 312 'dependencies': [
313 'app_mode_app',
313 # Bring in pdfsqueeze and run it on all pdfs 314 # Bring in pdfsqueeze and run it on all pdfs
314 '../build/temp_gyp/pdfsqueeze.gyp:pdfsqueeze', 315 '../build/temp_gyp/pdfsqueeze.gyp:pdfsqueeze',
315 '../crypto/crypto.gyp:crypto', 316 '../crypto/crypto.gyp:crypto',
316 # On Mac, Flash gets put into the framework, so we need this 317 # On Mac, Flash gets put into the framework, so we need this
317 # dependency here. flash_player.gyp will copy the Flash bundle 318 # dependency here. flash_player.gyp will copy the Flash bundle
318 # into PRODUCT_DIR. 319 # into PRODUCT_DIR.
319 '../third_party/adobe/flash/flash_player.gyp:flash_player', 320 '../third_party/adobe/flash/flash_player.gyp:flash_player',
320 'chrome_resources.gyp:packed_extra_resources', 321 'chrome_resources.gyp:packed_extra_resources',
321 'chrome_resources.gyp:packed_resources', 322 'chrome_resources.gyp:packed_resources',
322 ], 323 ],
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 }, 435 },
435 { 436 {
436 # Copy of resources used by tests. 437 # Copy of resources used by tests.
437 'destination': '<(PRODUCT_DIR)/pseudo_locales', 438 'destination': '<(PRODUCT_DIR)/pseudo_locales',
438 'files': [ 439 'files': [
439 '<(SHARED_INTERMEDIATE_DIR)/<(pseudo_locales).pak' 440 '<(SHARED_INTERMEDIATE_DIR)/<(pseudo_locales).pak'
440 ], 441 ],
441 }, 442 },
442 { 443 {
443 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/resourc es', 444 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/resourc es',
444 'files': [], 445 'files': [
446 # Loader bundle for platform apps.
447 '<(PRODUCT_DIR)/app_mode_loader.app',
448 ],
445 'conditions': [ 449 'conditions': [
446 ['debug_devtools!=0', { 450 ['debug_devtools!=0', {
447 'files': [ 451 'files': [
448 '<(PRODUCT_DIR)/resources/inspector', 452 '<(PRODUCT_DIR)/resources/inspector',
449 ], 453 ],
450 }], 454 }],
451 ], 455 ],
452 }, 456 },
453 ], 457 ],
454 'conditions': [ 458 'conditions': [
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 ], 531 ],
528 }], 532 }],
529 ], # conditions 533 ], # conditions
530 }], # OS=="mac" 534 }], # OS=="mac"
531 ], # conditions 535 ], # conditions
532 }, # target chrome_dll 536 }, # target chrome_dll
533 ], # targets 537 ], # targets
534 }], # OS=="mac" or OS=="win" 538 }], # OS=="mac" or OS=="win"
535 ], 539 ],
536 } 540 }
OLDNEW
« chrome/chrome.gyp ('K') | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698