| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
| 8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
| 9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
| 10 'chromium_code': 1, | 10 'chromium_code': 1, |
| (...skipping 1579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1590 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic
e_media_transfer_protocol', | 1590 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic
e_media_transfer_protocol', |
| 1591 ], | 1591 ], |
| 1592 }], | 1592 }], |
| 1593 ['OS=="linux" and chromeos!=1', { | 1593 ['OS=="linux" and chromeos!=1', { |
| 1594 'sources': [ | 1594 'sources': [ |
| 1595 'os_crypt/kwallet_dbus_unittest.cc', | 1595 'os_crypt/kwallet_dbus_unittest.cc', |
| 1596 'os_crypt/os_crypt_linux_unittest.cc', | 1596 'os_crypt/os_crypt_linux_unittest.cc', |
| 1597 'os_crypt/os_crypt_util_linux_unittest.cc', | 1597 'os_crypt/os_crypt_util_linux_unittest.cc', |
| 1598 ], | 1598 ], |
| 1599 'defines': [ | 1599 'defines': [ |
| 1600 'USE_KWALLET', |
| 1600 'USE_LIBSECRET', | 1601 'USE_LIBSECRET', |
| 1601 ], | 1602 ], |
| 1602 'include_dirs': [ | 1603 'include_dirs': [ |
| 1603 '../third_party/libsecret' | 1604 '../third_party/libsecret' |
| 1604 ], | 1605 ], |
| 1605 'dependencies' : [ | 1606 'dependencies' : [ |
| 1606 '../build/linux/system.gyp:dbus', | 1607 '../build/linux/system.gyp:dbus', |
| 1607 '../dbus/dbus.gyp:dbus', | 1608 '../dbus/dbus.gyp:dbus', |
| 1608 '../dbus/dbus.gyp:dbus_test_support', | 1609 '../dbus/dbus.gyp:dbus_test_support', |
| 1609 ] | 1610 ] |
| (...skipping 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2032 'dependencies': [ | 2033 'dependencies': [ |
| 2033 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2034 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2034 ], | 2035 ], |
| 2035 }], | 2036 }], |
| 2036 ], | 2037 ], |
| 2037 }, | 2038 }, |
| 2038 ], | 2039 ], |
| 2039 }], | 2040 }], |
| 2040 ], | 2041 ], |
| 2041 } | 2042 } |
| OLD | NEW |