| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 'logging_win.cc', | 111 'logging_win.cc', |
| 112 'mac_util.h', | 112 'mac_util.h', |
| 113 'mac_util.mm', | 113 'mac_util.mm', |
| 114 'mach_ipc_mac.h', | 114 'mach_ipc_mac.h', |
| 115 'mach_ipc_mac.mm', | 115 'mach_ipc_mac.mm', |
| 116 'memory_debug.cc', | 116 'memory_debug.cc', |
| 117 'memory_debug.h', | 117 'memory_debug.h', |
| 118 'message_loop.cc', | 118 'message_loop.cc', |
| 119 'message_loop.h', | 119 'message_loop.h', |
| 120 'message_loop_proxy.h', | 120 'message_loop_proxy.h', |
| 121 'message_loop_proxy_impl.cc', |
| 122 'message_loop_proxy_impl.h', |
| 121 'message_pump.h', | 123 'message_pump.h', |
| 122 'message_pump_default.cc', | 124 'message_pump_default.cc', |
| 123 'message_pump_default.h', | 125 'message_pump_default.h', |
| 124 'message_pump_win.cc', | 126 'message_pump_win.cc', |
| 125 'message_pump_win.h', | 127 'message_pump_win.h', |
| 126 'mime_util.h', | 128 'mime_util.h', |
| 127 'mime_util_xdg.cc', | 129 'mime_util_xdg.cc', |
| 128 'move.h', | 130 'move.h', |
| 129 'native_library.h', | 131 'native_library.h', |
| 130 'native_library_linux.cc', | 132 'native_library_linux.cc', |
| (...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 653 'third_party/xdg_mime/xdgmimemagic.c', | 655 'third_party/xdg_mime/xdgmimemagic.c', |
| 654 'third_party/xdg_mime/xdgmimemagic.h', | 656 'third_party/xdg_mime/xdgmimemagic.h', |
| 655 'third_party/xdg_mime/xdgmimeparent.c', | 657 'third_party/xdg_mime/xdgmimeparent.c', |
| 656 'third_party/xdg_mime/xdgmimeparent.h', | 658 'third_party/xdg_mime/xdgmimeparent.h', |
| 657 ], | 659 ], |
| 658 }, | 660 }, |
| 659 ], | 661 ], |
| 660 }], | 662 }], |
| 661 ], | 663 ], |
| 662 } | 664 } |
| OLD | NEW |