| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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_i18n_target': 0, | 9 'base_i18n_target': 0, |
| 10 }, | 10 }, |
| (...skipping 695 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 706 'x11/x11_error_tracker.h', | 706 'x11/x11_error_tracker.h', |
| 707 'x11/x11_error_tracker_gtk.cc', | 707 'x11/x11_error_tracker_gtk.cc', |
| 708 ], | 708 ], |
| 709 'conditions': [ | 709 'conditions': [ |
| 710 ['use_aura==1 and use_x11==1', { | 710 ['use_aura==1 and use_x11==1', { |
| 711 'sources': [ | 711 'sources': [ |
| 712 'x11/edid_parser_x11.cc', | 712 'x11/edid_parser_x11.cc', |
| 713 'x11/edid_parser_x11.h', | 713 'x11/edid_parser_x11.h', |
| 714 ], | 714 ], |
| 715 }], | 715 }], |
| 716 ['google_tv==1', { | |
| 717 'sources': [ | |
| 718 'android/context_types.cc', | |
| 719 'android/context_types.h', | |
| 720 ], | |
| 721 }], | |
| 722 ], | 716 ], |
| 723 'defines': [ | 717 'defines': [ |
| 724 'BASE_IMPLEMENTATION', | 718 'BASE_IMPLEMENTATION', |
| 725 ], | 719 ], |
| 726 'include_dirs': [ | 720 'include_dirs': [ |
| 727 '..', | 721 '..', |
| 728 ], | 722 ], |
| 729 'msvs_disabled_warnings': [ | 723 'msvs_disabled_warnings': [ |
| 730 4018, | 724 4018, |
| 731 ], | 725 ], |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 998 'i18n/time_formatting.h', | 992 'i18n/time_formatting.h', |
| 999 'i18n/timezone.cc', | 993 'i18n/timezone.cc', |
| 1000 'i18n/timezone.h', | 994 'i18n/timezone.h', |
| 1001 'i18n/utf8_validator_tables.cc', | 995 'i18n/utf8_validator_tables.cc', |
| 1002 'i18n/utf8_validator_tables.h', | 996 'i18n/utf8_validator_tables.h', |
| 1003 ], | 997 ], |
| 1004 }] | 998 }] |
| 1005 ], | 999 ], |
| 1006 }, | 1000 }, |
| 1007 } | 1001 } |
| OLD | NEW |