From 8cd4042fe9eec629fc656822d15d60ea0079c046 Mon Sep 17 00:00:00 2001 From: Nathan Sobo Date: Tue, 28 Aug 2012 11:06:11 -0500 Subject: [PATCH] Don't load atom_cef_client source files in render process helper --- atom.gyp | 3 --- 1 file changed, 3 deletions(-) diff --git a/atom.gyp b/atom.gyp index b8ee91a7e..bf16ea827 100644 --- a/atom.gyp +++ b/atom.gyp @@ -283,10 +283,7 @@ 'sources': [ 'native/atom_cef_app.h', 'native/atom_cef_app.mm', - 'native/atom_cef_client_mac.mm', 'native/process_helper_mac.cpp', - 'native/atom_cef_client.cpp', - 'native/atom_cef_client.h', 'native/util.h', 'native/path_watcher.mm', 'native/path_watcher.h',