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

Side by Side Diff: base/base.gypi

Issue 24160005: Move ui/base/x/x11_error_tracker to base/x11. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase 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
« no previous file with comments | « no previous file | base/x11/x11_error_tracker.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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 'win/startup_information.cc', 660 'win/startup_information.cc',
661 'win/startup_information.h', 661 'win/startup_information.h',
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 'x11/x11_error_tracker.cc',
671 'x11/x11_error_tracker.h',
672 'x11/x11_error_tracker_gtk.cc',
670 ], 673 ],
671 'conditions': [ 674 'conditions': [
672 ['use_aura==1 and use_x11==1', { 675 ['use_aura==1 and use_x11==1', {
673 'sources': [ 676 'sources': [
674 'x11/edid_parser_x11.cc', 677 'x11/edid_parser_x11.cc',
675 'x11/edid_parser_x11.h', 678 'x11/edid_parser_x11.h',
676 ], 679 ],
677 }], 680 }],
678 ['google_tv==1', { 681 ['google_tv==1', {
679 'sources': [ 682 'sources': [
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
902 # Remove all unnecessary files for build_nexe.py to avoid exceeding 905 # Remove all unnecessary files for build_nexe.py to avoid exceeding
903 # command-line-string limitation when building NaCl on Windows. 906 # command-line-string limitation when building NaCl on Windows.
904 ['OS == "win" and >(nacl_untrusted_build)==1', { 907 ['OS == "win" and >(nacl_untrusted_build)==1', {
905 'sources/': [ ['exclude', '\\.h$'] ], 908 'sources/': [ ['exclude', '\\.h$'] ],
906 }], 909 }],
907 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 910 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
908 'sources/': [ 911 'sources/': [
909 ['exclude', '^third_party/nspr/'], 912 ['exclude', '^third_party/nspr/'],
910 ], 913 ],
911 }], 914 }],
915 ['<(toolkit_uses_gtk) == 1', {
916 'sources!': [
917 'x11/x11_error_tracker.cc',
918 ],
919 }],
912 ], 920 ],
913 }], 921 }],
914 ], 922 ],
915 }, 923 },
916 } 924 }
OLDNEW
« no previous file with comments | « no previous file | base/x11/x11_error_tracker.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698