Add JavaScript binding example to cefclient.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@592 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
parent
c7d9fb4abe
commit
8d74f7cae4
2
cef.gyp
2
cef.gyp
|
@ -940,7 +940,7 @@
|
|||
'tests/cefclient/client_app.cpp',
|
||||
'tests/cefclient/client_app.h',
|
||||
'tests/cefclient/process_helper_mac.cpp',
|
||||
'tests/unittests/client_app_delegates.h',
|
||||
'tests/unittests/client_app_delegates.cc',
|
||||
'tests/unittests/process_message_unittest.cc',
|
||||
'tests/unittests/test_handler.cc',
|
||||
'tests/unittests/test_handler.h',
|
||||
|
|
|
@ -200,6 +200,7 @@
|
|||
],
|
||||
'link_settings': {
|
||||
'libraries': [
|
||||
'$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
|
||||
'$(CONFIGURATION)/libcef.dylib',
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue