# Copyright 2013 Google Inc. All Rights Reserved. { 'targets': [ { 'target_name': 'gtest', 'type': 'static_library', 'include_dirs': [ '../../third_party/gmock/gtest', '../../third_party/gmock/gtest/include', ], 'sources': [ '../../third_party/gmock/gtest/src/gtest-all.cc', ], }, ], }