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 }, | 9 }, |
10 'target_conditions': [ | 10 'target_conditions': [ |
(...skipping 23 matching lines...) Expand all Loading... |
34 'base_paths_win.cc', | 34 'base_paths_win.cc', |
35 'base_paths_win.h', | 35 'base_paths_win.h', |
36 'base_switches.cc', | 36 'base_switches.cc', |
37 'base_switches.h', | 37 'base_switches.h', |
38 'basictypes.h', | 38 'basictypes.h', |
39 'bits.h', | 39 'bits.h', |
40 'bzip2_error_handler.cc', | 40 'bzip2_error_handler.cc', |
41 'callback.h', | 41 'callback.h', |
42 'cancellation_flag.cc', | 42 'cancellation_flag.cc', |
43 'cancellation_flag.h', | 43 'cancellation_flag.h', |
| 44 'closure.h', |
44 'command_line.cc', | 45 'command_line.cc', |
45 'command_line.h', | 46 'command_line.h', |
46 'compiler_specific.h', | 47 'compiler_specific.h', |
47 'condition_variable.h', | 48 'condition_variable.h', |
48 'condition_variable_posix.cc', | 49 'condition_variable_posix.cc', |
49 'condition_variable_win.cc', | 50 'condition_variable_win.cc', |
50 'cpu.cc', | 51 'cpu.cc', |
51 'cpu.h', | 52 'cpu.h', |
52 'debug_on_start.cc', | 53 'debug_on_start.cc', |
53 'debug_on_start.h', | 54 'debug_on_start.h', |
(...skipping 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
735 'third_party/xdg_mime/xdgmimemagic.c', | 736 'third_party/xdg_mime/xdgmimemagic.c', |
736 'third_party/xdg_mime/xdgmimemagic.h', | 737 'third_party/xdg_mime/xdgmimemagic.h', |
737 'third_party/xdg_mime/xdgmimeparent.c', | 738 'third_party/xdg_mime/xdgmimeparent.c', |
738 'third_party/xdg_mime/xdgmimeparent.h', | 739 'third_party/xdg_mime/xdgmimeparent.h', |
739 ], | 740 ], |
740 }, | 741 }, |
741 ], | 742 ], |
742 }], | 743 }], |
743 ], | 744 ], |
744 } | 745 } |
OLD | NEW |