OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 'basictypes.h', | 53 'basictypes.h', |
54 'bind.h', | 54 'bind.h', |
55 'bind_helpers.cc', | 55 'bind_helpers.cc', |
56 'bind_helpers.h', | 56 'bind_helpers.h', |
57 'bind_internal.h', | 57 'bind_internal.h', |
58 'bind_internal_win.h', | 58 'bind_internal_win.h', |
59 'bits.h', | 59 'bits.h', |
60 'build_time.cc', | 60 'build_time.cc', |
61 'build_time.h', | 61 'build_time.h', |
62 'callback.h', | 62 'callback.h', |
| 63 'callback_helpers.h', |
63 'callback_internal.cc', | 64 'callback_internal.cc', |
64 'callback_internal.h', | 65 'callback_internal.h', |
65 'cancelable_callback.h', | 66 'cancelable_callback.h', |
66 'chromeos/chromeos_version.cc', | 67 'chromeos/chromeos_version.cc', |
67 'chromeos/chromeos_version.h', | 68 'chromeos/chromeos_version.h', |
68 'command_line.cc', | 69 'command_line.cc', |
69 'command_line.h', | 70 'command_line.h', |
70 'compiler_specific.h', | 71 'compiler_specific.h', |
71 'cpu.cc', | 72 'cpu.cc', |
72 'cpu.h', | 73 'cpu.h', |
(...skipping 837 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
910 'third_party/xdg_mime/xdgmimemagic.c', | 911 'third_party/xdg_mime/xdgmimemagic.c', |
911 'third_party/xdg_mime/xdgmimemagic.h', | 912 'third_party/xdg_mime/xdgmimemagic.h', |
912 'third_party/xdg_mime/xdgmimeparent.c', | 913 'third_party/xdg_mime/xdgmimeparent.c', |
913 'third_party/xdg_mime/xdgmimeparent.h', | 914 'third_party/xdg_mime/xdgmimeparent.h', |
914 ], | 915 ], |
915 }, | 916 }, |
916 ], | 917 ], |
917 }], | 918 }], |
918 ], | 919 ], |
919 } | 920 } |
OLD | NEW |