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:
parent
14f2536b27
commit
bb45b04024
4
cef.gyp
4
cef.gyp
|
@ -262,7 +262,6 @@
|
||||||
'../ui/gfx/gfx.gyp:gfx',
|
'../ui/gfx/gfx.gyp:gfx',
|
||||||
'../ui/gfx/gfx.gyp:gfx_resources',
|
'../ui/gfx/gfx.gyp:gfx_resources',
|
||||||
'../ui/ui.gyp:ui_base',
|
'../ui/ui.gyp:ui_base',
|
||||||
'../views/views.gyp:views',
|
|
||||||
'../webkit/support/webkit_support.gyp:appcache',
|
'../webkit/support/webkit_support.gyp:appcache',
|
||||||
'../webkit/support/webkit_support.gyp:blob',
|
'../webkit/support/webkit_support.gyp:blob',
|
||||||
'../webkit/support/webkit_support.gyp:database',
|
'../webkit/support/webkit_support.gyp:database',
|
||||||
|
@ -366,6 +365,7 @@
|
||||||
['OS=="win"', {
|
['OS=="win"', {
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'../breakpad/breakpad.gyp:breakpad_handler',
|
'../breakpad/breakpad.gyp:breakpad_handler',
|
||||||
|
'../views/views.gyp:views',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'$(OutDir)/obj/global_intermediate/webkit/webkit_chromium_resources.rc',
|
'$(OutDir)/obj/global_intermediate/webkit/webkit_chromium_resources.rc',
|
||||||
|
@ -503,7 +503,6 @@
|
||||||
'../ui/gfx/gfx.gyp:gfx',
|
'../ui/gfx/gfx.gyp:gfx',
|
||||||
'../ui/gfx/gfx.gyp:gfx_resources',
|
'../ui/gfx/gfx.gyp:gfx_resources',
|
||||||
'../ui/ui.gyp:ui_base',
|
'../ui/ui.gyp:ui_base',
|
||||||
'../views/views.gyp:views',
|
|
||||||
'../webkit/support/webkit_support.gyp:appcache',
|
'../webkit/support/webkit_support.gyp:appcache',
|
||||||
'../webkit/support/webkit_support.gyp:blob',
|
'../webkit/support/webkit_support.gyp:blob',
|
||||||
'../webkit/support/webkit_support.gyp:database',
|
'../webkit/support/webkit_support.gyp:database',
|
||||||
|
@ -624,6 +623,7 @@
|
||||||
['OS=="win"', {
|
['OS=="win"', {
|
||||||
'dependencies': [
|
'dependencies': [
|
||||||
'../breakpad/breakpad.gyp:breakpad_handler',
|
'../breakpad/breakpad.gyp:breakpad_handler',
|
||||||
|
'../views/views.gyp:views',
|
||||||
],
|
],
|
||||||
'sources': [
|
'sources': [
|
||||||
'include/cef_types_win.h',
|
'include/cef_types_win.h',
|
||||||
|
|
Loading…
Reference in New Issue