Add _mac suffix for obj-c files.
This commit is contained in:
parent
264f085afb
commit
8cf1050730
6 changed files with 9 additions and 9 deletions
8
atom.gyp
8
atom.gyp
|
@ -31,10 +31,10 @@
|
|||
'browser/api/atom_api_window.h',
|
||||
'browser/api/atom_browser_bindings.cc',
|
||||
'browser/api/atom_browser_bindings.h',
|
||||
'browser/atom_application.h',
|
||||
'browser/atom_application.mm',
|
||||
'browser/atom_application_delegate.h',
|
||||
'browser/atom_application_delegate.mm',
|
||||
'browser/atom_application_mac.h',
|
||||
'browser/atom_application_mac.mm',
|
||||
'browser/atom_application_delegate_mac.h',
|
||||
'browser/atom_application_delegate_mac.mm',
|
||||
'browser/atom_browser_client.cc',
|
||||
'browser/atom_browser_client.h',
|
||||
'browser/atom_browser_context.cc',
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#import "browser/atom_application_delegate.h"
|
||||
#import "browser/atom_application_delegate_mac.h"
|
||||
|
||||
#import "browser/atom_application.h"
|
||||
#import "browser/atom_application_mac.h"
|
||||
|
||||
@implementation AtomApplicationDelegate
|
||||
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style license that can be
|
||||
// found in the LICENSE file.
|
||||
|
||||
#import "browser/atom_application.h"
|
||||
#import "browser/atom_application_mac.h"
|
||||
|
||||
#include "base/auto_reset.h"
|
||||
#include "base/logging.h"
|
|
@ -5,8 +5,8 @@
|
|||
#include "browser/atom_browser_main_parts.h"
|
||||
|
||||
#import "base/mac/bundle_locations.h"
|
||||
#import "browser/atom_application.h"
|
||||
#import "browser/atom_application_delegate.h"
|
||||
#import "browser/atom_application_mac.h"
|
||||
#import "browser/atom_application_delegate_mac.h"
|
||||
|
||||
namespace atom {
|
||||
|
||||
|
|
Loading…
Reference in a new issue