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

Side by Side Diff: content/content_tests.gypi

Issue 312393002: ozone: Move the factory interfaces into a common target. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 6 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': 'layouttest_support_content', 8 'target_name': 'layouttest_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'conditions': [ 10 'conditions': [
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 905 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
906 ], 906 ],
907 }], 907 }],
908 ['OS!="win" and OS!="mac"', { 908 ['OS!="win" and OS!="mac"', {
909 'sources!': [ 909 'sources!': [
910 'common/plugin_list_unittest.cc', 910 'common/plugin_list_unittest.cc',
911 ], 911 ],
912 }], 912 }],
913 ['use_ozone==1', { 913 ['use_ozone==1', {
914 'dependencies': [ 914 'dependencies': [
915 '../ui/gfx/ozone/gfx_ozone.gyp:gfx_ozone', 915 '../ui/ozone/ozone.gyp:ozone_base',
916 ], 916 ],
917 }], 917 }],
918 ], 918 ],
919 }, 919 },
920 ], 920 ],
921 'conditions': [ 921 'conditions': [
922 ['test_isolation_mode != "noop"', { 922 ['test_isolation_mode != "noop"', {
923 'targets': [ 923 'targets': [
924 { 924 {
925 'target_name': 'content_unittests_run', 925 'target_name': 'content_unittests_run',
(...skipping 892 matching lines...) Expand 10 before | Expand all | Expand 10 after
1818 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1818 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1819 }, 1819 },
1820 ], 1820 ],
1821 }], 1821 }],
1822 ], 1822 ],
1823 }, 1823 },
1824 ], 1824 ],
1825 }], 1825 }],
1826 ], 1826 ],
1827 } 1827 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698