| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 'message_pump_win.cc', | 189 'message_pump_win.cc', |
| 190 'message_pump_win.h', | 190 'message_pump_win.h', |
| 191 'mime_util.h', | 191 'mime_util.h', |
| 192 'mime_util_linux.cc', | 192 'mime_util_linux.cc', |
| 193 'native_library.h', | 193 'native_library.h', |
| 194 'native_library_linux.cc', | 194 'native_library_linux.cc', |
| 195 'native_library_mac.mm', | 195 'native_library_mac.mm', |
| 196 'native_library_win.cc', | 196 'native_library_win.cc', |
| 197 'non_thread_safe.cc', | 197 'non_thread_safe.cc', |
| 198 'non_thread_safe.h', | 198 'non_thread_safe.h', |
| 199 'nsimage_cache_mac.h', |
| 200 'nsimage_cache_mac.mm', |
| 199 'nss_init.cc', | 201 'nss_init.cc', |
| 200 'nss_init.h', | 202 'nss_init.h', |
| 201 'nullable_string16.h', | 203 'nullable_string16.h', |
| 202 'object_watcher.cc', | 204 'object_watcher.cc', |
| 203 'object_watcher.h', | 205 'object_watcher.h', |
| 204 'observer_list.h', | 206 'observer_list.h', |
| 205 'observer_list_threadsafe.h', | 207 'observer_list_threadsafe.h', |
| 206 'path_service.cc', | 208 'path_service.cc', |
| 207 'path_service.h', | 209 'path_service.h', |
| 208 'pe_image.cc', | 210 'pe_image.cc', |
| (...skipping 637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 846 '<@(_outputs)', | 848 '<@(_outputs)', |
| 847 ], | 849 ], |
| 848 'message': 'Generating version information', | 850 'message': 'Generating version information', |
| 849 }, | 851 }, |
| 850 ], | 852 ], |
| 851 }, | 853 }, |
| 852 ], | 854 ], |
| 853 }], | 855 }], |
| 854 ], | 856 ], |
| 855 } | 857 } |
| OLD | NEW |