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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
126 'mac/os_crash_dumps.h', | 126 'mac/os_crash_dumps.h', |
127 'mac/scoped_aedesc.h', | 127 'mac/scoped_aedesc.h', |
128 'mac/scoped_cftyperef.h', | 128 'mac/scoped_cftyperef.h', |
129 'mac/scoped_nsautorelease_pool.h', | 129 'mac/scoped_nsautorelease_pool.h', |
130 'mac/scoped_nsautorelease_pool.mm', | 130 'mac/scoped_nsautorelease_pool.mm', |
131 'mac/scoped_nsexception_enabler.h', | 131 'mac/scoped_nsexception_enabler.h', |
132 'mac/scoped_nsexception_enabler.mm', | 132 'mac/scoped_nsexception_enabler.mm', |
133 'mach_ipc_mac.h', | 133 'mach_ipc_mac.h', |
134 'mach_ipc_mac.mm', | 134 'mach_ipc_mac.mm', |
135 'memory/linked_ptr.h', | 135 'memory/linked_ptr.h', |
136 'memory/memory_debug.cc', | |
137 'memory/memory_debug.h', | |
138 'memory/mru_cache.h', | 136 'memory/mru_cache.h', |
139 'memory/raw_scoped_refptr_mismatch_checker.h', | 137 'memory/raw_scoped_refptr_mismatch_checker.h', |
140 'memory/ref_counted.cc', | 138 'memory/ref_counted.cc', |
141 'memory/ref_counted.h', | 139 'memory/ref_counted.h', |
142 'memory/ref_counted_memory.cc', | 140 'memory/ref_counted_memory.cc', |
143 'memory/ref_counted_memory.h', | 141 'memory/ref_counted_memory.h', |
144 'memory/scoped_callback_factory.h', | 142 'memory/scoped_callback_factory.h', |
145 'memory/scoped_handle.h', | 143 'memory/scoped_handle.h', |
146 'memory/scoped_nsobject.h', | 144 'memory/scoped_nsobject.h', |
147 'memory/scoped_open_process.h', | 145 'memory/scoped_open_process.h', |
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
535 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', | 533 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', |
536 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 534 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
537 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', | 535 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', |
538 '$(SDKROOT)/System/Library/Frameworks/Security.framework', | 536 '$(SDKROOT)/System/Library/Frameworks/Security.framework', |
539 ], | 537 ], |
540 }, | 538 }, |
541 }], | 539 }], |
542 [ 'OS != "win"', { | 540 [ 'OS != "win"', { |
543 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], | 541 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], |
544 'sources!': [ | 542 'sources!': [ |
545 'third_party/purify/pure_api.c', | |
546 'event_recorder.cc', | 543 'event_recorder.cc', |
547 'resource_util.cc', | 544 'resource_util.cc', |
548 ], | 545 ], |
549 },], | 546 },], |
550 [ 'component=="shared_library"', { | 547 [ 'component=="shared_library"', { |
551 'conditions': [ | 548 'conditions': [ |
552 ['OS=="win"', { | 549 ['OS=="win"', { |
553 'sources!': [ | 550 'sources!': [ |
554 'debug/debug_on_start_win.cc', | 551 'debug/debug_on_start_win.cc', |
555 ], | 552 ], |
556 }], | 553 }], |
557 ], | 554 ], |
558 }], | 555 }], |
559 ], | 556 ], |
560 'sources': [ | 557 'sources': [ |
561 'third_party/nspr/prcpucfg.h', | 558 'third_party/nspr/prcpucfg.h', |
562 'third_party/nspr/prcpucfg_win.h', | 559 'third_party/nspr/prcpucfg_win.h', |
563 'third_party/nspr/prtypes.h', | 560 'third_party/nspr/prtypes.h', |
564 'third_party/purify/pure.h', | |
565 'third_party/purify/pure_api.c', | |
566 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', | 561 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', |
567 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', | 562 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', |
568 'auto_reset.h', | 563 'auto_reset.h', |
569 'base64.cc', | 564 'base64.cc', |
570 'base64.h', | 565 'base64.h', |
571 'event_recorder.cc', | 566 'event_recorder.cc', |
572 'event_recorder.h', | 567 'event_recorder.h', |
573 'event_recorder_stubs.cc', | 568 'event_recorder_stubs.cc', |
574 'file_descriptor_shuffle.cc', | 569 'file_descriptor_shuffle.cc', |
575 'file_descriptor_shuffle.h', | 570 'file_descriptor_shuffle.h', |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 'third_party/xdg_mime/xdgmimemagic.c', | 714 'third_party/xdg_mime/xdgmimemagic.c', |
720 'third_party/xdg_mime/xdgmimemagic.h', | 715 'third_party/xdg_mime/xdgmimemagic.h', |
721 'third_party/xdg_mime/xdgmimeparent.c', | 716 'third_party/xdg_mime/xdgmimeparent.c', |
722 'third_party/xdg_mime/xdgmimeparent.h', | 717 'third_party/xdg_mime/xdgmimeparent.h', |
723 ], | 718 ], |
724 }, | 719 }, |
725 ], | 720 ], |
726 }], | 721 }], |
727 ], | 722 ], |
728 } | 723 } |
OLD | NEW |