OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 617 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
628 'message_pump_glib.h', | 628 'message_pump_glib.h', |
629 'message_pump_glib_x.cc', | 629 'message_pump_glib_x.cc', |
630 'message_pump_glib_x.h', | 630 'message_pump_glib_x.h', |
631 'message_pump_glib_x_dispatch.h', | 631 'message_pump_glib_x_dispatch.h', |
632 'message_pump_libevent.cc', | 632 'message_pump_libevent.cc', |
633 'message_pump_libevent.h', | 633 'message_pump_libevent.h', |
634 'message_pump_mac.h', | 634 'message_pump_mac.h', |
635 'message_pump_mac.mm', | 635 'message_pump_mac.mm', |
636 'metrics/field_trial.cc', | 636 'metrics/field_trial.cc', |
637 'metrics/field_trial.h', | 637 'metrics/field_trial.h', |
638 'nsimage_cache_mac.h', | |
639 'nsimage_cache_mac.mm', | |
640 'nss_util.cc', | 638 'nss_util.cc', |
641 'nss_util.h', | 639 'nss_util.h', |
642 'openssl_util.cc', | 640 'openssl_util.cc', |
643 'openssl_util.h', | 641 'openssl_util.h', |
644 'setproctitle_linux.c', | 642 'setproctitle_linux.c', |
645 'setproctitle_linux.h', | 643 'setproctitle_linux.h', |
646 'sha2.cc', | 644 'sha2.cc', |
647 'sha2.h', | 645 'sha2.h', |
648 'sha2_openssl.cc', | 646 'sha2_openssl.cc', |
649 'string16.cc', | 647 'string16.cc', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
742 'third_party/xdg_mime/xdgmimemagic.c', | 740 'third_party/xdg_mime/xdgmimemagic.c', |
743 'third_party/xdg_mime/xdgmimemagic.h', | 741 'third_party/xdg_mime/xdgmimemagic.h', |
744 'third_party/xdg_mime/xdgmimeparent.c', | 742 'third_party/xdg_mime/xdgmimeparent.c', |
745 'third_party/xdg_mime/xdgmimeparent.h', | 743 'third_party/xdg_mime/xdgmimeparent.h', |
746 ], | 744 ], |
747 }, | 745 }, |
748 ], | 746 ], |
749 }], | 747 }], |
750 ], | 748 ], |
751 } | 749 } |
OLD | NEW |