| 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 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 195 'mime_util.h', | 195 'mime_util.h', |
| 196 'mime_util_linux.cc', | 196 'mime_util_linux.cc', |
| 197 'native_library.h', | 197 'native_library.h', |
| 198 'native_library_linux.cc', | 198 'native_library_linux.cc', |
| 199 'native_library_mac.mm', | 199 'native_library_mac.mm', |
| 200 'native_library_win.cc', | 200 'native_library_win.cc', |
| 201 'non_thread_safe.cc', | 201 'non_thread_safe.cc', |
| 202 'non_thread_safe.h', | 202 'non_thread_safe.h', |
| 203 'nss_init.cc', | 203 'nss_init.cc', |
| 204 'nss_init.h', | 204 'nss_init.h', |
| 205 'nullable_string16.h', |
| 205 'object_watcher.cc', | 206 'object_watcher.cc', |
| 206 'object_watcher.h', | 207 'object_watcher.h', |
| 207 'observer_list.h', | 208 'observer_list.h', |
| 208 'observer_list_threadsafe.h', | 209 'observer_list_threadsafe.h', |
| 209 'path_service.cc', | 210 'path_service.cc', |
| 210 'path_service.h', | 211 'path_service.h', |
| 211 'pe_image.cc', | 212 'pe_image.cc', |
| 212 'pe_image.h', | 213 'pe_image.h', |
| 213 'pickle.cc', | 214 'pickle.cc', |
| 214 'pickle.h', | 215 'pickle.h', |
| (...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 846 '<@(_outputs)', | 847 '<@(_outputs)', |
| 847 ], | 848 ], |
| 848 'message': 'Generating version information', | 849 'message': 'Generating version information', |
| 849 }, | 850 }, |
| 850 ], | 851 ], |
| 851 }, | 852 }, |
| 852 ], | 853 ], |
| 853 }], | 854 }], |
| 854 ], | 855 ], |
| 855 } | 856 } |
| OLD | NEW |