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 'feature_defines': [ | 7 'feature_defines': [ |
8 'ENABLE_DATABASE=1', | 8 'ENABLE_DATABASE=1', |
9 'ENABLE_DASHBOARD_SUPPORT=0', | 9 'ENABLE_DASHBOARD_SUPPORT=0', |
10 'ENABLE_JAVASCRIPT_DEBUGGER=0', | 10 'ENABLE_JAVASCRIPT_DEBUGGER=0', |
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
103 }], | 103 }], |
104 ['OS=="win"', { | 104 ['OS=="win"', { |
105 'feature_defines': [ | 105 'feature_defines': [ |
106 'ENABLE_VIDEO=1' | 106 'ENABLE_VIDEO=1' |
107 ], | 107 ], |
108 'non_feature_defines': [ | 108 'non_feature_defines': [ |
109 'CRASH=__debugbreak', | 109 'CRASH=__debugbreak', |
110 # Match Safari and Mozilla on Windows. | 110 # Match Safari and Mozilla on Windows. |
111 'WEBCORE_NAVIGATOR_PLATFORM="Win32"', | 111 'WEBCORE_NAVIGATOR_PLATFORM="Win32"', |
112 ], | 112 ], |
| 113 'webcore_include_dirs': [ |
| 114 '../third_party/WebKit/WebCore/page/win', |
| 115 '../third_party/WebKit/WebCore/platform/graphics/win', |
| 116 '../third_party/WebKit/WebCore/platform/text/win', |
| 117 '../third_party/WebKit/WebCore/platform/win', |
| 118 ], |
113 }, { # else: OS!="win" | 119 }, { # else: OS!="win" |
114 'feature_defines': [ | 120 'feature_defines': [ |
115 'ENABLE_VIDEO=0' | 121 'ENABLE_VIDEO=0' |
116 ], | 122 ], |
117 }], | 123 }], |
118 ], | 124 ], |
119 }, | 125 }, |
120 'includes': [ | 126 'includes': [ |
121 '../build/common.gypi', | 127 '../build/common.gypi', |
122 ], | 128 ], |
(...skipping 3869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3992 ], | 3998 ], |
3993 }, | 3999 }, |
3994 'direct_dependent_settings': { | 4000 'direct_dependent_settings': { |
3995 'include_dirs': [ | 4001 'include_dirs': [ |
3996 '../third_party/WebKit/WebKitLibraries', | 4002 '../third_party/WebKit/WebKitLibraries', |
3997 '../third_party/WebKit/WebKit/mac/WebCoreSupport', | 4003 '../third_party/WebKit/WebKit/mac/WebCoreSupport', |
3998 ], | 4004 ], |
3999 }, | 4005 }, |
4000 }], | 4006 }], |
4001 ['OS=="win"', { | 4007 ['OS=="win"', { |
4002 'sources/': [['exclude', 'Posix\\.cpp$']], | 4008 'sources/': [ |
| 4009 ['exclude', 'Posix\\.cpp$'], |
| 4010 ['include', '/opentype/'], |
| 4011 ['include', '/TransparencyWin\\.cpp$'], |
| 4012 ['include', '/SkiaFontWin\\.cpp$'], |
| 4013 ], |
| 4014 'sources!': [ |
| 4015 '../third_party/WebKit/WebCore/platform/network/ResourceHandle.cpp', |
| 4016 ], |
4003 'defines': [ | 4017 'defines': [ |
4004 '__PRETTY_FUNCTION__=__FUNCTION__', | 4018 '__PRETTY_FUNCTION__=__FUNCTION__', |
4005 'DISABLE_ACTIVEX_TYPE_CONVERSION_MPLAYER2', | 4019 'DISABLE_ACTIVEX_TYPE_CONVERSION_MPLAYER2', |
4006 ], | 4020 ], |
4007 # This is needed because Event.h in this directory is blocked | 4021 # This is needed because Event.h in this directory is blocked |
4008 # by a system header on windows. | 4022 # by a system header on windows. |
4009 'include_dirs++': ['../third_party/WebKit/WebCore/dom'], | 4023 'include_dirs++': ['../third_party/WebKit/WebCore/dom'], |
4010 'direct_dependent_settings': { | 4024 'direct_dependent_settings': { |
4011 'include_dirs+++': ['../third_party/WebKit/WebCore/dom'], | 4025 'include_dirs+++': ['../third_party/WebKit/WebCore/dom'], |
4012 }, | 4026 }, |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4335 # platforms. | 4349 # platforms. |
4336 'glue/plugins/mozilla_extensions.cc', | 4350 'glue/plugins/mozilla_extensions.cc', |
4337 'glue/plugins/webplugin_delegate_impl.cc', | 4351 'glue/plugins/webplugin_delegate_impl.cc', |
4338 'glue/glue_accessibility.cc', | 4352 'glue/glue_accessibility.cc', |
4339 'glue/webdropdata.cc', | 4353 'glue/webdropdata.cc', |
4340 'pending/AccessibleBase.cpp', | 4354 'pending/AccessibleBase.cpp', |
4341 'pending/AccessibleDocument.cpp', | 4355 'pending/AccessibleDocument.cpp', |
4342 ], | 4356 ], |
4343 }, { # else: OS=="win" | 4357 }, { # else: OS=="win" |
4344 'sources/': [['exclude', '_posix\\.cc$']], | 4358 'sources/': [['exclude', '_posix\\.cc$']], |
| 4359 'dependencies': [ |
| 4360 'activex_shim/activex_shim.gyp:activex_shim', |
| 4361 'default_plugin/default_plugin.gyp:default_plugin', |
| 4362 ], |
| 4363 'sources!': [ |
| 4364 'glue/plugins/plugin_stubs.cc', |
| 4365 ], |
4345 }], | 4366 }], |
4346 ], | 4367 ], |
4347 }, | 4368 }, |
4348 ], | 4369 ], |
4349 } | 4370 } |
OLD | NEW |