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 413 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
424 'field_trial.cc', | 424 'field_trial.cc', |
425 'field_trial.h', | 425 'field_trial.h', |
426 'file_descriptor_shuffle.cc', | 426 'file_descriptor_shuffle.cc', |
427 'file_descriptor_shuffle.h', | 427 'file_descriptor_shuffle.h', |
428 'hmac.h', | 428 'hmac.h', |
429 'hmac_mac.cc', | 429 'hmac_mac.cc', |
430 'hmac_nss.cc', | 430 'hmac_nss.cc', |
431 'hmac_win.cc', | 431 'hmac_win.cc', |
432 'image_util.cc', | 432 'image_util.cc', |
433 'image_util.h', | 433 'image_util.h', |
| 434 'keyboard_code_conversion.cc', |
| 435 'keyboard_code_conversion.h', |
434 'keyboard_code_conversion_gtk.cc', | 436 'keyboard_code_conversion_gtk.cc', |
435 'keyboard_code_conversion_gtk.h', | 437 'keyboard_code_conversion_gtk.h', |
436 'keyboard_code_conversion_mac.mm', | 438 'keyboard_code_conversion_mac.mm', |
437 'keyboard_code_conversion_mac.h', | 439 'keyboard_code_conversion_mac.h', |
438 'keyboard_codes.h', | 440 'keyboard_codes.h', |
439 'keyboard_codes_win.h', | 441 'keyboard_codes_win.h', |
440 'keyboard_codes_posix.h', | 442 'keyboard_codes_posix.h', |
441 'linux_util.cc', | 443 'linux_util.cc', |
442 'linux_util.h', | 444 'linux_util.h', |
443 'md5.cc', | 445 'md5.cc', |
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
752 'third_party/xdg_mime/xdgmimemagic.c', | 754 'third_party/xdg_mime/xdgmimemagic.c', |
753 'third_party/xdg_mime/xdgmimemagic.h', | 755 'third_party/xdg_mime/xdgmimemagic.h', |
754 'third_party/xdg_mime/xdgmimeparent.c', | 756 'third_party/xdg_mime/xdgmimeparent.c', |
755 'third_party/xdg_mime/xdgmimeparent.h', | 757 'third_party/xdg_mime/xdgmimeparent.h', |
756 ], | 758 ], |
757 }, | 759 }, |
758 ], | 760 ], |
759 }], | 761 }], |
760 ], | 762 ], |
761 } | 763 } |
OLD | NEW |