| OLD | NEW |
| 1 # Use of this source code is governed by a BSD-style license that can be | 1 # Use of this source code is governed by a BSD-style license that can be |
| 2 # found in the LICENSE file. | 2 # found in the LICENSE file. |
| 3 | 3 |
| 4 { | 4 { |
| 5 'dependencies': [ | 5 'dependencies': [ |
| 6 '../base/base.gyp:base', | 6 '../base/base.gyp:base', |
| 7 '../components/mime_util/mime_util.gyp:mime_util', | 7 '../components/mime_util/mime_util.gyp:mime_util', |
| 8 '../components/scheduler/scheduler.gyp:scheduler', | 8 '../components/scheduler/scheduler.gyp:scheduler', |
| 9 '../components/tracing.gyp:tracing', | 9 '../components/tracing.gyp:tracing', |
| 10 '../components/webcrypto/webcrypto.gyp:webcrypto', | 10 '../components/webcrypto/webcrypto.gyp:webcrypto', |
| (...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 ['exclude', 'child/webthemeengine_impl_default.cc'], | 248 ['exclude', 'child/webthemeengine_impl_default.cc'], |
| 249 ['exclude', 'child/webthemeengine_impl_default.h'], | 249 ['exclude', 'child/webthemeengine_impl_default.h'], |
| 250 ], | 250 ], |
| 251 } | 251 } |
| 252 ], | 252 ], |
| 253 ['OS=="android"', { | 253 ['OS=="android"', { |
| 254 'dependencies': [ | 254 'dependencies': [ |
| 255 '../build/android/ndk.gyp:cpu_features', | 255 '../build/android/ndk.gyp:cpu_features', |
| 256 ], | 256 ], |
| 257 }], | 257 }], |
| 258 ['OS=="win"', { | |
| 259 'msvs_settings': { | |
| 260 'VCLinkerTool': { | |
| 261 'AdditionalDependencies': [ | |
| 262 'dwrite.lib', | |
| 263 ] | |
| 264 } | |
| 265 } | |
| 266 }], | |
| 267 ['enable_plugins==0', { | 258 ['enable_plugins==0', { |
| 268 'sources!': [ | 259 'sources!': [ |
| 269 'child/browser_font_resource_trusted.cc', | 260 'child/browser_font_resource_trusted.cc', |
| 270 ], | 261 ], |
| 271 }], | 262 }], |
| 272 ], | 263 ], |
| 273 } | 264 } |
| OLD | NEW |