diff options
Diffstat (limited to 'ipc/ipc.gyp')
-rw-r--r-- | ipc/ipc.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp index 9b38f77..8172860 100644 --- a/ipc/ipc.gyp +++ b/ipc/ipc.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -32,7 +32,7 @@ 'targets': [ { 'target_name': 'ipc_tests', - 'type': 'executable', + 'type': '<(gtest_target_type)', 'dependencies': [ 'ipc', '../base/base.gyp:base', |