From 5ed909194c37b6d15fe294fb478921354401d297 Mon Sep 17 00:00:00 2001 From: Marshall Greenblatt Date: Tue, 18 Nov 2014 19:10:23 +0000 Subject: [PATCH] Windows: Define CEF_USE_ATL and CEF_USE_SANDBOX for integrated builds of sample applications. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@1906 5089003a-bbd8-11dd-ad1f-f1f9622dbc98 --- cef.gyp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cef.gyp b/cef.gyp index 5c60e0694..5e9295a2c 100644 --- a/cef.gyp +++ b/cef.gyp @@ -64,6 +64,10 @@ 'cef_sandbox', 'libcef', ], + 'defines': [ + 'CEF_USE_ATL', + 'CEF_USE_SANDBOX', + ], 'configurations': { 'Debug_Base': { 'msvs_settings': { @@ -247,6 +251,9 @@ 'cef_sandbox', 'libcef', ], + 'defines': [ + 'CEF_USE_SANDBOX', + ], 'configurations': { 'Debug_Base': { 'msvs_settings': {