summaryrefslogtreecommitdiffstats
path: root/remoting/remoting.gyp
diff options
context:
space:
mode:
authorlambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-19 21:42:20 +0000
committerlambroslambrou@chromium.org <lambroslambrou@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-19 21:42:20 +0000
commit068d487c7a5e00d44097e976a3d14a5a15a68600 (patch)
tree74972f0179425f3f63eca3d7d6dbd31949b7e49d /remoting/remoting.gyp
parente45877d94e91ed0fab6478370f13f43d8aa174ed (diff)
downloadchromium_src-068d487c7a5e00d44097e976a3d14a5a15a68600.zip
chromium_src-068d487c7a5e00d44097e976a3d14a5a15a68600.tar.gz
chromium_src-068d487c7a5e00d44097e976a3d14a5a15a68600.tar.bz2
Pull Mac Chromoting Host constants into a header file
Many definitions were shared between the Mac pref-pane and the DaemonController (and also the uninstaller app). This CL consolidates them into one place. BUG=none TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10557026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143056 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting.gyp')
-rw-r--r--remoting/remoting.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index c1f6d69..7a8f8f3 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -406,6 +406,8 @@
'../third_party/jsoncpp/overrides/src/lib_json/json_value.cpp',
'../third_party/jsoncpp/source/src/lib_json/json_writer.cpp',
'../third_party/modp_b64/modp_b64.cc',
+ 'host/constants_mac.cc',
+ 'host/constants_mac.h',
'host/host_config.cc',
'host/me2me_preference_pane.h',
'host/me2me_preference_pane.mm',
@@ -1120,6 +1122,8 @@
'host/clipboard_mac.mm',
'host/clipboard_win.cc',
'host/constants.h',
+ 'host/constants_mac.cc',
+ 'host/constants_mac.h',
'host/constants_win.cc',
'host/continue_window.h',
'host/continue_window_gtk.cc',