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

Side by Side Diff: content/content_tests.gypi

Issue 137403005: Remove some code inside USE_AURA and OS_WIN ifdefs. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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 (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 785 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 ['OS != "android" and OS != "ios"', { 796 ['OS != "android" and OS != "ios"', {
797 'dependencies': [ 797 'dependencies': [
798 '../third_party/libvpx/libvpx.gyp:libvpx', 798 '../third_party/libvpx/libvpx.gyp:libvpx',
799 ], 799 ],
800 }], 800 }],
801 ['OS == "android" and gtest_target_type == "shared_library"', { 801 ['OS == "android" and gtest_target_type == "shared_library"', {
802 'dependencies': [ 802 'dependencies': [
803 '../testing/android/native_test.gyp:native_test_native_code', 803 '../testing/android/native_test.gyp:native_test_native_code',
804 ], 804 ],
805 }], 805 }],
806 ['use_aura!=1 and OS!="win" and OS!="android"', { 806 ['use_aura!=1 and OS!="android"', {
807 'sources!': [ 807 'sources!': [
808 'browser/renderer_host/input/tap_suppression_controller_unittest.cc' , 808 'browser/renderer_host/input/tap_suppression_controller_unittest.cc' ,
809 ], 809 ],
810 }], 810 }],
811 ['enable_webrtc==1 and google_tv==1', { 811 ['enable_webrtc==1 and google_tv==1', {
812 'sources': [ 812 'sources': [
813 'renderer/media/rtc_video_decoder_factory_tv_unittest.cc', 813 'renderer/media/rtc_video_decoder_factory_tv_unittest.cc',
814 ], 814 ],
815 }], 815 }],
816 ['use_dbus==0', { 816 ['use_dbus==0', {
(...skipping 803 matching lines...) Expand 10 before | Expand all | Expand 10 after
1620 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1620 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1621 }, 1621 },
1622 ], 1622 ],
1623 }], 1623 }],
1624 ], 1624 ],
1625 }, 1625 },
1626 ], 1626 ],
1627 }], 1627 }],
1628 ], 1628 ],
1629 } 1629 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698