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

Side by Side Diff: content/content_tests.gypi

Issue 280563002: [Ozone] Fix ozone build past refactors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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 | « no previous file | ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc » ('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 (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 878 matching lines...) Expand 10 before | Expand all | Expand 10 after
889 ['use_dbus==0', { 889 ['use_dbus==0', {
890 'sources!': [ 890 'sources!': [
891 'browser/geolocation/wifi_data_provider_linux_unittest.cc', 891 'browser/geolocation/wifi_data_provider_linux_unittest.cc',
892 ], 892 ],
893 }], 893 }],
894 ['OS!="win" and OS!="mac"', { 894 ['OS!="win" and OS!="mac"', {
895 'sources!': [ 895 'sources!': [
896 'common/plugin_list_unittest.cc', 896 'common/plugin_list_unittest.cc',
897 ], 897 ],
898 }], 898 }],
899 ['use_ozone==1', {
900 'dependencies': [
901 '../ui/gfx/ozone/gfx_ozone.gyp:gfx_ozone',
902 ],
903 }],
899 ], 904 ],
900 }, 905 },
901 ], 906 ],
902 'conditions': [ 907 'conditions': [
903 ['test_isolation_mode != "noop"', { 908 ['test_isolation_mode != "noop"', {
904 'targets': [ 909 'targets': [
905 { 910 {
906 'target_name': 'content_unittests_run', 911 'target_name': 'content_unittests_run',
907 'type': 'none', 912 'type': 'none',
908 'dependencies': [ 913 'dependencies': [
(...skipping 913 matching lines...) Expand 10 before | Expand all | Expand 10 after
1822 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1827 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1823 }, 1828 },
1824 ], 1829 ],
1825 }], 1830 }],
1826 ], 1831 ],
1827 }, 1832 },
1828 ], 1833 ],
1829 }], 1834 }],
1830 ], 1835 ],
1831 } 1836 }
OLDNEW
« no previous file with comments | « no previous file | ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698