| 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 'chrome_application_mac.h', | |
| 45 'chrome_application_mac.mm', | |
| 46 'cocoa_protocols_mac.h', | 44 'cocoa_protocols_mac.h', |
| 47 'command_line.cc', | 45 'command_line.cc', |
| 48 'command_line.h', | 46 'command_line.h', |
| 49 'compiler_specific.h', | 47 'compiler_specific.h', |
| 50 'condition_variable.h', | 48 'condition_variable.h', |
| 51 'condition_variable_posix.cc', | 49 'condition_variable_posix.cc', |
| 52 'condition_variable_win.cc', | 50 'condition_variable_win.cc', |
| 53 'cpu.cc', | 51 'cpu.cc', |
| 54 'cpu.h', | 52 'cpu.h', |
| 55 'debug_on_start.cc', | 53 'debug_on_start.cc', |
| (...skipping 697 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 'third_party/xdg_mime/xdgmimemagic.c', | 751 'third_party/xdg_mime/xdgmimemagic.c', |
| 754 'third_party/xdg_mime/xdgmimemagic.h', | 752 'third_party/xdg_mime/xdgmimemagic.h', |
| 755 'third_party/xdg_mime/xdgmimeparent.c', | 753 'third_party/xdg_mime/xdgmimeparent.c', |
| 756 'third_party/xdg_mime/xdgmimeparent.h', | 754 'third_party/xdg_mime/xdgmimeparent.h', |
| 757 ], | 755 ], |
| 758 }, | 756 }, |
| 759 ], | 757 ], |
| 760 }], | 758 }], |
| 761 ], | 759 ], |
| 762 } | 760 } |
| OLD | NEW |