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

Side by Side Diff: remoting/remoting.gyp

Issue 10408076: Merge 138322 - Implement Mac pref-pane UI mockups (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1132/src/
Patch Set: 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « remoting/host/me2me_preference_pane_disable.xib ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # TODO(dmaclach): can we pick this up some other way? Right now it's 7 # TODO(dmaclach): can we pick this up some other way? Right now it's
8 # duplicated from chrome.gyp 8 # duplicated from chrome.gyp
9 'chromium_code': 1, 9 'chromium_code': 1,
10 # Use consistent strings across all platforms. Note that the plugin name 10 # Use consistent strings across all platforms. Note that the plugin name
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
379 'type': 'loadable_module', 379 'type': 'loadable_module',
380 'mac_bundle': 1, 380 'mac_bundle': 1,
381 'product_extension': 'prefPane', 381 'product_extension': 'prefPane',
382 'dependencies': [ 382 'dependencies': [
383 'remoting_base', 383 'remoting_base',
384 'remoting_host', 384 'remoting_host',
385 ], 385 ],
386 'sources': [ 386 'sources': [
387 'host/me2me_preference_pane.h', 387 'host/me2me_preference_pane.h',
388 'host/me2me_preference_pane.mm', 388 'host/me2me_preference_pane.mm',
389 'host/me2me_preference_pane_confirm_pin.h',
390 'host/me2me_preference_pane_confirm_pin.mm',
391 'host/me2me_preference_pane_disable.h',
392 'host/me2me_preference_pane_disable.mm',
389 ], 393 ],
390 'link_settings': { 394 'link_settings': {
391 'libraries': [ 395 'libraries': [
392 '$(SDKROOT)/System/Library/Frameworks/PreferencePanes.framework', 396 '$(SDKROOT)/System/Library/Frameworks/PreferencePanes.framework',
393 ], 397 ],
394 }, 398 },
395 'xcode_settings': { 399 'xcode_settings': {
396 'INFOPLIST_FILE': 'host/me2me_preference_pane-Info.plist', 400 'INFOPLIST_FILE': 'host/me2me_preference_pane-Info.plist',
397 'INFOPLIST_PREPROCESS': 'YES', 401 'INFOPLIST_PREPROCESS': 'YES',
398 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'VERSION_FULL="<(version_full) " VERSION_SHORT="<(version_short)" BUNDLE_NAME="<(bundle_name)" BUNDLE_ID="<(bun dle_id)" COPYRIGHT_BY="<(copyright_by)" PREF_PANE_ICON_LABEL="<(pref_pane_icon_l abel)"', 402 'INFOPLIST_PREPROCESSOR_DEFINITIONS': 'VERSION_FULL="<(version_full) " VERSION_SHORT="<(version_short)" BUNDLE_NAME="<(bundle_name)" BUNDLE_ID="<(bun dle_id)" COPYRIGHT_BY="<(copyright_by)" PREF_PANE_ICON_LABEL="<(pref_pane_icon_l abel)"',
399 }, 403 },
400 'mac_bundle_resources': [ 404 'mac_bundle_resources': [
401 'host/me2me_preference_pane.xib', 405 'host/me2me_preference_pane.xib',
406 'host/me2me_preference_pane_confirm_pin.xib',
407 'host/me2me_preference_pane_disable.xib',
402 'host/me2me_preference_pane-Info.plist', 408 'host/me2me_preference_pane-Info.plist',
403 'resources/chromoting128.png', 409 'resources/chromoting128.png',
404 ], 410 ],
405 'mac_bundle_resources!': [ 411 'mac_bundle_resources!': [
406 'host/me2me_preference_pane-Info.plist', 412 'host/me2me_preference_pane-Info.plist',
407 ], 413 ],
408 'conditions': [ 414 'conditions': [
409 ['mac_breakpad==1', { 415 ['mac_breakpad==1', {
410 'variables': { 416 'variables': {
411 # A real .dSYM is needed for dump_syms to operate on. 417 # A real .dSYM is needed for dump_syms to operate on.
(...skipping 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after
1770 '../base/allocator/allocator.gyp:allocator', 1776 '../base/allocator/allocator.gyp:allocator',
1771 ], 1777 ],
1772 }, 1778 },
1773 ], 1779 ],
1774 ], 1780 ],
1775 }], 1781 }],
1776 ], # end of 'conditions' 1782 ], # end of 'conditions'
1777 }, # end of target 'remoting_unittests' 1783 }, # end of target 'remoting_unittests'
1778 ], # end of targets 1784 ], # end of targets
1779 } 1785 }
OLDNEW
« 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