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

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: Tweak 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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 }, 434 },
435 { 435 {
436 # Copy of resources used by tests. 436 # Copy of resources used by tests.
437 'destination': '<(PRODUCT_DIR)/pseudo_locales', 437 'destination': '<(PRODUCT_DIR)/pseudo_locales',
438 'files': [ 438 'files': [
439 '<(SHARED_INTERMEDIATE_DIR)/<(pseudo_locales).pak' 439 '<(SHARED_INTERMEDIATE_DIR)/<(pseudo_locales).pak'
440 ], 440 ],
441 }, 441 },
442 { 442 {
443 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/resourc es', 443 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/resourc es',
444 'files': [], 444 'files': [
445 # Loader bundle for platform apps.
446 '<(PRODUCT_DIR)/app_mode_loader.app',
447 ],
445 'conditions': [ 448 'conditions': [
446 ['debug_devtools!=0', { 449 ['debug_devtools!=0', {
447 'files': [ 450 'files': [
448 '<(PRODUCT_DIR)/resources/inspector', 451 '<(PRODUCT_DIR)/resources/inspector',
449 ], 452 ],
450 }], 453 }],
451 ], 454 ],
452 }, 455 },
453 ], 456 ],
454 'conditions': [ 457 'conditions': [
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 ], 530 ],
528 }], 531 }],
529 ], # conditions 532 ], # conditions
530 }], # OS=="mac" 533 }], # OS=="mac"
531 ], # conditions 534 ], # conditions
532 }, # target chrome_dll 535 }, # target chrome_dll
533 ], # targets 536 ], # targets
534 }], # OS=="mac" or OS=="win" 537 }], # OS=="mac" or OS=="win"
535 ], 538 ],
536 } 539 }
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