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 639 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
650 'linux_util.cc', | 650 'linux_util.cc', |
651 'linux_util.h', | 651 'linux_util.h', |
652 'md5.cc', | 652 'md5.cc', |
653 'md5.h', | 653 'md5.h', |
654 'message_pump_android.cc', | 654 'message_pump_android.cc', |
655 'message_pump_android.h', | 655 'message_pump_android.h', |
656 'message_pump_glib.cc', | 656 'message_pump_glib.cc', |
657 'message_pump_glib.h', | 657 'message_pump_glib.h', |
658 'message_pump_gtk.cc', | 658 'message_pump_gtk.cc', |
659 'message_pump_gtk.h', | 659 'message_pump_gtk.h', |
| 660 'message_pump_observer.h', |
660 'message_pump_x.cc', | 661 'message_pump_x.cc', |
661 'message_pump_x.h', | 662 'message_pump_x.h', |
662 'message_pump_libevent.cc', | 663 'message_pump_libevent.cc', |
663 'message_pump_libevent.h', | 664 'message_pump_libevent.h', |
664 'message_pump_mac.h', | 665 'message_pump_mac.h', |
665 'message_pump_mac.mm', | 666 'message_pump_mac.mm', |
666 'message_pump_wayland.cc', | 667 'message_pump_wayland.cc', |
667 'message_pump_wayland.h', | 668 'message_pump_wayland.h', |
668 'metrics/field_trial.cc', | 669 'metrics/field_trial.cc', |
669 'metrics/field_trial.h', | 670 'metrics/field_trial.h', |
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
795 'third_party/xdg_mime/xdgmimemagic.c', | 796 'third_party/xdg_mime/xdgmimemagic.c', |
796 'third_party/xdg_mime/xdgmimemagic.h', | 797 'third_party/xdg_mime/xdgmimemagic.h', |
797 'third_party/xdg_mime/xdgmimeparent.c', | 798 'third_party/xdg_mime/xdgmimeparent.c', |
798 'third_party/xdg_mime/xdgmimeparent.h', | 799 'third_party/xdg_mime/xdgmimeparent.h', |
799 ], | 800 ], |
800 }, | 801 }, |
801 ], | 802 ], |
802 }], | 803 }], |
803 ], | 804 ], |
804 } | 805 } |
OLD | NEW |