| 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 542 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 553 }], | 553 }], |
| 554 ['chromeos==1', { | 554 ['chromeos==1', { |
| 555 'sources': [ | 555 'sources': [ |
| 556 'metrics/chromeos/serialization_utils_unittest.cc', | 556 'metrics/chromeos/serialization_utils_unittest.cc', |
| 557 ], | 557 ], |
| 558 'sources!': [ | 558 'sources!': [ |
| 559 'storage_monitor/storage_monitor_linux_unittest.cc', | 559 'storage_monitor/storage_monitor_linux_unittest.cc', |
| 560 ], | 560 ], |
| 561 'dependencies': [ | 561 'dependencies': [ |
| 562 '../chromeos/chromeos.gyp:chromeos_test_support', | 562 '../chromeos/chromeos.gyp:chromeos_test_support', |
| 563 'components.gyp:metrics_chromeos', | 563 'components.gyp:metrics_external_utils', |
| 564 ], | 564 ], |
| 565 }], | 565 }], |
| 566 ['OS=="linux"', { | 566 ['OS=="linux"', { |
| 567 'dependencies': [ | 567 'dependencies': [ |
| 568 '../dbus/dbus.gyp:dbus', | 568 '../dbus/dbus.gyp:dbus', |
| 569 '../device/media_transfer_protocol/media_transfer_protocol.gyp:d
evice_media_transfer_protocol', | 569 '../device/media_transfer_protocol/media_transfer_protocol.gyp:d
evice_media_transfer_protocol', |
| 570 ], | 570 ], |
| 571 }], | 571 }], |
| 572 ['OS=="linux" and use_udev==0', { | 572 ['OS=="linux" and use_udev==0', { |
| 573 'dependencies!': [ | 573 'dependencies!': [ |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 832 'dependencies': [ | 832 'dependencies': [ |
| 833 '../base/allocator/allocator.gyp:allocator', | 833 '../base/allocator/allocator.gyp:allocator', |
| 834 ], | 834 ], |
| 835 }], | 835 }], |
| 836 ], | 836 ], |
| 837 }, | 837 }, |
| 838 ], | 838 ], |
| 839 }], | 839 }], |
| 840 ], | 840 ], |
| 841 } | 841 } |
| OLD | NEW |