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

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: 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
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 650 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 'host/continue_window_mac.mm', 661 'host/continue_window_mac.mm',
662 'host/continue_window_linux.cc', 662 'host/continue_window_linux.cc',
663 'host/continue_window_win.cc', 663 'host/continue_window_win.cc',
664 'host/disconnect_window_linux.cc', 664 'host/disconnect_window_linux.cc',
665 'host/disconnect_window_mac.h', 665 'host/disconnect_window_mac.h',
666 'host/disconnect_window_mac.mm', 666 'host/disconnect_window_mac.mm',
667 'host/disconnect_window_win.cc', 667 'host/disconnect_window_win.cc',
668 'host/it2me_host_user_interface.cc', 668 'host/it2me_host_user_interface.cc',
669 'host/it2me_host_user_interface.h', 669 'host/it2me_host_user_interface.h',
670 'host/simple_host_process.cc', 670 'host/simple_host_process.cc',
671 '../base/test/mock_chrome_application_mac.mm',
672 '../base/test/mock_chrome_application_mac.h',
673 ], 671 ],
674 }, # end of target 'remoting_simple_host' 672 }, # end of target 'remoting_simple_host'
675 673
676 { 674 {
677 'target_name': 'remoting_host_keygen', 675 'target_name': 'remoting_host_keygen',
678 'type': 'executable', 676 'type': 'executable',
679 'dependencies': [ 677 'dependencies': [
680 'remoting_base', 678 'remoting_base',
681 '../base/base.gyp:base', 679 '../base/base.gyp:base',
682 '../base/base.gyp:base_i18n', 680 '../base/base.gyp:base_i18n',
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
956 '../base/allocator/allocator.gyp:allocator', 954 '../base/allocator/allocator.gyp:allocator',
957 ], 955 ],
958 }, 956 },
959 ], 957 ],
960 ], 958 ],
961 }], 959 }],
962 ], # end of 'conditions' 960 ], # end of 'conditions'
963 }, # end of target 'remoting_unittests' 961 }, # end of target 'remoting_unittests'
964 ], # end of targets 962 ], # end of targets
965 } 963 }
OLDNEW
« chrome/service/chrome_service_application_mac.mm ('K') | « remoting/host/simple_host_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698