mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
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:
4
cef.gyp
4
cef.gyp
@@ -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',
|
||||
|
Reference in New Issue
Block a user