path 💄

This commit is contained in:
Corey Johnson & Nathan Sobo
2012-08-27 13:30:04 -07:00
parent e8aa1524c7
commit c4639b894e
4 changed files with 5 additions and 5 deletions

View File

@@ -64,10 +64,10 @@
'native/atom_cef_client.cpp',
'native/atom_cef_client.h',
'native/util.h',
'native/native_handler.mm',
'native/native_handler.h',
'native/path_watcher.mm',
'native/path_watcher.h',
'native/v8_extensions/native_handler.mm',
'native/v8_extensions/native_handler.h',
],
'mac_bundle_resources': [
'native/mac/atom.icns',
@@ -277,10 +277,10 @@
'native/atom_cef_client.cpp',
'native/atom_cef_client.h',
'native/util.h',
'native/native_handler.mm',
'native/native_handler.h',
'native/path_watcher.mm',
'native/path_watcher.h',
'native/v8_extensions/native_handler.mm',
'native/v8_extensions/native_handler.h',
],
# TODO(mark): For now, don't put any resources into this app. Its
# resources directory will be a symbolic link to the browser app's

View File

@@ -1,7 +1,7 @@
#include "atom_cef_app.h"
#import <Cocoa/Cocoa.h>
#import "native_handler.h"
#import "native/v8_extensions/native_handler.h"
void AtomCefApp::OnWebKitInitialized() {