OLD | NEW |
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 897 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
908 'browser/geolocation/wifi_data_provider_linux_unittest.cc', | 908 'browser/geolocation/wifi_data_provider_linux_unittest.cc', |
909 ], | 909 ], |
910 }], | 910 }], |
911 ['OS!="win" and OS!="mac"', { | 911 ['OS!="win" and OS!="mac"', { |
912 'sources!': [ | 912 'sources!': [ |
913 'common/plugin_list_unittest.cc', | 913 'common/plugin_list_unittest.cc', |
914 ], | 914 ], |
915 }], | 915 }], |
916 ['use_ozone==1', { | 916 ['use_ozone==1', { |
917 'dependencies': [ | 917 'dependencies': [ |
918 '../ui/gfx/ozone/gfx_ozone.gyp:gfx_ozone', | 918 '../ui/ozone/ozone.gyp:ozone_base', |
919 ], | 919 ], |
920 }], | 920 }], |
921 ], | 921 ], |
922 }, | 922 }, |
923 ], | 923 ], |
924 'conditions': [ | 924 'conditions': [ |
925 ['test_isolation_mode != "noop"', { | 925 ['test_isolation_mode != "noop"', { |
926 'targets': [ | 926 'targets': [ |
927 { | 927 { |
928 'target_name': 'content_unittests_run', | 928 'target_name': 'content_unittests_run', |
(...skipping 884 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1813 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1813 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1814 }, | 1814 }, |
1815 ], | 1815 ], |
1816 }], | 1816 }], |
1817 ], | 1817 ], |
1818 }, | 1818 }, |
1819 ], | 1819 ], |
1820 }], | 1820 }], |
1821 ], | 1821 ], |
1822 } | 1822 } |
OLD | NEW |