Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(315)

Unified Diff: remoting/remoting.gyp

Issue 10411032: Implement Mac pref-pane UI mockups (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix license header Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/me2me_preference_pane_disable.xib ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index c93e3fcf6061a7dc10576d6a050f875bc180e1cb..1c45ad08872a250e03e1abb6587eeb0cdea081c6 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -399,6 +399,10 @@
'../third_party/modp_b64/modp_b64.cc',
'host/me2me_preference_pane.h',
'host/me2me_preference_pane.mm',
+ 'host/me2me_preference_pane_confirm_pin.h',
+ 'host/me2me_preference_pane_confirm_pin.mm',
+ 'host/me2me_preference_pane_disable.h',
+ 'host/me2me_preference_pane_disable.mm',
],
'link_settings': {
'libraries': [
@@ -412,6 +416,8 @@
},
'mac_bundle_resources': [
'host/me2me_preference_pane.xib',
+ 'host/me2me_preference_pane_confirm_pin.xib',
+ 'host/me2me_preference_pane_disable.xib',
'host/me2me_preference_pane-Info.plist',
'resources/chromoting128.png',
],
« no previous file with comments | « remoting/host/me2me_preference_pane_disable.xib ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698