mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add the cefsimple sample application which demonstrates the minimal functionality required to create a browser window.
git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1535 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -204,5 +204,38 @@
|
||||
'cefclient_bundle_resources_linux': [
|
||||
'<@(cefclient_bundle_resources_common)',
|
||||
],
|
||||
'cefsimple_sources_common': [
|
||||
'tests/cefsimple/simple_app.cpp',
|
||||
'tests/cefsimple/simple_app.h',
|
||||
'tests/cefsimple/simple_handler.cpp',
|
||||
'tests/cefsimple/simple_handler.h',
|
||||
'tests/cefsimple/util.h',
|
||||
],
|
||||
'cefsimple_sources_win': [
|
||||
'tests/cefsimple/cefsimple.exe.manifest',
|
||||
'tests/cefsimple/cefsimple.rc',
|
||||
'tests/cefsimple/cefsimple_win.cpp',
|
||||
'tests/cefsimple/simple_handler_win.cpp',
|
||||
'tests/cefsimple/resource.h',
|
||||
'tests/cefsimple/res/cefsimple.ico',
|
||||
'tests/cefsimple/res/small.ico',
|
||||
],
|
||||
'cefsimple_sources_mac': [
|
||||
'tests/cefsimple/cefsimple_mac.mm',
|
||||
'tests/cefsimple/simple_handler_mac.mm',
|
||||
],
|
||||
'cefsimple_sources_mac_helper': [
|
||||
'tests/cefsimple/process_helper_mac.cpp',
|
||||
],
|
||||
'cefsimple_bundle_resources_mac': [
|
||||
'tests/cefsimple/mac/cefsimple.icns',
|
||||
'tests/cefsimple/mac/English.lproj/InfoPlist.strings',
|
||||
'tests/cefsimple/mac/English.lproj/MainMenu.xib',
|
||||
'tests/cefsimple/mac/Info.plist',
|
||||
],
|
||||
'cefsimple_sources_linux': [
|
||||
'tests/cefsimple/cefsimple_gtk.cpp',
|
||||
'tests/cefsimple/simple_handler_gtk.cpp',
|
||||
],
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user