| 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 1550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1561 'components.gyp:webusb', | 1561 'components.gyp:webusb', |
| 1562 ], | 1562 ], |
| 1563 }], | 1563 }], |
| 1564 ['chromeos==1', { | 1564 ['chromeos==1', { |
| 1565 'sources': [ | 1565 'sources': [ |
| 1566 'arc/arc_bridge_service_unittest.cc', | 1566 'arc/arc_bridge_service_unittest.cc', |
| 1567 'arc/ime/arc_ime_service_unittest.cc', | 1567 'arc/ime/arc_ime_service_unittest.cc', |
| 1568 'arc/intent_helper/activity_icon_loader_unittest.cc', | 1568 'arc/intent_helper/activity_icon_loader_unittest.cc', |
| 1569 'arc/intent_helper/arc_intent_helper_bridge_unittest.cc', | 1569 'arc/intent_helper/arc_intent_helper_bridge_unittest.cc', |
| 1570 'arc/intent_helper/font_size_util_unittest.cc', | 1570 'arc/intent_helper/font_size_util_unittest.cc', |
| 1571 'arc/intent_helper/intent_filter_unittest.cc', |
| 1571 'arc/intent_helper/link_handler_model_impl_unittest.cc', | 1572 'arc/intent_helper/link_handler_model_impl_unittest.cc', |
| 1572 'pairing/message_buffer_unittest.cc', | 1573 'pairing/message_buffer_unittest.cc', |
| 1573 'timers/alarm_timer_unittest.cc', | 1574 'timers/alarm_timer_unittest.cc', |
| 1574 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', | 1575 'wifi_sync/wifi_config_delegate_chromeos_unittest.cc', |
| 1575 'wifi_sync/wifi_credential_syncable_service_unittest.cc', | 1576 'wifi_sync/wifi_credential_syncable_service_unittest.cc', |
| 1576 'wifi_sync/wifi_credential_unittest.cc', | 1577 'wifi_sync/wifi_credential_unittest.cc', |
| 1577 'wifi_sync/wifi_security_class_chromeos_unittest.cc', | 1578 'wifi_sync/wifi_security_class_chromeos_unittest.cc', |
| 1578 'wifi_sync/wifi_security_class_unittest.cc', | 1579 'wifi_sync/wifi_security_class_unittest.cc', |
| 1579 '<@(metrics_leak_detector_unittest_sources)', | 1580 '<@(metrics_leak_detector_unittest_sources)', |
| 1580 '<@(ownership_unittest_sources)', | 1581 '<@(ownership_unittest_sources)', |
| (...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2047 'dependencies': [ | 2048 'dependencies': [ |
| 2048 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2049 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2049 ], | 2050 ], |
| 2050 }], | 2051 }], |
| 2051 ], | 2052 ], |
| 2052 }, | 2053 }, |
| 2053 ], | 2054 ], |
| 2054 }], | 2055 }], |
| 2055 ], | 2056 ], |
| 2056 } | 2057 } |
| OLD | NEW |