michael@0: # Copyright (c) 2011 The Chromium Authors. All rights reserved. michael@0: # Use of this source code is governed by a BSD-style license that can be michael@0: # found in the LICENSE file. michael@0: { michael@0: 'targets': [ michael@0: { michael@0: 'target_name': 'some', michael@0: 'type': 'none', michael@0: 'dependencies': [ michael@0: # This file is intended to be locally modified. List the targets you use michael@0: # regularly. The generated some.sln will contains projects for only michael@0: # those targets and the targets they are transitively dependent on. This michael@0: # can result in a solution that loads and unloads faster in Visual michael@0: # Studio. michael@0: # michael@0: # Tip: Create a dummy CL to hold your local edits to this file, so they michael@0: # don't accidentally get added to another CL that you are editing. michael@0: # michael@0: # Example: michael@0: # '../chrome/chrome.gyp:chrome', michael@0: ], michael@0: }, michael@0: ], michael@0: }