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

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: fix chromeos=1 links 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
« no previous file with comments | « chrome/chrome_common.gypi ('k') | content/content_tests.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 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 2397 matching lines...) Expand 10 before | Expand all | Expand 10 after
3210 'utility', 3217 'utility',
3211 ], 3218 ],
3212 'sources': [ 3219 'sources': [
3213 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3220 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3214 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3221 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3215 ], 3222 ],
3216 }] 3223 }]
3217 }], 3224 }],
3218 ], # 'conditions' 3225 ], # 'conditions'
3219 } 3226 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698