| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'base_target': 0, | 8 'base_target': 0, |
| 9 }, | 9 }, |
| 10 'target_conditions': [ | 10 'target_conditions': [ |
| (...skipping 518 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 529 'link_settings': { | 529 'link_settings': { |
| 530 'libraries': [ | 530 'libraries': [ |
| 531 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 531 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 532 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', | 532 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', |
| 533 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | 533 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
| 534 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 534 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
| 535 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 535 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
| 536 '$(SDKROOT)/System/Library/Frameworks/Security.framework', | 536 '$(SDKROOT)/System/Library/Frameworks/Security.framework', |
| 537 ], | 537 ], |
| 538 }, | 538 }, |
| 539 'dependencies': [ |
| 540 '../third_party/mach_override/mach_override.gyp:mach_override', |
| 541 ], |
| 539 }], | 542 }], |
| 540 [ 'OS != "win"', { | 543 [ 'OS != "win"', { |
| 541 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], | 544 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], |
| 542 'sources!': [ | 545 'sources!': [ |
| 543 'event_recorder.cc', | 546 'event_recorder.cc', |
| 544 'resource_util.cc', | 547 'resource_util.cc', |
| 545 ], | 548 ], |
| 546 },], | 549 },], |
| 547 [ 'component=="shared_library"', { | 550 [ 'component=="shared_library"', { |
| 548 'conditions': [ | 551 'conditions': [ |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 714 'third_party/xdg_mime/xdgmimemagic.c', | 717 'third_party/xdg_mime/xdgmimemagic.c', |
| 715 'third_party/xdg_mime/xdgmimemagic.h', | 718 'third_party/xdg_mime/xdgmimemagic.h', |
| 716 'third_party/xdg_mime/xdgmimeparent.c', | 719 'third_party/xdg_mime/xdgmimeparent.c', |
| 717 'third_party/xdg_mime/xdgmimeparent.h', | 720 'third_party/xdg_mime/xdgmimeparent.h', |
| 718 ], | 721 ], |
| 719 }, | 722 }, |
| 720 ], | 723 ], |
| 721 }], | 724 }], |
| 722 ], | 725 ], |
| 723 } | 726 } |
| OLD | NEW |