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 970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
981 '../testing/gtest.gyp:gtest', | 981 '../testing/gtest.gyp:gtest', |
982 ], | 982 ], |
983 'sources': [ | 983 'sources': [ |
984 'test/content_test_launcher.cc', | 984 'test/content_test_launcher.cc', |
985 'public/test/content_browser_test.cc', | 985 'public/test/content_browser_test.cc', |
986 'public/test/content_browser_test.h', | 986 'public/test/content_browser_test.h', |
987 'public/test/content_browser_test_utils.cc', | 987 'public/test/content_browser_test_utils.cc', |
988 'public/test/content_browser_test_utils.h', | 988 'public/test/content_browser_test_utils.h', |
989 'public/test/content_browser_test_utils_mac.mm', | 989 'public/test/content_browser_test_utils_mac.mm', |
990 ], | 990 ], |
| 991 'include_dirs': [ |
| 992 '<(SHARED_INTERMEDIATE_DIR)', |
| 993 ], |
991 'conditions': [ | 994 'conditions': [ |
992 ['OS=="android"', { | 995 ['OS=="android"', { |
993 'dependencies': [ | 996 'dependencies': [ |
994 'content.gyp:content_app_both', | 997 'content.gyp:content_app_both', |
995 ], | 998 ], |
996 }, { | 999 }, { |
997 'dependencies': [ | 1000 'dependencies': [ |
998 'content.gyp:content_browser', | 1001 'content.gyp:content_browser', |
999 ], | 1002 ], |
1000 }], | 1003 }], |
(...skipping 818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1819 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1822 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
1820 }, | 1823 }, |
1821 ], | 1824 ], |
1822 }], | 1825 }], |
1823 ], | 1826 ], |
1824 }, | 1827 }, |
1825 ], | 1828 ], |
1826 }], | 1829 }], |
1827 ], | 1830 ], |
1828 } | 1831 } |
OLD | NEW |