| 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 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 536 '$(SDKROOT)/System/Library/Frameworks/Security.framework', | 536 '$(SDKROOT)/System/Library/Frameworks/Security.framework', |
| 537 ], | 537 ], |
| 538 }, | 538 }, |
| 539 'dependencies': [ | 539 'dependencies': [ |
| 540 '../third_party/mach_override/mach_override.gyp:mach_override', | 540 '../third_party/mach_override/mach_override.gyp:mach_override', |
| 541 ], | 541 ], |
| 542 }], | 542 }], |
| 543 [ 'OS != "win"', { | 543 [ 'OS != "win"', { |
| 544 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], | 544 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], |
| 545 'sources!': [ | 545 'sources!': [ |
| 546 'event_recorder.cc', | |
| 547 'resource_util.cc', | 546 'resource_util.cc', |
| 548 ], | 547 ], |
| 549 },], | 548 },], |
| 550 [ 'component=="shared_library"', { | 549 [ 'component=="shared_library"', { |
| 551 'conditions': [ | 550 'conditions': [ |
| 552 ['OS=="win"', { | 551 ['OS=="win"', { |
| 553 'sources!': [ | 552 'sources!': [ |
| 554 'debug/debug_on_start_win.cc', | 553 'debug/debug_on_start_win.cc', |
| 555 ], | 554 ], |
| 556 }], | 555 }], |
| 557 ], | 556 ], |
| 558 }], | 557 }], |
| 559 ], | 558 ], |
| 560 'sources': [ | 559 'sources': [ |
| 561 'third_party/nspr/prcpucfg.h', | 560 'third_party/nspr/prcpucfg.h', |
| 562 'third_party/nspr/prcpucfg_win.h', | 561 'third_party/nspr/prcpucfg_win.h', |
| 563 'third_party/nspr/prtypes.h', | 562 'third_party/nspr/prtypes.h', |
| 564 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', | 563 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', |
| 565 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', | 564 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', |
| 566 'auto_reset.h', | 565 'auto_reset.h', |
| 567 'base64.cc', | 566 'base64.cc', |
| 568 'base64.h', | 567 'base64.h', |
| 569 'event_recorder.cc', | |
| 570 'event_recorder.h', | 568 'event_recorder.h', |
| 571 'event_recorder_stubs.cc', | 569 'event_recorder_stubs.cc', |
| 570 'event_recorder_win.cc', |
| 572 'file_descriptor_shuffle.cc', | 571 'file_descriptor_shuffle.cc', |
| 573 'file_descriptor_shuffle.h', | 572 'file_descriptor_shuffle.h', |
| 574 'linux_util.cc', | 573 'linux_util.cc', |
| 575 'linux_util.h', | 574 'linux_util.h', |
| 576 'md5.cc', | 575 'md5.cc', |
| 577 'md5.h', | 576 'md5.h', |
| 578 'message_pump_glib.cc', | 577 'message_pump_glib.cc', |
| 579 'message_pump_glib.h', | 578 'message_pump_glib.h', |
| 580 'message_pump_gtk.cc', | 579 'message_pump_gtk.cc', |
| 581 'message_pump_gtk.h', | 580 'message_pump_gtk.h', |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 717 'third_party/xdg_mime/xdgmimemagic.c', | 716 'third_party/xdg_mime/xdgmimemagic.c', |
| 718 'third_party/xdg_mime/xdgmimemagic.h', | 717 'third_party/xdg_mime/xdgmimemagic.h', |
| 719 'third_party/xdg_mime/xdgmimeparent.c', | 718 'third_party/xdg_mime/xdgmimeparent.c', |
| 720 'third_party/xdg_mime/xdgmimeparent.h', | 719 'third_party/xdg_mime/xdgmimeparent.h', |
| 721 ], | 720 ], |
| 722 }, | 721 }, |
| 723 ], | 722 ], |
| 724 }], | 723 }], |
| 725 ], | 724 ], |
| 726 } | 725 } |
| OLD | NEW |