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

Side by Side Diff: components/components_tests.gyp

Issue 961683002: Move ManagedBookmarksTracker from policy/core/browser to bookmarks/managed (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add back to policy DEPS Created 5 years, 9 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
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 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 'autofill/core/common/form_field_data_unittest.cc', 62 'autofill/core/common/form_field_data_unittest.cc',
63 'autofill/core/common/password_form_fill_data_unittest.cc', 63 'autofill/core/common/password_form_fill_data_unittest.cc',
64 'autofill/core/common/save_password_progress_logger_unittest.cc', 64 'autofill/core/common/save_password_progress_logger_unittest.cc',
65 ], 65 ],
66 'bookmarks_unittest_sources': [ 66 'bookmarks_unittest_sources': [
67 'bookmarks/browser/bookmark_codec_unittest.cc', 67 'bookmarks/browser/bookmark_codec_unittest.cc',
68 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', 68 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc',
69 'bookmarks/browser/bookmark_index_unittest.cc', 69 'bookmarks/browser/bookmark_index_unittest.cc',
70 'bookmarks/browser/bookmark_model_unittest.cc', 70 'bookmarks/browser/bookmark_model_unittest.cc',
71 'bookmarks/browser/bookmark_utils_unittest.cc', 71 'bookmarks/browser/bookmark_utils_unittest.cc',
72 'bookmarks/managed/managed_bookmarks_tracker_unittest.cc',
72 ], 73 ],
73 'browser_watcher_unittest_sources': [ 74 'browser_watcher_unittest_sources': [
74 'browser_watcher/endsession_watcher_window_win_unittest.cc', 75 'browser_watcher/endsession_watcher_window_win_unittest.cc',
75 'browser_watcher/exit_code_watcher_win_unittest.cc', 76 'browser_watcher/exit_code_watcher_win_unittest.cc',
76 'browser_watcher/exit_funnel_win_unittest.cc', 77 'browser_watcher/exit_funnel_win_unittest.cc',
77 'browser_watcher/watcher_client_win_unittest.cc', 78 'browser_watcher/watcher_client_win_unittest.cc',
78 'browser_watcher/watcher_metrics_provider_win_unittest.cc', 79 'browser_watcher/watcher_metrics_provider_win_unittest.cc',
79 ], 80 ],
80 'captive_portal_unittest_sources': [ 81 'captive_portal_unittest_sources': [
81 'captive_portal/captive_portal_detector_unittest.cc', 82 'captive_portal/captive_portal_detector_unittest.cc',
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 'password_manager/core/browser/password_store_default_unittest.cc', 323 'password_manager/core/browser/password_store_default_unittest.cc',
323 'password_manager/core/browser/password_store_unittest.cc', 324 'password_manager/core/browser/password_store_unittest.cc',
324 'password_manager/core/browser/password_syncable_service_unittest.cc', 325 'password_manager/core/browser/password_syncable_service_unittest.cc',
325 'password_manager/core/browser/psl_matching_helper_unittest.cc', 326 'password_manager/core/browser/psl_matching_helper_unittest.cc',
326 ], 327 ],
327 'policy_unittest_sources': [ 328 'policy_unittest_sources': [
328 'policy/core/browser/autofill_policy_handler_unittest.cc', 329 'policy/core/browser/autofill_policy_handler_unittest.cc',
329 'policy/core/browser/browser_policy_connector_unittest.cc', 330 'policy/core/browser/browser_policy_connector_unittest.cc',
330 'policy/core/browser/configuration_policy_handler_unittest.cc', 331 'policy/core/browser/configuration_policy_handler_unittest.cc',
331 'policy/core/browser/configuration_policy_pref_store_unittest.cc', 332 'policy/core/browser/configuration_policy_pref_store_unittest.cc',
332 'policy/core/browser/managed_bookmarks_tracker_unittest.cc',
333 'policy/core/browser/url_blacklist_policy_handler_unittest.cc', 333 'policy/core/browser/url_blacklist_policy_handler_unittest.cc',
334 'policy/core/common/async_policy_provider_unittest.cc', 334 'policy/core/common/async_policy_provider_unittest.cc',
335 'policy/core/common/cloud/cloud_policy_client_unittest.cc', 335 'policy/core/common/cloud/cloud_policy_client_unittest.cc',
336 'policy/core/common/cloud/cloud_policy_constants_unittest.cc', 336 'policy/core/common/cloud/cloud_policy_constants_unittest.cc',
337 'policy/core/common/cloud/cloud_policy_core_unittest.cc', 337 'policy/core/common/cloud/cloud_policy_core_unittest.cc',
338 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', 338 'policy/core/common/cloud/cloud_policy_manager_unittest.cc',
339 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittest.cc', 339 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittest.cc',
340 'policy/core/common/cloud/cloud_policy_service_unittest.cc', 340 'policy/core/common/cloud/cloud_policy_service_unittest.cc',
341 'policy/core/common/cloud/cloud_policy_validator_unittest.cc', 341 'policy/core/common/cloud/cloud_policy_validator_unittest.cc',
342 'policy/core/common/cloud/component_cloud_policy_service_unittest.cc', 342 'policy/core/common/cloud/component_cloud_policy_service_unittest.cc',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 '../ui/gfx/gfx.gyp:gfx', 653 '../ui/gfx/gfx.gyp:gfx',
654 '../ui/gfx/gfx.gyp:gfx_test_support', 654 '../ui/gfx/gfx.gyp:gfx_test_support',
655 '../ui/resources/ui_resources.gyp:ui_resources', 655 '../ui/resources/ui_resources.gyp:ui_resources',
656 '../ui/strings/ui_strings.gyp:ui_strings', 656 '../ui/strings/ui_strings.gyp:ui_strings',
657 '../url/url.gyp:url_lib', 657 '../url/url.gyp:url_lib',
658 'components.gyp:auto_login_parser', 658 'components.gyp:auto_login_parser',
659 'components.gyp:autofill_core_browser', 659 'components.gyp:autofill_core_browser',
660 'components.gyp:autofill_core_common', 660 'components.gyp:autofill_core_common',
661 'components.gyp:autofill_core_test_support', 661 'components.gyp:autofill_core_test_support',
662 'components.gyp:bookmarks_browser', 662 'components.gyp:bookmarks_browser',
663 'components.gyp:bookmarks_managed',
663 'components.gyp:bookmarks_test_support', 664 'components.gyp:bookmarks_test_support',
664 'components.gyp:captive_portal_test_support', 665 'components.gyp:captive_portal_test_support',
665 'components.gyp:cloud_devices_common', 666 'components.gyp:cloud_devices_common',
666 'components.gyp:content_settings_core_browser', 667 'components.gyp:content_settings_core_browser',
667 'components.gyp:content_settings_core_common', 668 'components.gyp:content_settings_core_common',
668 'components.gyp:content_settings_core_test_support', 669 'components.gyp:content_settings_core_test_support',
669 'components.gyp:crash_test_support', 670 'components.gyp:crash_test_support',
670 'components.gyp:crx_file', 671 'components.gyp:crx_file',
671 'components.gyp:data_reduction_proxy_core_browser', 672 'components.gyp:data_reduction_proxy_core_browser',
672 'components.gyp:data_reduction_proxy_core_common', 673 'components.gyp:data_reduction_proxy_core_common',
(...skipping 571 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 'dependencies': [ 1245 'dependencies': [
1245 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1246 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1246 ], 1247 ],
1247 }], 1248 }],
1248 ], 1249 ],
1249 }, 1250 },
1250 ], 1251 ],
1251 }], 1252 }],
1252 ], 1253 ],
1253 } 1254 }
OLDNEW
« no previous file with comments | « components/bookmarks/managed/managed_bookmarks_tracker_unittest.cc ('k') | components/policy/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698