Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Side by Side Diff: components/components_tests.gyp

Issue 494093002: OwnerKeyUtil is moved to components/ownership. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 607 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 'copresence/timed_map_unittest.cc', 618 'copresence/timed_map_unittest.cc',
619 ], 619 ],
620 'dependencies': [ 620 'dependencies': [
621 # Dependencies for copresence. 621 # Dependencies for copresence.
622 'components.gyp:copresence', 622 'components.gyp:copresence',
623 'components.gyp:copresence_test_support', 623 'components.gyp:copresence_test_support',
624 ], 624 ],
625 }], 625 }],
626 ['chromeos==1', { 626 ['chromeos==1', {
627 'sources': [ 627 'sources': [
628 'ownership/owner_key_util_chromeos_unittest.cc',
628 'pairing/message_buffer_unittest.cc', 629 'pairing/message_buffer_unittest.cc',
629 ], 630 ],
630 'sources!': [ 631 'sources!': [
631 'storage_monitor/storage_monitor_linux_unittest.cc', 632 'storage_monitor/storage_monitor_linux_unittest.cc',
632 ], 633 ],
633 'dependencies': [ 634 'dependencies': [
635 'components.gyp:ownership',
634 'components.gyp:pairing', 636 'components.gyp:pairing',
635 '../chromeos/chromeos.gyp:chromeos_test_support', 637 '../chromeos/chromeos.gyp:chromeos_test_support',
636 ], 638 ],
637 }], 639 }],
638 ['OS=="linux"', { 640 ['OS=="linux"', {
639 'sources': [ 641 'sources': [
640 'metrics/serialization/serialization_utils_unittest.cc', 642 'metrics/serialization/serialization_utils_unittest.cc',
641 ], 643 ],
642 'dependencies': [ 644 'dependencies': [
643 'components.gyp:metrics_serialization', 645 'components.gyp:metrics_serialization',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
911 'dependencies': [ 913 'dependencies': [
912 '../base/allocator/allocator.gyp:allocator', 914 '../base/allocator/allocator.gyp:allocator',
913 ], 915 ],
914 }], 916 }],
915 ], 917 ],
916 }, 918 },
917 ], 919 ],
918 }], 920 }],
919 ], 921 ],
920 } 922 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698