Browse Source

move bluetooth_chooser to atom/browser/lib

deepak1556 9 years ago
parent
commit
db4dc4757a
3 changed files with 2 additions and 2 deletions
  1. 0 0
      atom/browser/lib/bluetooth_chooser.cc
  2. 0 0
      atom/browser/lib/bluetooth_chooser.h
  3. 2 2
      filenames.gypi

+ 0 - 0
atom/browser/bluetooth_chooser.cc → atom/browser/lib/bluetooth_chooser.cc


+ 0 - 0
atom/browser/bluetooth_chooser.h → atom/browser/lib/bluetooth_chooser.h


+ 2 - 2
filenames.gypi

@@ -167,8 +167,6 @@
       'atom/browser/atom_security_state_model_client.h',
       'atom/browser/atom_speech_recognition_manager_delegate.cc',
       'atom/browser/atom_speech_recognition_manager_delegate.h',
-      'atom/browser/bluetooth_chooser.cc',
-      'atom/browser/bluetooth_chooser.h',
       'atom/browser/bridge_task_runner.cc',
       'atom/browser/bridge_task_runner.h',
       'atom/browser/browser.cc',
@@ -183,6 +181,8 @@
       'atom/browser/common_web_contents_delegate.h',
       'atom/browser/javascript_environment.cc',
       'atom/browser/javascript_environment.h',
+      'atom/browser/lib/bluetooth_chooser.cc',
+      'atom/browser/lib/bluetooth_chooser.h',
       'atom/browser/login_handler.cc',
       'atom/browser/login_handler.h',
       'atom/browser/mac/atom_application.h',