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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 1222001: Fix Mac build packaging brokenness from r42357 due to a missing comma in chrome_dll.gypi. (Closed)
Patch Set: Created 10 years, 9 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
« no previous file with comments | « no previous file | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 'Versions/Current/Libraries', 379 'Versions/Current/Libraries',
380 '${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Libraries' 380 '${BUILT_PRODUCTS_DIR}/${WRAPPER_NAME}/Libraries'
381 ], 381 ],
382 }, 382 },
383 ], 383 ],
384 'copies': [ 384 'copies': [
385 { 385 {
386 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resourc es', 386 'destination': '<(PRODUCT_DIR)/$(CONTENTS_FOLDER_PATH)/Resourc es',
387 'files': [ 387 'files': [
388 '<(PRODUCT_DIR)/resources/inspector/', 388 '<(PRODUCT_DIR)/resources/inspector/',
389 '<(PRODUCT_DIR)/resources/bookmark_manager/' 389 '<(PRODUCT_DIR)/resources/bookmark_manager/',
390 '<(PRODUCT_DIR)/resources/net_internals/' 390 '<(PRODUCT_DIR)/resources/net_internals/'
391 ], 391 ],
392 'conditions': [ 392 'conditions': [
393 ['mac_breakpad==1', { 393 ['mac_breakpad==1', {
394 'files': [ 394 'files': [
395 '<(PRODUCT_DIR)/crash_inspector', 395 '<(PRODUCT_DIR)/crash_inspector',
396 '<(PRODUCT_DIR)/crash_report_sender.app' 396 '<(PRODUCT_DIR)/crash_report_sender.app'
397 ], 397 ],
398 }], 398 }],
399 ], 399 ],
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
530 'configurations': { 530 'configurations': {
531 'Common_Base': { 531 'Common_Base': {
532 'msvs_target_platform': 'x64', 532 'msvs_target_platform': 'x64',
533 }, 533 },
534 }, 534 },
535 }, # target chrome_dll 535 }, # target chrome_dll
536 ], 536 ],
537 }], 537 }],
538 ], 538 ],
539 } 539 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698