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', |
742 'message_pump_wayland.h', | 743 'message_pump_wayland.h', |
743 'metrics/field_trial.cc', | 744 'metrics/field_trial.cc', |
744 'metrics/field_trial.h', | 745 'metrics/field_trial.h', |
745 'string16.cc', | 746 'string16.cc', |
746 'string16.h', | 747 'string16.h', |
747 'sync_socket.h', | 748 'sync_socket.h', |
748 'sync_socket_win.cc', | 749 'sync_socket_win.cc', |
749 'sync_socket_posix.cc', | 750 'sync_socket_posix.cc', |
750 'time_mac.cc', | 751 'time_mac.cc', |
751 'time_posix.cc', | 752 'time_posix.cc', |
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
879 'third_party/xdg_mime/xdgmimemagic.c', | 880 'third_party/xdg_mime/xdgmimemagic.c', |
880 'third_party/xdg_mime/xdgmimemagic.h', | 881 'third_party/xdg_mime/xdgmimemagic.h', |
881 'third_party/xdg_mime/xdgmimeparent.c', | 882 'third_party/xdg_mime/xdgmimeparent.c', |
882 'third_party/xdg_mime/xdgmimeparent.h', | 883 'third_party/xdg_mime/xdgmimeparent.h', |
883 ], | 884 ], |
884 }, | 885 }, |
885 ], | 886 ], |
886 }], | 887 }], |
887 ], | 888 ], |
888 } | 889 } |
OLD | NEW |