| 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 'includes': [ | 8 'includes': [ |
| 9 '../../build/util/version.gypi', |
| 9 '../../build/win_precompile.gypi', | 10 '../../build/win_precompile.gypi', |
| 10 '../../chrome/version.gypi', | |
| 11 ], | 11 ], |
| 12 'targets': [ | 12 'targets': [ |
| 13 { | 13 { |
| 14 'target_name': 'delegate_execute_version_resources', | 14 'target_name': 'delegate_execute_version_resources', |
| 15 'type': 'none', | 15 'type': 'none', |
| 16 'conditions': [ | 16 'conditions': [ |
| 17 ['branding == "Chrome"', { | 17 ['branding == "Chrome"', { |
| 18 'variables': { | 18 'variables': { |
| 19 'branding_path': '../../chrome/app/theme/google_chrome/BRANDING', | 19 'branding_path': '../../chrome/app/theme/google_chrome/BRANDING', |
| 20 }, | 20 }, |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 89 '../../testing/gtest.gyp:gtest', | 89 '../../testing/gtest.gyp:gtest', |
| 90 ], | 90 ], |
| 91 'sources': [ | 91 'sources': [ |
| 92 'delegate_execute_util.cc', | 92 'delegate_execute_util.cc', |
| 93 'delegate_execute_util.h', | 93 'delegate_execute_util.h', |
| 94 'delegate_execute_util_unittest.cc', | 94 'delegate_execute_util_unittest.cc', |
| 95 ], | 95 ], |
| 96 }, | 96 }, |
| 97 ], | 97 ], |
| 98 } | 98 } |
| OLD | NEW |