Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(664)

Side by Side Diff: base/base.gypi

Issue 136343002: Remove Chrome for TV code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed scherkus's comments. Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 'x11/x11_error_tracker.h', 702 'x11/x11_error_tracker.h',
703 'x11/x11_error_tracker_gtk.cc', 703 'x11/x11_error_tracker_gtk.cc',
704 ], 704 ],
705 'conditions': [ 705 'conditions': [
706 ['use_aura==1 and use_x11==1', { 706 ['use_aura==1 and use_x11==1', {
707 'sources': [ 707 'sources': [
708 'x11/edid_parser_x11.cc', 708 'x11/edid_parser_x11.cc',
709 'x11/edid_parser_x11.h', 709 'x11/edid_parser_x11.h',
710 ], 710 ],
711 }], 711 }],
712 ['google_tv==1', {
713 'sources': [
714 'android/context_types.cc',
715 'android/context_types.h',
716 ],
717 }],
718 ], 712 ],
719 'defines': [ 713 'defines': [
720 'BASE_IMPLEMENTATION', 714 'BASE_IMPLEMENTATION',
721 ], 715 ],
722 'include_dirs': [ 716 'include_dirs': [
723 '..', 717 '..',
724 ], 718 ],
725 'msvs_disabled_warnings': [ 719 'msvs_disabled_warnings': [
726 4018, 720 4018,
727 ], 721 ],
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
990 'i18n/string_search.h', 984 'i18n/string_search.h',
991 'i18n/time_formatting.cc', 985 'i18n/time_formatting.cc',
992 'i18n/time_formatting.h', 986 'i18n/time_formatting.h',
993 'i18n/timezone.cc', 987 'i18n/timezone.cc',
994 'i18n/timezone.h', 988 'i18n/timezone.h',
995 ], 989 ],
996 }] 990 }]
997 ], 991 ],
998 }, 992 },
999 } 993 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698