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

Side by Side Diff: ui/ui.gyp

Issue 23868020: Fix remaining shared_library link_settings propagation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 2 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 | « ui/surface/surface.gyp ('k') | ui/views/views.gyp » ('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) 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after
487 ], 487 ],
488 }], 488 }],
489 ['OS=="mac"', { 489 ['OS=="mac"', {
490 'sources!': [ 490 'sources!': [
491 'base/dragdrop/drag_utils.cc', 491 'base/dragdrop/drag_utils.cc',
492 'base/dragdrop/drag_utils.h', 492 'base/dragdrop/drag_utils.h',
493 ], 493 ],
494 'link_settings': { 494 'link_settings': {
495 'libraries': [ 495 'libraries': [
496 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework', 496 '$(SDKROOT)/System/Library/Frameworks/Accelerate.framework',
497 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
498 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor k',
497 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework', 499 '$(SDKROOT)/System/Library/Frameworks/AudioUnit.framework',
500 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
498 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework', 501 '$(SDKROOT)/System/Library/Frameworks/CoreVideo.framework',
502 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
499 ], 503 ],
500 }, 504 },
501 }], 505 }],
502 ['use_x11==1', { 506 ['use_x11==1', {
503 'all_dependent_settings': { 507 'all_dependent_settings': {
504 'ldflags': [ 508 'ldflags': [
505 '-L<(PRODUCT_DIR)', 509 '-L<(PRODUCT_DIR)',
506 ], 510 ],
507 'link_settings': { 511 'link_settings': {
508 'libraries': [ 512 'libraries': [
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 'xcode_settings': { 727 'xcode_settings': {
724 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 728 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
725 }, 729 },
726 }], 730 }],
727 ], 731 ],
728 }, 732 },
729 ], 733 ],
730 }], 734 }],
731 ], 735 ],
732 } 736 }
OLDNEW
« no previous file with comments | « ui/surface/surface.gyp ('k') | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698