Chromium Code Reviews| 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 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1589 ], | 1589 ], |
| 1590 }], | 1590 }], |
| 1591 ['OS=="linux" and chromeos!=1', { | 1591 ['OS=="linux" and chromeos!=1', { |
| 1592 'sources': [ | 1592 'sources': [ |
| 1593 'os_crypt/kwallet_dbus_unittest.cc', | 1593 'os_crypt/kwallet_dbus_unittest.cc', |
| 1594 'os_crypt/os_crypt_linux_unittest.cc', | 1594 'os_crypt/os_crypt_linux_unittest.cc', |
| 1595 'os_crypt/os_crypt_util_linux_unittest.cc', | 1595 'os_crypt/os_crypt_util_linux_unittest.cc', |
| 1596 ], | 1596 ], |
| 1597 'defines': [ | 1597 'defines': [ |
| 1598 'USE_LIBSECRET', | 1598 'USE_LIBSECRET', |
| 1599 'USE_KWALLET', | |
|
Lei Zhang
2016/07/12 19:12:24
nit: alphabetical order
cfroussios
2016/07/13 09:33:10
Done.
| |
| 1599 ], | 1600 ], |
| 1600 'include_dirs': [ | 1601 'include_dirs': [ |
| 1601 '../third_party/libsecret' | 1602 '../third_party/libsecret' |
| 1602 ], | 1603 ], |
| 1603 'dependencies' : [ | 1604 'dependencies' : [ |
| 1604 '../build/linux/system.gyp:dbus', | 1605 '../build/linux/system.gyp:dbus', |
| 1605 '../dbus/dbus.gyp:dbus', | 1606 '../dbus/dbus.gyp:dbus', |
| 1606 '../dbus/dbus.gyp:dbus_test_support', | 1607 '../dbus/dbus.gyp:dbus_test_support', |
| 1607 ] | 1608 ] |
| 1608 }], | 1609 }], |
| (...skipping 421 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2030 'dependencies': [ | 2031 'dependencies': [ |
| 2031 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2032 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2032 ], | 2033 ], |
| 2033 }], | 2034 }], |
| 2034 ], | 2035 ], |
| 2035 }, | 2036 }, |
| 2036 ], | 2037 ], |
| 2037 }], | 2038 }], |
| 2038 ], | 2039 ], |
| 2039 } | 2040 } |
| OLD | NEW |