From db4dc4757aa85da8c6b46b6c4ea81eff8f9ee895 Mon Sep 17 00:00:00 2001 From: deepak1556 Date: Wed, 1 Jun 2016 11:17:21 +0530 Subject: [PATCH] move bluetooth_chooser to atom/browser/lib --- atom/browser/{ => lib}/bluetooth_chooser.cc | 0 atom/browser/{ => lib}/bluetooth_chooser.h | 0 filenames.gypi | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename atom/browser/{ => lib}/bluetooth_chooser.cc (100%) rename atom/browser/{ => lib}/bluetooth_chooser.h (100%) diff --git a/atom/browser/bluetooth_chooser.cc b/atom/browser/lib/bluetooth_chooser.cc similarity index 100% rename from atom/browser/bluetooth_chooser.cc rename to atom/browser/lib/bluetooth_chooser.cc diff --git a/atom/browser/bluetooth_chooser.h b/atom/browser/lib/bluetooth_chooser.h similarity index 100% rename from atom/browser/bluetooth_chooser.h rename to atom/browser/lib/bluetooth_chooser.h diff --git a/filenames.gypi b/filenames.gypi index 66874efc07d..f66b98134c6 100644 --- a/filenames.gypi +++ b/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',