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

Side by Side Diff: trunk/src/base/base.gypi

Issue 24365012: Revert 225054 "linux_aura: Implement most of DesktopScreenX11." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 | « trunk/src/base/base.gyp ('k') | trunk/src/base/x11/edid_parser_x11.h » ('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 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 'win/text_services_message_filter.cc', 662 'win/text_services_message_filter.cc',
663 'win/text_services_message_filter.h', 663 'win/text_services_message_filter.h',
664 'win/win_util.cc', 664 'win/win_util.cc',
665 'win/win_util.h', 665 'win/win_util.h',
666 'win/windows_version.cc', 666 'win/windows_version.cc',
667 'win/windows_version.h', 667 'win/windows_version.h',
668 'win/wrapped_window_proc.cc', 668 'win/wrapped_window_proc.cc',
669 'win/wrapped_window_proc.h', 669 'win/wrapped_window_proc.h',
670 ], 670 ],
671 'conditions': [ 671 'conditions': [
672 ['use_aura==1 and use_x11==1', {
673 'sources': [
674 'x11/edid_parser_x11.cc',
675 'x11/edid_parser_x11.h',
676 ],
677 }],
678 ['google_tv==1', { 672 ['google_tv==1', {
679 'sources': [ 673 'sources': [
680 'android/context_types.cc', 674 'android/context_types.cc',
681 'android/context_types.h', 675 'android/context_types.h',
682 ], 676 ],
683 }], 677 }],
684 ], 678 ],
685 'defines': [ 679 'defines': [
686 'BASE_IMPLEMENTATION', 680 'BASE_IMPLEMENTATION',
687 ], 681 ],
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 901 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
908 'sources/': [ 902 'sources/': [
909 ['exclude', '^third_party/nspr/'], 903 ['exclude', '^third_party/nspr/'],
910 ], 904 ],
911 }], 905 }],
912 ], 906 ],
913 }], 907 }],
914 ], 908 ],
915 }, 909 },
916 } 910 }
OLDNEW
« no previous file with comments | « trunk/src/base/base.gyp ('k') | trunk/src/base/x11/edid_parser_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698