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

Side by Side Diff: remoting/remoting.gyp

Issue 8771028: [Mac] Remove content/ CrApplication. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to trunk for commit-queue. Created 9 years 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/simple_host_process.cc ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 651 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 'host/continue_window_mac.mm', 662 'host/continue_window_mac.mm',
663 'host/continue_window_linux.cc', 663 'host/continue_window_linux.cc',
664 'host/continue_window_win.cc', 664 'host/continue_window_win.cc',
665 'host/disconnect_window_linux.cc', 665 'host/disconnect_window_linux.cc',
666 'host/disconnect_window_mac.h', 666 'host/disconnect_window_mac.h',
667 'host/disconnect_window_mac.mm', 667 'host/disconnect_window_mac.mm',
668 'host/disconnect_window_win.cc', 668 'host/disconnect_window_win.cc',
669 'host/it2me_host_user_interface.cc', 669 'host/it2me_host_user_interface.cc',
670 'host/it2me_host_user_interface.h', 670 'host/it2me_host_user_interface.h',
671 'host/simple_host_process.cc', 671 'host/simple_host_process.cc',
672 '../base/test/mock_chrome_application_mac.mm',
673 '../base/test/mock_chrome_application_mac.h',
674 ], 672 ],
675 }, # end of target 'remoting_simple_host' 673 }, # end of target 'remoting_simple_host'
676 674
677 { 675 {
678 'target_name': 'remoting_host_keygen', 676 'target_name': 'remoting_host_keygen',
679 'type': 'executable', 677 'type': 'executable',
680 'dependencies': [ 678 'dependencies': [
681 'remoting_base', 679 'remoting_base',
682 '../base/base.gyp:base', 680 '../base/base.gyp:base',
683 '../base/base.gyp:base_i18n', 681 '../base/base.gyp:base_i18n',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 '../base/allocator/allocator.gyp:allocator', 955 '../base/allocator/allocator.gyp:allocator',
958 ], 956 ],
959 }, 957 },
960 ], 958 ],
961 ], 959 ],
962 }], 960 }],
963 ], # end of 'conditions' 961 ], # end of 'conditions'
964 }, # end of target 'remoting_unittests' 962 }, # end of target 'remoting_unittests'
965 ], # end of targets 963 ], # end of targets
966 } 964 }
OLDNEW
« no previous file with comments | « remoting/host/simple_host_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698