| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'targets' : [ | 6 'variables': { |
| 7 'chromium_code': 1, |
| 8 }, |
| 9 'targets' : [ |
| 7 { | 10 { |
| 8 'target_name': 'image_diff', | 11 'target_name': 'image_diff', |
| 9 'type': 'executable', | 12 'type': 'executable', |
| 10 'msvs_guid': '50B079C7-CD01-42D3-B8C4-9F8D9322E822', | 13 'msvs_guid': '50B079C7-CD01-42D3-B8C4-9F8D9322E822', |
| 11 'dependencies': [ | 14 'dependencies': [ |
| 12 '../../app/app.gyp:app_base', | 15 '../../app/app.gyp:app_base', |
| 13 '../../base/base.gyp:base', | 16 '../../base/base.gyp:base', |
| 14 ], | 17 ], |
| 15 'sources': [ | 18 'sources': [ |
| 16 'image_diff.cc', | 19 'image_diff.cc', |
| 17 ], | 20 ], |
| 18 }, | 21 }, |
| 19 ], | 22 ], |
| 20 } | 23 } |
| 21 | 24 |
| 22 # Local Variables: | 25 # Local Variables: |
| 23 # tab-width:2 | 26 # tab-width:2 |
| 24 # indent-tabs-mode:nil | 27 # indent-tabs-mode:nil |
| 25 # End: | 28 # End: |
| 26 # vim: set expandtab tabstop=2 shiftwidth=2: | 29 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |