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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
(...skipping 2096 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2107 'renderer/webworker_proxy.cc', | 2107 'renderer/webworker_proxy.cc', |
2108 'renderer/webworker_proxy.h', | 2108 'renderer/webworker_proxy.h', |
2109 ], | 2109 ], |
2110 },], | 2110 },], |
2111 ], | 2111 ], |
2112 }, | 2112 }, |
2113 { | 2113 { |
2114 'target_name': 'utility', | 2114 'target_name': 'utility', |
2115 'type': '<(library)', | 2115 'type': '<(library)', |
2116 'msvs_guid': '4D2B38E6-65FF-4F97-B88A-E441DF54EBF7', | 2116 'msvs_guid': '4D2B38E6-65FF-4F97-B88A-E441DF54EBF7', |
2117 'msvs_existing_vcproj': 'utility/utility.vcproj', | |
2118 'dependencies': [ | 2117 'dependencies': [ |
2119 '../base/base.gyp:base', | 2118 '../base/base.gyp:base', |
2120 '../skia/skia.gyp:skia', | 2119 '../skia/skia.gyp:skia', |
2121 ], | 2120 ], |
2122 'sources': [ | 2121 'sources': [ |
2123 'tools/build/win/precompiled.cc', | 2122 'tools/build/win/precompiled.cc', |
2124 'tools/build/win/precompiled.h', | 2123 'tools/build/win/precompiled.h', |
2125 | 2124 |
2126 'utility/utility_main.cc', | 2125 'utility/utility_main.cc', |
2127 'utility/utility_thread.cc', | 2126 'utility/utility_thread.cc', |
(...skipping 2211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4339 # Use outputs of this action as inputs for the main target build. | 4338 # Use outputs of this action as inputs for the main target build. |
4340 # Seems as a misnomer but makes this happy on Linux (scons). | 4339 # Seems as a misnomer but makes this happy on Linux (scons). |
4341 'process_outputs_as_sources': 1, | 4340 'process_outputs_as_sources': 1, |
4342 }, | 4341 }, |
4343 ], # 'actions' | 4342 ], # 'actions' |
4344 }, | 4343 }, |
4345 ] | 4344 ] |
4346 }], | 4345 }], |
4347 ], # 'conditions' | 4346 ], # 'conditions' |
4348 } | 4347 } |
OLD | NEW |