| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 | 9 |
| 10 'target_defaults': { | 10 'target_defaults': { |
| (...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 '-lpam', | 244 '-lpam', |
| 245 ], | 245 ], |
| 246 }, | 246 }, |
| 247 }], | 247 }], |
| 248 ['OS=="mac"', { | 248 ['OS=="mac"', { |
| 249 'sources': [ | 249 'sources': [ |
| 250 'host/capturer_mac.cc', | 250 'host/capturer_mac.cc', |
| 251 'host/capturer_mac.h', | 251 'host/capturer_mac.h', |
| 252 'host/event_executor_mac.cc', | 252 'host/event_executor_mac.cc', |
| 253 'host/event_executor_mac.h', | 253 'host/event_executor_mac.h', |
| 254 'host/user_authenticator_fake.cc', | |
| 255 'host/user_authenticator_fake.h', | |
| 256 'host/user_authenticator_mac.cc', | 254 'host/user_authenticator_mac.cc', |
| 255 'host/user_authenticator_mac.h', |
| 257 ], | 256 ], |
| 258 'link_settings': { | 257 'link_settings': { |
| 259 'libraries': [ | 258 'libraries': [ |
| 260 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', | 259 '$(SDKROOT)/System/Library/Frameworks/OpenGL.framework', |
| 261 ], | 260 ], |
| 262 }, | 261 }, |
| 263 }], | 262 }], |
| 264 ], | 263 ], |
| 265 }, # end of target 'chromoting_host' | 264 }, # end of target 'chromoting_host' |
| 266 | 265 |
| (...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 ], # end of 'conditions' | 587 ], # end of 'conditions' |
| 589 }, # end of target 'chromoting_unittests' | 588 }, # end of target 'chromoting_unittests' |
| 590 ], # end of targets | 589 ], # end of targets |
| 591 } | 590 } |
| 592 | 591 |
| 593 # Local Variables: | 592 # Local Variables: |
| 594 # tab-width:2 | 593 # tab-width:2 |
| 595 # indent-tabs-mode:nil | 594 # indent-tabs-mode:nil |
| 596 # End: | 595 # End: |
| 597 # vim: set expandtab tabstop=2 shiftwidth=2: | 596 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |