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 721 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
732 'message_pump_glib.h', | 732 'message_pump_glib.h', |
733 'message_pump_gtk.cc', | 733 'message_pump_gtk.cc', |
734 'message_pump_gtk.h', | 734 'message_pump_gtk.h', |
735 'message_pump_observer.h', | 735 'message_pump_observer.h', |
736 'message_pump_x.cc', | 736 'message_pump_x.cc', |
737 'message_pump_x.h', | 737 'message_pump_x.h', |
738 'message_pump_libevent.cc', | 738 'message_pump_libevent.cc', |
739 'message_pump_libevent.h', | 739 'message_pump_libevent.h', |
740 'message_pump_mac.h', | 740 'message_pump_mac.h', |
741 'message_pump_mac.mm', | 741 'message_pump_mac.mm', |
742 'message_pump_wayland.cc', | |
743 'message_pump_wayland.h', | 742 'message_pump_wayland.h', |
744 'metrics/field_trial.cc', | 743 'metrics/field_trial.cc', |
745 'metrics/field_trial.h', | 744 'metrics/field_trial.h', |
746 'string16.cc', | 745 'string16.cc', |
747 'string16.h', | 746 'string16.h', |
748 'sync_socket.h', | 747 'sync_socket.h', |
749 'sync_socket_win.cc', | 748 'sync_socket_win.cc', |
750 'sync_socket_posix.cc', | 749 'sync_socket_posix.cc', |
751 'time_mac.cc', | 750 'time_mac.cc', |
752 'time_posix.cc', | 751 'time_posix.cc', |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
880 'third_party/xdg_mime/xdgmimemagic.c', | 879 'third_party/xdg_mime/xdgmimemagic.c', |
881 'third_party/xdg_mime/xdgmimemagic.h', | 880 'third_party/xdg_mime/xdgmimemagic.h', |
882 'third_party/xdg_mime/xdgmimeparent.c', | 881 'third_party/xdg_mime/xdgmimeparent.c', |
883 'third_party/xdg_mime/xdgmimeparent.h', | 882 'third_party/xdg_mime/xdgmimeparent.h', |
884 ], | 883 ], |
885 }, | 884 }, |
886 ], | 885 ], |
887 }], | 886 }], |
888 ], | 887 ], |
889 } | 888 } |
OLD | NEW |