| 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 1563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1574 'metrics/serialization/serialization_utils_unittest.cc', | 1574 'metrics/serialization/serialization_utils_unittest.cc', |
| 1575 ], | 1575 ], |
| 1576 'dependencies': [ | 1576 'dependencies': [ |
| 1577 'components.gyp:metrics_serialization', | 1577 'components.gyp:metrics_serialization', |
| 1578 '../dbus/dbus.gyp:dbus', | 1578 '../dbus/dbus.gyp:dbus', |
| 1579 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic
e_media_transfer_protocol', | 1579 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic
e_media_transfer_protocol', |
| 1580 ], | 1580 ], |
| 1581 }], | 1581 }], |
| 1582 ['OS=="linux" and chromeos!=1', { | 1582 ['OS=="linux" and chromeos!=1', { |
| 1583 'sources': [ | 1583 'sources': [ |
| 1584 'os_crypt/kwallet_dbus_unittest.cc', |
| 1584 'os_crypt/os_crypt_linux_unittest.cc', | 1585 'os_crypt/os_crypt_linux_unittest.cc', |
| 1585 'os_crypt/os_crypt_util_linux_unittest.cc', | 1586 'os_crypt/os_crypt_util_linux_unittest.cc', |
| 1586 ], | 1587 ], |
| 1587 'defines': [ | 1588 'defines': [ |
| 1588 'USE_LIBSECRET', | 1589 'USE_LIBSECRET', |
| 1589 ], | 1590 ], |
| 1590 'include_dirs': [ | 1591 'include_dirs': [ |
| 1591 '../third_party/libsecret' | 1592 '../third_party/libsecret' |
| 1592 ], | 1593 ], |
| 1594 'dependencies' : [ |
| 1595 '../build/linux/system.gyp:dbus', |
| 1596 '../dbus/dbus.gyp:dbus', |
| 1597 '../dbus/dbus.gyp:dbus_test_support', |
| 1598 ] |
| 1593 }], | 1599 }], |
| 1594 ['OS=="linux" and use_udev==0', { | 1600 ['OS=="linux" and use_udev==0', { |
| 1595 'dependencies!': [ | 1601 'dependencies!': [ |
| 1596 'components.gyp:storage_monitor', | 1602 'components.gyp:storage_monitor', |
| 1597 'components.gyp:storage_monitor_test_support', | 1603 'components.gyp:storage_monitor_test_support', |
| 1598 ], | 1604 ], |
| 1599 'sources/': [ | 1605 'sources/': [ |
| 1600 ['exclude', '^storage_monitor/'], | 1606 ['exclude', '^storage_monitor/'], |
| 1601 ], | 1607 ], |
| 1602 }], | 1608 }], |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2014 'dependencies': [ | 2020 'dependencies': [ |
| 2015 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2021 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2016 ], | 2022 ], |
| 2017 }], | 2023 }], |
| 2018 ], | 2024 ], |
| 2019 }, | 2025 }, |
| 2020 ], | 2026 ], |
| 2021 }], | 2027 }], |
| 2022 ], | 2028 ], |
| 2023 } | 2029 } |
| OLD | NEW |