[email protected] | 64f5650c | 2013-01-11 05:35:09 | [diff] [blame] | 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 |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | { |
[email protected] | 62885ab | 2013-01-23 03:55:16 | [diff] [blame^] | 6 | 'conditions': [ |
| 7 | ['OS != "ios"', { |
| 8 | 'targets': [ |
| 9 | { |
| 10 | 'target_name': 'components_unittests', |
| 11 | 'type': '<(gtest_target_type)', |
| 12 | 'sources': [ |
| 13 | 'navigation_interception/intercept_navigation_resource_throttle_unittest.cc', |
| 14 | 'test/run_all_unittests.cc', |
| 15 | ], |
| 16 | 'include_dirs': [ |
| 17 | '..', |
| 18 | ], |
| 19 | 'dependencies': [ |
| 20 | '../base/base.gyp:test_support_base', |
| 21 | '../testing/gmock.gyp:gmock', |
| 22 | '../testing/gtest.gyp:gtest', |
| 23 | |
| 24 | # Dependencies of intercept_navigation_resource_throttle_unittest.cc |
| 25 | '../content/content.gyp:test_support_content', |
| 26 | '../skia/skia.gyp:skia', |
| 27 | 'navigation_interception', |
| 28 | ], |
| 29 | } |
[email protected] | 64f5650c | 2013-01-11 05:35:09 | [diff] [blame] | 30 | ], |
[email protected] | 62885ab | 2013-01-23 03:55:16 | [diff] [blame^] | 31 | }], |
| 32 | ], |
[email protected] | 64f5650c | 2013-01-11 05:35:09 | [diff] [blame] | 33 | } |