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

Side by Side Diff: content/content_tests.gypi

Issue 59323007: Make dbus-based wifi data provider optional on linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: reorder gyp variable Created 7 years, 1 month 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 | « content/content_browser.gypi ('k') | no next file » | 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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 775 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 ['use_aura!=1 and OS!="win" and OS!="android"', { 786 ['use_aura!=1 and OS!="win" and OS!="android"', {
787 'sources!': [ 787 'sources!': [
788 'browser/renderer_host/input/tap_suppression_controller_unittest.cc' , 788 'browser/renderer_host/input/tap_suppression_controller_unittest.cc' ,
789 ], 789 ],
790 }], 790 }],
791 ['enable_webrtc==1 and google_tv==1', { 791 ['enable_webrtc==1 and google_tv==1', {
792 'sources': [ 792 'sources': [
793 'renderer/media/rtc_video_decoder_factory_tv_unittest.cc', 793 'renderer/media/rtc_video_decoder_factory_tv_unittest.cc',
794 ], 794 ],
795 }], 795 }],
796 ['use_dbus==0', {
797 'sources!': [
798 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
799 ],
800 }],
796 ], 801 ],
797 }, 802 },
798 ], 803 ],
799 'conditions': [ 804 'conditions': [
800 ['test_isolation_mode != "noop"', { 805 ['test_isolation_mode != "noop"', {
801 'targets': [ 806 'targets': [
802 { 807 {
803 'target_name': 'content_unittests_run', 808 'target_name': 'content_unittests_run',
804 'type': 'none', 809 'type': 'none',
805 'dependencies': [ 810 'dependencies': [
(...skipping 794 matching lines...) Expand 10 before | Expand all | Expand 10 after
1600 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1605 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1601 }, 1606 },
1602 ], 1607 ],
1603 }], 1608 }],
1604 ], 1609 ],
1605 }, 1610 },
1606 ], 1611 ],
1607 }], 1612 }],
1608 ], 1613 ],
1609 } 1614 }
OLDNEW
« no previous file with comments | « content/content_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698