Chromium Code Reviews| 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 '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 | 10 |
| (...skipping 1557 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1568 'host/local_input_monitor_thread_win.h', | 1568 'host/local_input_monitor_thread_win.h', |
| 1569 'host/local_input_monitor_win.cc', | 1569 'host/local_input_monitor_win.cc', |
| 1570 'host/log_to_server.cc', | 1570 'host/log_to_server.cc', |
| 1571 'host/log_to_server.h', | 1571 'host/log_to_server.h', |
| 1572 'host/mac/scoped_pixel_buffer_object.cc', | 1572 'host/mac/scoped_pixel_buffer_object.cc', |
| 1573 'host/mac/scoped_pixel_buffer_object.h', | 1573 'host/mac/scoped_pixel_buffer_object.h', |
| 1574 'host/mouse_clamping_filter.cc', | 1574 'host/mouse_clamping_filter.cc', |
| 1575 'host/mouse_clamping_filter.h', | 1575 'host/mouse_clamping_filter.h', |
| 1576 'host/mouse_move_observer.h', | 1576 'host/mouse_move_observer.h', |
| 1577 'host/network_settings.h', | 1577 'host/network_settings.h', |
| 1578 'host/pam_authorization_factory_posix.cc', | |
|
Wez
2012/10/26 03:25:43
Move this to host/linux/pam_authorization_factory.
Jamie
2012/10/26 17:53:30
As discussed, this is better left where it is for
| |
| 1579 'host/pam_authorization_factory_posix.h', | |
| 1578 'host/pin_hash.cc', | 1580 'host/pin_hash.cc', |
| 1579 'host/pin_hash.h', | 1581 'host/pin_hash.h', |
| 1580 'host/policy_hack/policy_watcher.h', | 1582 'host/policy_hack/policy_watcher.h', |
| 1581 'host/policy_hack/policy_watcher.cc', | 1583 'host/policy_hack/policy_watcher.cc', |
| 1582 'host/policy_hack/policy_watcher_linux.cc', | 1584 'host/policy_hack/policy_watcher_linux.cc', |
| 1583 'host/policy_hack/policy_watcher_mac.mm', | 1585 'host/policy_hack/policy_watcher_mac.mm', |
| 1584 'host/policy_hack/policy_watcher_win.cc', | 1586 'host/policy_hack/policy_watcher_win.cc', |
| 1585 'host/register_support_host_request.cc', | 1587 'host/register_support_host_request.cc', |
| 1586 'host/register_support_host_request.h', | 1588 'host/register_support_host_request.h', |
| 1587 'host/remote_input_filter.cc', | 1589 'host/remote_input_filter.cc', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1633 'host/win/session_event_executor.cc', | 1635 'host/win/session_event_executor.cc', |
| 1634 'host/win/session_event_executor.h', | 1636 'host/win/session_event_executor.h', |
| 1635 ], | 1637 ], |
| 1636 'conditions': [ | 1638 'conditions': [ |
| 1637 ['OS=="linux"', { | 1639 ['OS=="linux"', { |
| 1638 'link_settings': { | 1640 'link_settings': { |
| 1639 'libraries': [ | 1641 'libraries': [ |
| 1640 '-lX11', | 1642 '-lX11', |
| 1641 '-lXdamage', | 1643 '-lXdamage', |
| 1642 '-lXfixes', | 1644 '-lXfixes', |
| 1645 '-lpam', | |
| 1643 '-lXtst', | 1646 '-lXtst', |
| 1644 '-lXext', | 1647 '-lXext', |
| 1645 '-lXi' | 1648 '-lXi' |
| 1646 ], | 1649 ], |
| 1647 }, | 1650 }, |
| 1648 }], | 1651 }], |
| 1649 ['toolkit_uses_gtk==1', { | 1652 ['toolkit_uses_gtk==1', { |
| 1650 'dependencies': [ | 1653 'dependencies': [ |
| 1651 '../build/linux/system.gyp:gtk', | 1654 '../build/linux/system.gyp:gtk', |
| 1652 ], | 1655 ], |
| (...skipping 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2211 '../base/allocator/allocator.gyp:allocator', | 2214 '../base/allocator/allocator.gyp:allocator', |
| 2212 ], | 2215 ], |
| 2213 }, | 2216 }, |
| 2214 ], | 2217 ], |
| 2215 ], | 2218 ], |
| 2216 }], # end of 'toolkit_uses_gtk == 1' | 2219 }], # end of 'toolkit_uses_gtk == 1' |
| 2217 ], # end of 'conditions' | 2220 ], # end of 'conditions' |
| 2218 }, # end of target 'remoting_unittests' | 2221 }, # end of target 'remoting_unittests' |
| 2219 ], # end of targets | 2222 ], # end of targets |
| 2220 } | 2223 } |
| OLD | NEW |