| 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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 154 'image_util.cc', | 154 'image_util.cc', |
| 155 'image_util.h', | 155 'image_util.h', |
| 156 'json_reader.cc', | 156 'json_reader.cc', |
| 157 'json_reader.h', | 157 'json_reader.h', |
| 158 'json_writer.cc', | 158 'json_writer.cc', |
| 159 'json_writer.h', | 159 'json_writer.h', |
| 160 'keyboard_codes.h', | 160 'keyboard_codes.h', |
| 161 'keyboard_codes_win.h', | 161 'keyboard_codes_win.h', |
| 162 'lazy_instance.cc', | 162 'lazy_instance.cc', |
| 163 'lazy_instance.h', | 163 'lazy_instance.h', |
| 164 'leak_tracker.h', |
| 165 'linked_list.h', |
| 164 'linked_ptr.h', | 166 'linked_ptr.h', |
| 165 'linux_util.cc', | 167 'linux_util.cc', |
| 166 'linux_util.h', | 168 'linux_util.h', |
| 167 'lock.cc', | 169 'lock.cc', |
| 168 'lock.h', | 170 'lock.h', |
| 169 'lock_impl.h', | 171 'lock_impl.h', |
| 170 'lock_impl_posix.cc', | 172 'lock_impl_posix.cc', |
| 171 'lock_impl_win.cc', | 173 'lock_impl_win.cc', |
| 172 'logging.cc', | 174 'logging.cc', |
| 173 'logging.h', | 175 'logging.h', |
| (...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 574 'gfx/native_theme_unittest.cc', | 576 'gfx/native_theme_unittest.cc', |
| 575 'gfx/png_codec_unittest.cc', | 577 'gfx/png_codec_unittest.cc', |
| 576 'gfx/rect_unittest.cc', | 578 'gfx/rect_unittest.cc', |
| 577 'gmock_unittest.cc', | 579 'gmock_unittest.cc', |
| 578 'histogram_unittest.cc', | 580 'histogram_unittest.cc', |
| 579 'hmac_unittest.cc', | 581 'hmac_unittest.cc', |
| 580 'idletimer_unittest.cc', | 582 'idletimer_unittest.cc', |
| 581 'json_reader_unittest.cc', | 583 'json_reader_unittest.cc', |
| 582 'json_writer_unittest.cc', | 584 'json_writer_unittest.cc', |
| 583 'lazy_instance_unittest.cc', | 585 'lazy_instance_unittest.cc', |
| 586 'leak_tracker_unittest.cc', |
| 587 'linked_list_unittest.cc', |
| 584 'linked_ptr_unittest.cc', | 588 'linked_ptr_unittest.cc', |
| 585 'mac_util_unittest.cc', | 589 'mac_util_unittest.cc', |
| 586 'message_loop_unittest.cc', | 590 'message_loop_unittest.cc', |
| 587 'message_pump_glib_unittest.cc', | 591 'message_pump_glib_unittest.cc', |
| 588 'object_watcher_unittest.cc', | 592 'object_watcher_unittest.cc', |
| 589 'observer_list_unittest.cc', | 593 'observer_list_unittest.cc', |
| 590 'path_service_unittest.cc', | 594 'path_service_unittest.cc', |
| 591 'pe_image_unittest.cc', | 595 'pe_image_unittest.cc', |
| 592 'pickle_unittest.cc', | 596 'pickle_unittest.cc', |
| 593 'pr_time_unittest.cc', | 597 'pr_time_unittest.cc', |
| (...skipping 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 832 '<@(_outputs)', | 836 '<@(_outputs)', |
| 833 ], | 837 ], |
| 834 'message': 'Generating version information', | 838 'message': 'Generating version information', |
| 835 }, | 839 }, |
| 836 ], | 840 ], |
| 837 }, | 841 }, |
| 838 ], | 842 ], |
| 839 }], | 843 }], |
| 840 ], | 844 ], |
| 841 } | 845 } |
| OLD | NEW |