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 'base_extra_target': 0, | 9 'base_extra_target': 0, |
10 }, | 10 }, |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
63 'dir_reader_fallback.h', | 63 'dir_reader_fallback.h', |
64 'dir_reader_linux.h', | 64 'dir_reader_linux.h', |
65 'dir_reader_posix.h', | 65 'dir_reader_posix.h', |
66 'environment.cc', | 66 'environment.cc', |
67 'environment.h', | 67 'environment.h', |
68 'event_trace_consumer_win.h', | 68 'event_trace_consumer_win.h', |
69 'event_trace_controller_win.cc', | 69 'event_trace_controller_win.cc', |
70 'event_trace_controller_win.h', | 70 'event_trace_controller_win.h', |
71 'event_trace_provider_win.cc', | 71 'event_trace_provider_win.cc', |
72 'event_trace_provider_win.h', | 72 'event_trace_provider_win.h', |
73 'event_synthesis_gtk.cc', | |
74 'event_synthesis_gtk.h', | |
75 'file_path.cc', | 73 'file_path.cc', |
76 'file_path.h', | 74 'file_path.h', |
77 'file_util.cc', | 75 'file_util.cc', |
78 'file_util.h', | 76 'file_util.h', |
79 'file_util_deprecated.h', | 77 'file_util_deprecated.h', |
80 'file_util_linux.cc', | 78 'file_util_linux.cc', |
81 'file_util_mac.mm', | 79 'file_util_mac.mm', |
82 'file_util_posix.cc', | 80 'file_util_posix.cc', |
83 'file_util_win.cc', | 81 'file_util_win.cc', |
84 'file_util_proxy.cc', | 82 'file_util_proxy.cc', |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
431 'field_trial.cc', | 429 'field_trial.cc', |
432 'field_trial.h', | 430 'field_trial.h', |
433 'file_descriptor_shuffle.cc', | 431 'file_descriptor_shuffle.cc', |
434 'file_descriptor_shuffle.h', | 432 'file_descriptor_shuffle.h', |
435 'hmac.h', | 433 'hmac.h', |
436 'hmac_mac.cc', | 434 'hmac_mac.cc', |
437 'hmac_nss.cc', | 435 'hmac_nss.cc', |
438 'hmac_win.cc', | 436 'hmac_win.cc', |
439 'image_util.cc', | 437 'image_util.cc', |
440 'image_util.h', | 438 'image_util.h', |
441 'keyboard_code_conversion.cc', | |
442 'keyboard_code_conversion.h', | |
443 'keyboard_code_conversion_gtk.cc', | |
444 'keyboard_code_conversion_gtk.h', | |
445 'keyboard_code_conversion_mac.mm', | |
446 'keyboard_code_conversion_mac.h', | |
447 'keyboard_codes.h', | |
448 'keyboard_codes_win.h', | |
449 'keyboard_codes_posix.h', | |
450 'linux_util.cc', | 439 'linux_util.cc', |
451 'linux_util.h', | 440 'linux_util.h', |
452 'md5.cc', | 441 'md5.cc', |
453 'md5.h', | 442 'md5.h', |
454 'message_pump_glib.cc', | 443 'message_pump_glib.cc', |
455 'message_pump_glib.h', | 444 'message_pump_glib.h', |
456 'message_pump_libevent.cc', | 445 'message_pump_libevent.cc', |
457 'message_pump_libevent.h', | 446 'message_pump_libevent.h', |
458 'message_pump_mac.h', | 447 'message_pump_mac.h', |
459 'message_pump_mac.mm', | 448 'message_pump_mac.mm', |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
756 'third_party/xdg_mime/xdgmimemagic.c', | 745 'third_party/xdg_mime/xdgmimemagic.c', |
757 'third_party/xdg_mime/xdgmimemagic.h', | 746 'third_party/xdg_mime/xdgmimemagic.h', |
758 'third_party/xdg_mime/xdgmimeparent.c', | 747 'third_party/xdg_mime/xdgmimeparent.c', |
759 'third_party/xdg_mime/xdgmimeparent.h', | 748 'third_party/xdg_mime/xdgmimeparent.h', |
760 ], | 749 ], |
761 }, | 750 }, |
762 ], | 751 ], |
763 }], | 752 }], |
764 ], | 753 ], |
765 } | 754 } |
OLD | NEW |