| 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 # Dependencies of encryptor | 51 # Dependencies of encryptor |
| 52 'encryptor', | 52 'encryptor', |
| 53 | 53 |
| 54 # Dependencies of json_schema | 54 # Dependencies of json_schema |
| 55 'json_schema', | 55 'json_schema', |
| 56 | 56 |
| 57 # Dependencies of intercept_navigation_resource_throttle_unittest.cc | 57 # Dependencies of intercept_navigation_resource_throttle_unittest.cc |
| 58 '../content/content.gyp:test_support_content', | 58 '../content/content.gyp:test_support_content', |
| 59 '../skia/skia.gyp:skia', | 59 '../skia/skia.gyp:skia', |
| 60 'navigation_interception', | 60 'navigation_interception', |
| 61 | 61 |
| 62 # Dependencies of policy | 62 # Dependencies of policy |
| 63 'policy_component', | 63 'policy_component', |
| 64 | 64 |
| 65 # Dependencies of sessions | 65 # Dependencies of sessions |
| 66 '../third_party/protobuf/protobuf.gyp:protobuf_lite', | 66 '../third_party/protobuf/protobuf.gyp:protobuf_lite', |
| 67 'sessions', | 67 'sessions', |
| 68 'sessions_test_support', | 68 'sessions_test_support', |
| 69 | 69 |
| 70 # Dependencies of variations | 70 # Dependencies of variations |
| 71 'variations', | 71 'variations', |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)compo
nents_unittests<(SHARED_LIB_SUFFIX)', | 160 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)compo
nents_unittests<(SHARED_LIB_SUFFIX)', |
| 161 }, | 161 }, |
| 162 'includes': [ '../build/apk_test.gypi' ], | 162 'includes': [ '../build/apk_test.gypi' ], |
| 163 }, | 163 }, |
| 164 ], | 164 ], |
| 165 }], | 165 }], |
| 166 ], | 166 ], |
| 167 }], | 167 }], |
| 168 ], | 168 ], |
| 169 } | 169 } |
| OLD | NEW |