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 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 'image_util.h', | 129 'image_util.h', |
130 'json_reader.cc', | 130 'json_reader.cc', |
131 'json_reader.h', | 131 'json_reader.h', |
132 'json_writer.cc', | 132 'json_writer.cc', |
133 'json_writer.h', | 133 'json_writer.h', |
134 'keyboard_codes.h', | 134 'keyboard_codes.h', |
135 'keyboard_codes_win.h', | 135 'keyboard_codes_win.h', |
136 'lazy_instance.cc', | 136 'lazy_instance.cc', |
137 'lazy_instance.h', | 137 'lazy_instance.h', |
138 'linked_ptr.h', | 138 'linked_ptr.h', |
| 139 'linux_util.cc', |
| 140 'linux_util.h', |
139 'lock.cc', | 141 'lock.cc', |
140 'lock.h', | 142 'lock.h', |
141 'lock_impl.h', | 143 'lock_impl.h', |
142 'lock_impl_posix.cc', | 144 'lock_impl_posix.cc', |
143 'lock_impl_win.cc', | 145 'lock_impl_win.cc', |
144 'logging.cc', | 146 'logging.cc', |
145 'logging.h', | 147 'logging.h', |
146 'mac_util.h', | 148 'mac_util.h', |
147 'mac_util.mm', | 149 'mac_util.mm', |
148 'md5.cc', | 150 'md5.cc', |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
386 ], | 388 ], |
387 }, | 389 }, |
388 }, | 390 }, |
389 { # else: OS != "linux" | 391 { # else: OS != "linux" |
390 'sources!': [ | 392 'sources!': [ |
391 'crypto/signature_verifier_nss.cc', | 393 'crypto/signature_verifier_nss.cc', |
392 'atomicops_internals_x86_gcc.cc', | 394 'atomicops_internals_x86_gcc.cc', |
393 'directory_watcher_inotify.cc', | 395 'directory_watcher_inotify.cc', |
394 'hmac_nss.cc', | 396 'hmac_nss.cc', |
395 'idle_timer_none.cc', | 397 'idle_timer_none.cc', |
| 398 'linux_util.cc', |
396 'message_pump_glib.cc', | 399 'message_pump_glib.cc', |
397 'nss_init.cc', | 400 'nss_init.cc', |
398 'nss_init.h', | 401 'nss_init.h', |
399 'time_posix.cc', | 402 'time_posix.cc', |
400 ], | 403 ], |
401 } | 404 } |
402 ], | 405 ], |
403 [ 'GENERATOR == "quentin"', { | 406 [ 'GENERATOR == "quentin"', { |
404 # Quentin builds don't have a recent enough glibc to include the | 407 # Quentin builds don't have a recent enough glibc to include the |
405 # inotify headers | 408 # inotify headers |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 'target_name': 'debug_message', | 701 'target_name': 'debug_message', |
699 'type': 'executable', | 702 'type': 'executable', |
700 'sources': [ | 703 'sources': [ |
701 'debug_message.cc', | 704 'debug_message.cc', |
702 ], | 705 ], |
703 }, | 706 }, |
704 ], | 707 ], |
705 }], | 708 }], |
706 ], | 709 ], |
707 } | 710 } |
OLD | NEW |