| 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 520 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 'link_settings': { | 531 'link_settings': { |
| 532 'libraries': [ | 532 'libraries': [ |
| 533 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', | 533 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', |
| 534 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', | 534 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', |
| 535 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | 535 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
| 536 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 536 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
| 537 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 537 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
| 538 '$(SDKROOT)/System/Library/Frameworks/Security.framework', | 538 '$(SDKROOT)/System/Library/Frameworks/Security.framework', |
| 539 ], | 539 ], |
| 540 }, | 540 }, |
| 541 'depdendencies': [ |
| 542 '../third_party/mach_override/mach_override.gyp:mach_override', |
| 543 ], |
| 541 }], | 544 }], |
| 542 [ 'OS != "win"', { | 545 [ 'OS != "win"', { |
| 543 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], | 546 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], |
| 544 'sources!': [ | 547 'sources!': [ |
| 545 'third_party/purify/pure_api.c', | 548 'third_party/purify/pure_api.c', |
| 546 'event_recorder.cc', | 549 'event_recorder.cc', |
| 547 'resource_util.cc', | 550 'resource_util.cc', |
| 548 ], | 551 ], |
| 549 },], | 552 },], |
| 550 [ 'component=="shared_library"', { | 553 [ 'component=="shared_library"', { |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 719 'third_party/xdg_mime/xdgmimemagic.c', | 722 'third_party/xdg_mime/xdgmimemagic.c', |
| 720 'third_party/xdg_mime/xdgmimemagic.h', | 723 'third_party/xdg_mime/xdgmimemagic.h', |
| 721 'third_party/xdg_mime/xdgmimeparent.c', | 724 'third_party/xdg_mime/xdgmimeparent.c', |
| 722 'third_party/xdg_mime/xdgmimeparent.h', | 725 'third_party/xdg_mime/xdgmimeparent.h', |
| 723 ], | 726 ], |
| 724 }, | 727 }, |
| 725 ], | 728 ], |
| 726 }], | 729 }], |
| 727 ], | 730 ], |
| 728 } | 731 } |
| OLD | NEW |