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

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: Rebased. 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
« no previous file with comments | « base/base.gyp ('k') | build/common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 695 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698