| 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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 414 'image_util.cc', | 414 'image_util.cc', |
| 415 'image_util.h', | 415 'image_util.h', |
| 416 'json/json_reader.cc', | 416 'json/json_reader.cc', |
| 417 'json/json_reader.h', | 417 'json/json_reader.h', |
| 418 'json/json_writer.cc', | 418 'json/json_writer.cc', |
| 419 'json/json_writer.h', | 419 'json/json_writer.h', |
| 420 'json/string_escape.cc', | 420 'json/string_escape.cc', |
| 421 'json/string_escape.h', | 421 'json/string_escape.h', |
| 422 'keyboard_code_conversion_gtk.cc', | 422 'keyboard_code_conversion_gtk.cc', |
| 423 'keyboard_code_conversion_gtk.h', | 423 'keyboard_code_conversion_gtk.h', |
| 424 'keyboard_code_conversion_mac.mm', |
| 425 'keyboard_code_conversion_mac.h', |
| 424 'keyboard_codes.h', | 426 'keyboard_codes.h', |
| 425 'keyboard_codes_win.h', | 427 'keyboard_codes_win.h', |
| 426 'keyboard_codes_posix.h', | 428 'keyboard_codes_posix.h', |
| 427 'linux_util.cc', | 429 'linux_util.cc', |
| 428 'linux_util.h', | 430 'linux_util.h', |
| 429 'md5.cc', | 431 'md5.cc', |
| 430 'md5.h', | 432 'md5.h', |
| 431 'message_pump_glib.cc', | 433 'message_pump_glib.cc', |
| 432 'message_pump_glib.h', | 434 'message_pump_glib.h', |
| 433 'message_pump_libevent.cc', | 435 'message_pump_libevent.cc', |
| (...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 738 'third_party/xdg_mime/xdgmimemagic.c', | 740 'third_party/xdg_mime/xdgmimemagic.c', |
| 739 'third_party/xdg_mime/xdgmimemagic.h', | 741 'third_party/xdg_mime/xdgmimemagic.h', |
| 740 'third_party/xdg_mime/xdgmimeparent.c', | 742 'third_party/xdg_mime/xdgmimeparent.c', |
| 741 'third_party/xdg_mime/xdgmimeparent.h', | 743 'third_party/xdg_mime/xdgmimeparent.h', |
| 742 ], | 744 ], |
| 743 }, | 745 }, |
| 744 ], | 746 ], |
| 745 }], | 747 }], |
| 746 ], | 748 ], |
| 747 } | 749 } |
| OLD | NEW |