| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'target_defaults': { | 6 'target_defaults': { |
| 7 'variables': { | 7 'variables': { |
| 8 'base_target': 0, | 8 'base_target': 0, |
| 9 'base_extra_target': 0, | 9 'base_extra_target': 0, |
| 10 }, | 10 }, |
| (...skipping 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 443 'image_util.cc', | 443 'image_util.cc', |
| 444 'image_util.h', | 444 'image_util.h', |
| 445 'linux_util.cc', | 445 'linux_util.cc', |
| 446 'linux_util.h', | 446 'linux_util.h', |
| 447 'md5.cc', | 447 'md5.cc', |
| 448 'md5.h', | 448 'md5.h', |
| 449 'message_pump_glib.cc', | 449 'message_pump_glib.cc', |
| 450 'message_pump_glib.h', | 450 'message_pump_glib.h', |
| 451 'message_pump_glib_x.cc', | 451 'message_pump_glib_x.cc', |
| 452 'message_pump_glib_x.h', | 452 'message_pump_glib_x.h', |
| 453 'message_pump_glib_x_dispatch.h', |
| 453 'message_pump_libevent.cc', | 454 'message_pump_libevent.cc', |
| 454 'message_pump_libevent.h', | 455 'message_pump_libevent.h', |
| 455 'message_pump_mac.h', | 456 'message_pump_mac.h', |
| 456 'message_pump_mac.mm', | 457 'message_pump_mac.mm', |
| 457 'metrics/field_trial.cc', | 458 'metrics/field_trial.cc', |
| 458 'metrics/field_trial.h', | 459 'metrics/field_trial.h', |
| 459 'nsimage_cache_mac.h', | 460 'nsimage_cache_mac.h', |
| 460 'nsimage_cache_mac.mm', | 461 'nsimage_cache_mac.mm', |
| 461 'nss_util.cc', | 462 'nss_util.cc', |
| 462 'nss_util.h', | 463 'nss_util.h', |
| (...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 795 'third_party/xdg_mime/xdgmimemagic.c', | 796 'third_party/xdg_mime/xdgmimemagic.c', |
| 796 'third_party/xdg_mime/xdgmimemagic.h', | 797 'third_party/xdg_mime/xdgmimemagic.h', |
| 797 'third_party/xdg_mime/xdgmimeparent.c', | 798 'third_party/xdg_mime/xdgmimeparent.c', |
| 798 'third_party/xdg_mime/xdgmimeparent.h', | 799 'third_party/xdg_mime/xdgmimeparent.h', |
| 799 ], | 800 ], |
| 800 }, | 801 }, |
| 801 ], | 802 ], |
| 802 }], | 803 }], |
| 803 ], | 804 ], |
| 804 } | 805 } |
| OLD | NEW |