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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 151713003: Clean up dependencies on X11 libraries (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'variables' : { 5 'variables' : {
6 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 782 matching lines...) Expand 10 before | Expand all | Expand 10 after
793 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver', 793 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver',
794 ], 794 ],
795 'message': 'Generating version info', 795 'message': 'Generating version info',
796 }, 796 },
797 ], 797 ],
798 'direct_dependent_settings': { 798 'direct_dependent_settings': {
799 'include_dirs': [ 799 'include_dirs': [
800 '<(SHARED_INTERMEDIATE_DIR)', 800 '<(SHARED_INTERMEDIATE_DIR)',
801 ], 801 ],
802 }, 802 },
803 'conditions': [
804 ['use_x11==1', {
805 'dependencies': [
806 '../build/linux/system.gyp:x11',
807 ]
808 }]
809 ],
803 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 810 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
804 'msvs_disabled_warnings': [ 4267, ], 811 'msvs_disabled_warnings': [ 4267, ],
805 }, 812 },
806 { 813 {
807 'target_name': 'chromedriver', 814 'target_name': 'chromedriver',
808 'type': 'executable', 815 'type': 'executable',
809 'dependencies': [ 816 'dependencies': [
810 'chromedriver_lib', 817 'chromedriver_lib',
811 ], 818 ],
812 'include_dirs': [ 819 'include_dirs': [
(...skipping 2395 matching lines...) Expand 10 before | Expand all | Expand 10 after
3208 'utility', 3215 'utility',
3209 ], 3216 ],
3210 'sources': [ 3217 'sources': [
3211 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3218 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3212 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3219 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3213 ], 3220 ],
3214 }] 3221 }]
3215 }], 3222 }],
3216 ], # 'conditions' 3223 ], # 'conditions'
3217 } 3224 }
OLDNEW
« chrome/chrome_browser.gypi ('K') | « chrome/chrome_common.gypi ('k') | gpu/tools/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698