OLD | NEW |
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 'includes': [ | 6 'includes': [ |
7 'remoting_enable.gypi', | 7 'remoting_enable.gypi', |
8 ], | 8 ], |
9 | 9 |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 ], | 77 ], |
78 'link_settings': { | 78 'link_settings': { |
79 'libraries': [ | 79 'libraries': [ |
80 '-lpam', | 80 '-lpam', |
81 ], | 81 ], |
82 }, | 82 }, |
83 }], | 83 }], |
84 ['chromeos==1', { | 84 ['chromeos==1', { |
85 'dependencies' : [ | 85 'dependencies' : [ |
86 '../cc/cc.gyp:cc', | 86 '../cc/cc.gyp:cc', |
87 '../content/content.gyp:content', | |
88 '../ppapi/ppapi_internal.gyp:ppapi_host', | 87 '../ppapi/ppapi_internal.gyp:ppapi_host', |
89 '../skia/skia.gyp:skia', | 88 '../skia/skia.gyp:skia', |
90 '../ui/aura/aura.gyp:aura', | 89 '../ui/aura/aura.gyp:aura', |
91 '../ui/compositor/compositor.gyp:compositor', | 90 '../ui/compositor/compositor.gyp:compositor', |
92 '../ui/events/events.gyp:events', | 91 '../ui/events/events.gyp:events', |
93 '../ui/events/platform/events_platform.gyp:events_platform', | 92 '../ui/events/platform/events_platform.gyp:events_platform', |
94 '../ui/views/views.gyp:views', | 93 '../ui/views/views.gyp:views', |
95 ], | 94 ], |
96 'include_dirs': [ | 95 'include_dirs': [ |
97 '../third_party/skia/include/utils', | 96 '../third_party/skia/include/utils', |
(...skipping 638 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
736 # Dummy target for chromeos==1 | 735 # Dummy target for chromeos==1 |
737 'target_name': 'remoting_it2me_native_messaging_host', | 736 'target_name': 'remoting_it2me_native_messaging_host', |
738 'type': 'executable', | 737 'type': 'executable', |
739 }, | 738 }, |
740 ], # targets | 739 ], # targets |
741 }], # end of chromeos==0 | 740 }], # end of chromeos==0 |
742 ], # end of conditions | 741 ], # end of conditions |
743 }], # end of OS!="win" and enable_remoting_host==1 | 742 }], # end of OS!="win" and enable_remoting_host==1 |
744 ], # end of 'conditions' | 743 ], # end of 'conditions' |
745 } | 744 } |
OLD | NEW |