| 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 435 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 446 'omnibox/browser/shortcuts_database_unittest.cc', | 446 'omnibox/browser/shortcuts_database_unittest.cc', |
| 447 'omnibox/browser/shortcuts_provider_unittest.cc', | 447 'omnibox/browser/shortcuts_provider_unittest.cc', |
| 448 'omnibox/browser/suggestion_answer_unittest.cc', | 448 'omnibox/browser/suggestion_answer_unittest.cc', |
| 449 'omnibox/browser/url_prefix_unittest.cc', | 449 'omnibox/browser/url_prefix_unittest.cc', |
| 450 'omnibox/browser/zero_suggest_provider_unittest.cc', | 450 'omnibox/browser/zero_suggest_provider_unittest.cc', |
| 451 ], | 451 ], |
| 452 'open_from_clipboard_unittest_sources': [ | 452 'open_from_clipboard_unittest_sources': [ |
| 453 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', | 453 'open_from_clipboard/clipboard_recent_content_ios_unittest.mm', |
| 454 ], | 454 ], |
| 455 'os_crypt_unittest_sources': [ | 455 'os_crypt_unittest_sources': [ |
| 456 'os_crypt/os_crypt_util_linux_unittest.cc', |
| 456 'os_crypt/ie7_password_win_unittest.cc', | 457 'os_crypt/ie7_password_win_unittest.cc', |
| 457 'os_crypt/keychain_password_mac_unittest.mm', | 458 'os_crypt/keychain_password_mac_unittest.mm', |
| 458 'os_crypt/os_crypt_unittest.cc', | 459 'os_crypt/os_crypt_unittest.cc', |
| 459 ], | 460 ], |
| 460 'ownership_unittest_sources': [ | 461 'ownership_unittest_sources': [ |
| 461 'ownership/owner_key_util_impl_unittest.cc', | 462 'ownership/owner_key_util_impl_unittest.cc', |
| 462 ], | 463 ], |
| 463 'packed_ct_ev_whitelist_unittest_sources': [ | 464 'packed_ct_ev_whitelist_unittest_sources': [ |
| 464 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', | 465 'packed_ct_ev_whitelist/bit_stream_reader_unittest.cc', |
| 465 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', | 466 'packed_ct_ev_whitelist/packed_ct_ev_whitelist_unittest.cc', |
| (...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1506 }], | 1507 }], |
| 1507 ['OS=="linux"', { | 1508 ['OS=="linux"', { |
| 1508 'sources': [ | 1509 'sources': [ |
| 1509 'metrics/serialization/serialization_utils_unittest.cc', | 1510 'metrics/serialization/serialization_utils_unittest.cc', |
| 1510 ], | 1511 ], |
| 1511 'dependencies': [ | 1512 'dependencies': [ |
| 1512 'components.gyp:metrics_serialization', | 1513 'components.gyp:metrics_serialization', |
| 1513 '../dbus/dbus.gyp:dbus', | 1514 '../dbus/dbus.gyp:dbus', |
| 1514 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic
e_media_transfer_protocol', | 1515 '../device/media_transfer_protocol/media_transfer_protocol.gyp:devic
e_media_transfer_protocol', |
| 1515 ], | 1516 ], |
| 1517 'defines': [ |
| 1518 'USE_LIBSECRET', |
| 1519 ], |
| 1520 'include_dirs': [ |
| 1521 '../third_party/libsecret' |
| 1522 ], |
| 1516 }], | 1523 }], |
| 1517 ['OS=="linux" and use_udev==0', { | 1524 ['OS=="linux" and use_udev==0', { |
| 1518 'dependencies!': [ | 1525 'dependencies!': [ |
| 1519 'components.gyp:storage_monitor', | 1526 'components.gyp:storage_monitor', |
| 1520 'components.gyp:storage_monitor_test_support', | 1527 'components.gyp:storage_monitor_test_support', |
| 1521 ], | 1528 ], |
| 1522 'sources/': [ | 1529 'sources/': [ |
| 1523 ['exclude', '^storage_monitor/'], | 1530 ['exclude', '^storage_monitor/'], |
| 1524 ], | 1531 ], |
| 1525 }], | 1532 }], |
| (...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1937 'dependencies': [ | 1944 'dependencies': [ |
| 1938 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1945 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1939 ], | 1946 ], |
| 1940 }], | 1947 }], |
| 1941 ], | 1948 ], |
| 1942 }, | 1949 }, |
| 1943 ], | 1950 ], |
| 1944 }], | 1951 }], |
| 1945 ], | 1952 ], |
| 1946 } | 1953 } |
| OLD | NEW |