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

Side by Side Diff: components/components_tests.gyp

Issue 305973004: BookmarkClient can add extra nodes to BookmarkModel. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added support for extra nodes from the client Created 6 years, 6 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
498 'dependencies': [ 498 'dependencies': [
499 'components.gyp:policy_component', 499 'components.gyp:policy_component',
500 'components.gyp:policy_component_test_support', 500 'components.gyp:policy_component_test_support',
501 'components.gyp:policy_test_support', 501 'components.gyp:policy_test_support',
502 ], 502 ],
503 'sources': [ 503 'sources': [
504 'policy/core/browser/autofill_policy_handler_unittest.cc', 504 'policy/core/browser/autofill_policy_handler_unittest.cc',
505 'policy/core/browser/browser_policy_connector_unittest.cc', 505 'policy/core/browser/browser_policy_connector_unittest.cc',
506 'policy/core/browser/configuration_policy_handler_unittest.cc', 506 'policy/core/browser/configuration_policy_handler_unittest.cc',
507 'policy/core/browser/configuration_policy_pref_store_unittest.cc ', 507 'policy/core/browser/configuration_policy_pref_store_unittest.cc ',
508 'policy/core/browser/managed_bookmarks_tracker_unittest.cc',
508 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', 509 'policy/core/browser/url_blacklist_policy_handler_unittest.cc',
509 'policy/core/common/async_policy_provider_unittest.cc', 510 'policy/core/common/async_policy_provider_unittest.cc',
510 'policy/core/common/cloud/cloud_policy_client_unittest.cc', 511 'policy/core/common/cloud/cloud_policy_client_unittest.cc',
511 'policy/core/common/cloud/cloud_policy_core_unittest.cc', 512 'policy/core/common/cloud/cloud_policy_core_unittest.cc',
512 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', 513 'policy/core/common/cloud/cloud_policy_manager_unittest.cc',
513 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittes t.cc', 514 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittes t.cc',
514 'policy/core/common/cloud/cloud_policy_service_unittest.cc', 515 'policy/core/common/cloud/cloud_policy_service_unittest.cc',
515 'policy/core/common/cloud/cloud_policy_validator_unittest.cc', 516 'policy/core/common/cloud/cloud_policy_validator_unittest.cc',
516 'policy/core/common/cloud/component_cloud_policy_service_unittes t.cc', 517 'policy/core/common/cloud/component_cloud_policy_service_unittes t.cc',
517 'policy/core/common/cloud/component_cloud_policy_store_unittest. cc', 518 'policy/core/common/cloud/component_cloud_policy_store_unittest. cc',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 'dependencies': [ 733 'dependencies': [
733 '../base/allocator/allocator.gyp:allocator', 734 '../base/allocator/allocator.gyp:allocator',
734 ], 735 ],
735 }], 736 }],
736 ], 737 ],
737 }, 738 },
738 ], 739 ],
739 }], 740 }],
740 ], 741 ],
741 } 742 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698