| 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 332 'version.cc', | 332 'version.cc', |
| 333 'version.h', | 333 'version.h', |
| 334 'waitable_event.h', | 334 'waitable_event.h', |
| 335 'waitable_event_posix.cc', | 335 'waitable_event_posix.cc', |
| 336 'waitable_event_watcher.h', | 336 'waitable_event_watcher.h', |
| 337 'waitable_event_watcher_posix.cc', | 337 'waitable_event_watcher_posix.cc', |
| 338 'waitable_event_watcher_win.cc', | 338 'waitable_event_watcher_win.cc', |
| 339 'waitable_event_win.cc', | 339 'waitable_event_win.cc', |
| 340 'watchdog.cc', | 340 'watchdog.cc', |
| 341 'watchdog.h', | 341 'watchdog.h', |
| 342 'weak_ptr.h', |
| 342 'win_util.cc', | 343 'win_util.cc', |
| 343 'win_util.h', | 344 'win_util.h', |
| 344 'windows_message_list.h', | 345 'windows_message_list.h', |
| 345 'wmi_util.cc', | 346 'wmi_util.cc', |
| 346 'wmi_util.h', | 347 'wmi_util.h', |
| 347 'word_iterator.cc', | 348 'word_iterator.cc', |
| 348 'word_iterator.h', | 349 'word_iterator.h', |
| 349 'worker_pool.h', | 350 'worker_pool.h', |
| 350 'worker_pool_linux.cc', | 351 'worker_pool_linux.cc', |
| 351 'worker_pool_linux.h', | 352 'worker_pool_linux.h', |
| (...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 636 'time_unittest.cc', | 637 'time_unittest.cc', |
| 637 'time_win_unittest.cc', | 638 'time_win_unittest.cc', |
| 638 'timer_unittest.cc', | 639 'timer_unittest.cc', |
| 639 'tracked_objects_unittest.cc', | 640 'tracked_objects_unittest.cc', |
| 640 'tuple_unittest.cc', | 641 'tuple_unittest.cc', |
| 641 'values_unittest.cc', | 642 'values_unittest.cc', |
| 642 'version_unittest.cc', | 643 'version_unittest.cc', |
| 643 'waitable_event_unittest.cc', | 644 'waitable_event_unittest.cc', |
| 644 'waitable_event_watcher_unittest.cc', | 645 'waitable_event_watcher_unittest.cc', |
| 645 'watchdog_unittest.cc', | 646 'watchdog_unittest.cc', |
| 647 'weak_ptr_unittest.cc', |
| 646 'win_util_unittest.cc', | 648 'win_util_unittest.cc', |
| 647 'wmi_util_unittest.cc', | 649 'wmi_util_unittest.cc', |
| 648 'word_iterator_unittest.cc', | 650 'word_iterator_unittest.cc', |
| 649 'worker_pool_unittest.cc', | 651 'worker_pool_unittest.cc', |
| 650 ], | 652 ], |
| 651 'include_dirs': [ | 653 'include_dirs': [ |
| 652 # word_iterator.h (used by word_iterator_unittest.cc) leaks an ICU | 654 # word_iterator.h (used by word_iterator_unittest.cc) leaks an ICU |
| 653 # #include for unicode/uchar.h. This should probably be cleaned up. | 655 # #include for unicode/uchar.h. This should probably be cleaned up. |
| 654 '../third_party/icu38/public/common', | 656 '../third_party/icu38/public/common', |
| 655 ], | 657 ], |
| (...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 847 '<@(_outputs)', | 849 '<@(_outputs)', |
| 848 ], | 850 ], |
| 849 'message': 'Generating version information', | 851 'message': 'Generating version information', |
| 850 }, | 852 }, |
| 851 ], | 853 ], |
| 852 }, | 854 }, |
| 853 ], | 855 ], |
| 854 }], | 856 }], |
| 855 ], | 857 ], |
| 856 } | 858 } |
| OLD | NEW |