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 'conditions': [ | 6 'conditions': [ |
7 ['OS != "ios"', { | 7 ['OS != "ios"', { |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'components_unittests', | 10 'target_name': 'components_unittests', |
(...skipping 21 matching lines...) Expand all Loading... |
32 # Dependencies of auto_login_parser | 32 # Dependencies of auto_login_parser |
33 'auto_login_parser', | 33 'auto_login_parser', |
34 | 34 |
35 # Dependencies of browser_context_keyed_service | 35 # Dependencies of browser_context_keyed_service |
36 'browser_context_keyed_service', | 36 'browser_context_keyed_service', |
37 | 37 |
38 # Dependencies of encryptor | 38 # Dependencies of encryptor |
39 'encryptor', | 39 'encryptor', |
40 | 40 |
41 # Dependencies of intercept_navigation_resource_throttle_unittest.cc | 41 # Dependencies of intercept_navigation_resource_throttle_unittest.cc |
42 '../content/content.gyp:test_support_content', | 42 '../content/content_shell_and_tests.gyp:test_support_content', |
43 '../skia/skia.gyp:skia', | 43 '../skia/skia.gyp:skia', |
44 'navigation_interception', | 44 'navigation_interception', |
45 | 45 |
46 # Dependencies of sessions | 46 # Dependencies of sessions |
47 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 47 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
48 'sessions', | 48 'sessions', |
49 'sessions_test_support', | 49 'sessions_test_support', |
50 | 50 |
51 # Dependencies of visitedlink | 51 # Dependencies of visitedlink |
52 'visitedlink_browser', | 52 'visitedlink_browser', |
(...skipping 29 matching lines...) Expand all Loading... |
82 ], | 82 ], |
83 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 83 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
84 'msvs_disabled_warnings': [4267, ], | 84 'msvs_disabled_warnings': [4267, ], |
85 }, | 85 }, |
86 { | 86 { |
87 'target_name': 'components_perftests', | 87 'target_name': 'components_perftests', |
88 'type': '<(gtest_target_type)', | 88 'type': '<(gtest_target_type)', |
89 'dependencies': [ | 89 'dependencies': [ |
90 '../base/base.gyp:base', | 90 '../base/base.gyp:base', |
91 '../base/base.gyp:test_support_perf', | 91 '../base/base.gyp:test_support_perf', |
92 '../content/content.gyp:test_support_content', | 92 '../content/content_shell_and_tests.gyp:test_support_content', |
93 '../testing/gtest.gyp:gtest', | 93 '../testing/gtest.gyp:gtest', |
94 '../ui/compositor/compositor.gyp:compositor', | 94 '../ui/compositor/compositor.gyp:compositor', |
95 'visitedlink_browser', | 95 'visitedlink_browser', |
96 ], | 96 ], |
97 'include_dirs': [ | 97 'include_dirs': [ |
98 '..', | 98 '..', |
99 ], | 99 ], |
100 'sources': [ | 100 'sources': [ |
101 'visitedlink/test/visitedlink_perftest.cc', | 101 'visitedlink/test/visitedlink_perftest.cc', |
102 ], | 102 ], |
(...skipping 22 matching lines...) Expand all Loading... |
125 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)compo
nents_unittests<(SHARED_LIB_SUFFIX)', | 125 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)compo
nents_unittests<(SHARED_LIB_SUFFIX)', |
126 }, | 126 }, |
127 'includes': [ '../build/apk_test.gypi' ], | 127 'includes': [ '../build/apk_test.gypi' ], |
128 }, | 128 }, |
129 ], | 129 ], |
130 }], | 130 }], |
131 ], | 131 ], |
132 }], | 132 }], |
133 ], | 133 ], |
134 } | 134 } |
OLD | NEW |