OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'defines!': ['CONTENT_IMPLEMENTATION'], | 10 'defines!': ['CONTENT_IMPLEMENTATION'], |
11 'dependencies': [ | 11 'dependencies': [ |
12 '../build/temp_gyp/googleurl.gyp:googleurl', | |
13 'content_app', | |
14 'content_browser', | |
15 'content_common', | |
16 '../media/media.gyp:media', | 12 '../media/media.gyp:media', |
17 '../net/net.gyp:net_test_support', | 13 '../net/net.gyp:net_test_support', |
18 '../skia/skia.gyp:skia', | 14 '../skia/skia.gyp:skia', |
19 '../testing/gmock.gyp:gmock', | 15 '../testing/gmock.gyp:gmock', |
20 '../testing/gtest.gyp:gtest', | 16 '../testing/gtest.gyp:gtest', |
21 '../ui/ui.gyp:ui_test_support', | 17 '../ui/ui.gyp:ui_test_support', |
| 18 '../url/url.gyp:url', |
| 19 'content_app', |
| 20 'content_browser', |
| 21 'content_common', |
22 ], | 22 ], |
23 'include_dirs': [ | 23 'include_dirs': [ |
24 '..', | 24 '..', |
25 ], | 25 ], |
26 'sources': [ | 26 'sources': [ |
27 'public/test/browser_test.h', | 27 'public/test/browser_test.h', |
28 'public/test/browser_test_base.cc', | 28 'public/test/browser_test_base.cc', |
29 'public/test/browser_test_base.h', | 29 'public/test/browser_test_base.h', |
30 'public/test/browser_test_utils.cc', | 30 'public/test/browser_test_utils.cc', |
31 'public/test/browser_test_utils.h', | 31 'public/test/browser_test_utils.h', |
(...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1076 'resource_dir': 'shell/android/shell_apk/res', | 1076 'resource_dir': 'shell/android/shell_apk/res', |
1077 'additional_src_dirs': ['public/android/javatests/',], | 1077 'additional_src_dirs': ['public/android/javatests/',], |
1078 'is_test_apk': 1, | 1078 'is_test_apk': 1, |
1079 }, | 1079 }, |
1080 'includes': [ '../build/java_apk.gypi' ], | 1080 'includes': [ '../build/java_apk.gypi' ], |
1081 }, | 1081 }, |
1082 ], | 1082 ], |
1083 }], | 1083 }], |
1084 ], | 1084 ], |
1085 } | 1085 } |
OLD | NEW |