Fix Mac GYP configuration error.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@195 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2011-02-28 02:03:06 +00:00
parent 14f2536b27
commit bb45b04024
1 changed files with 2 additions and 2 deletions

View File

@ -262,7 +262,6 @@
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_resources',
'../ui/ui.gyp:ui_base',
'../views/views.gyp:views',
'../webkit/support/webkit_support.gyp:appcache',
'../webkit/support/webkit_support.gyp:blob',
'../webkit/support/webkit_support.gyp:database',
@ -366,6 +365,7 @@
['OS=="win"', {
'dependencies': [
'../breakpad/breakpad.gyp:breakpad_handler',
'../views/views.gyp:views',
],
'sources': [
'$(OutDir)/obj/global_intermediate/webkit/webkit_chromium_resources.rc',
@ -503,7 +503,6 @@
'../ui/gfx/gfx.gyp:gfx',
'../ui/gfx/gfx.gyp:gfx_resources',
'../ui/ui.gyp:ui_base',
'../views/views.gyp:views',
'../webkit/support/webkit_support.gyp:appcache',
'../webkit/support/webkit_support.gyp:blob',
'../webkit/support/webkit_support.gyp:database',
@ -624,6 +623,7 @@
['OS=="win"', {
'dependencies': [
'../breakpad/breakpad.gyp:breakpad_handler',
'../views/views.gyp:views',
],
'sources': [
'include/cef_types_win.h',