| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 'json/string_escape.cc', | 117 'json/string_escape.cc', |
| 118 'json/string_escape.h', | 118 'json/string_escape.h', |
| 119 'lazy_instance.cc', | 119 'lazy_instance.cc', |
| 120 'lazy_instance.h', | 120 'lazy_instance.h', |
| 121 'linked_list.h', | 121 'linked_list.h', |
| 122 'logging.cc', | 122 'logging.cc', |
| 123 'logging.h', | 123 'logging.h', |
| 124 'logging_win.cc', | 124 'logging_win.cc', |
| 125 'logging_win.h', | 125 'logging_win.h', |
| 126 'mac/cocoa_protocols.h', | 126 'mac/cocoa_protocols.h', |
| 127 'mac/crash_logging.h', |
| 128 'mac/crash_logging.mm', |
| 127 'mac/foundation_util.h', | 129 'mac/foundation_util.h', |
| 128 'mac/foundation_util.mm', | 130 'mac/foundation_util.mm', |
| 129 'mac/mac_util.h', | 131 'mac/mac_util.h', |
| 130 'mac/mac_util.mm', | 132 'mac/mac_util.mm', |
| 131 'mac/objc_property_releaser.h', | 133 'mac/objc_property_releaser.h', |
| 132 'mac/objc_property_releaser.mm', | 134 'mac/objc_property_releaser.mm', |
| 133 'mac/os_crash_dumps.cc', | 135 'mac/os_crash_dumps.cc', |
| 134 'mac/os_crash_dumps.h', | 136 'mac/os_crash_dumps.h', |
| 135 'mac/scoped_aedesc.h', | 137 'mac/scoped_aedesc.h', |
| 136 'mac/scoped_cftyperef.h', | 138 'mac/scoped_cftyperef.h', |
| (...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 719 'third_party/xdg_mime/xdgmimemagic.c', | 721 'third_party/xdg_mime/xdgmimemagic.c', |
| 720 'third_party/xdg_mime/xdgmimemagic.h', | 722 'third_party/xdg_mime/xdgmimemagic.h', |
| 721 'third_party/xdg_mime/xdgmimeparent.c', | 723 'third_party/xdg_mime/xdgmimeparent.c', |
| 722 'third_party/xdg_mime/xdgmimeparent.h', | 724 'third_party/xdg_mime/xdgmimeparent.h', |
| 723 ], | 725 ], |
| 724 }, | 726 }, |
| 725 ], | 727 ], |
| 726 }], | 728 }], |
| 727 ], | 729 ], |
| 728 } | 730 } |
| OLD | NEW |