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

Side by Side Diff: components/components_tests.gyp

Issue 717223002: Browser watcher end-end-to-end . (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/lkgr
Patch Set: Move to components Created 6 years, 1 month 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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'autofill/core/browser/webdata/web_data_service_unittest.cc', 65 'autofill/core/browser/webdata/web_data_service_unittest.cc',
66 'autofill/core/common/form_data_unittest.cc', 66 'autofill/core/common/form_data_unittest.cc',
67 'autofill/core/common/form_field_data_unittest.cc', 67 'autofill/core/common/form_field_data_unittest.cc',
68 'autofill/core/common/password_form_fill_data_unittest.cc', 68 'autofill/core/common/password_form_fill_data_unittest.cc',
69 'autofill/core/common/save_password_progress_logger_unittest.cc', 69 'autofill/core/common/save_password_progress_logger_unittest.cc',
70 'bookmarks/browser/bookmark_codec_unittest.cc', 70 'bookmarks/browser/bookmark_codec_unittest.cc',
71 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc', 71 'bookmarks/browser/bookmark_expanded_state_tracker_unittest.cc',
72 'bookmarks/browser/bookmark_index_unittest.cc', 72 'bookmarks/browser/bookmark_index_unittest.cc',
73 'bookmarks/browser/bookmark_model_unittest.cc', 73 'bookmarks/browser/bookmark_model_unittest.cc',
74 'bookmarks/browser/bookmark_utils_unittest.cc', 74 'bookmarks/browser/bookmark_utils_unittest.cc',
75 'browser_watcher/watcher_client_win_unittest.cc',
76 'browser_watcher/watcher_metrics_provider_win_unittest.cc',
77 'browser_watcher/watcher_win_unittest.cc',
75 'crash/app/crash_keys_win_unittest.cc', 78 'crash/app/crash_keys_win_unittest.cc',
76 'captive_portal/captive_portal_detector_unittest.cc', 79 'captive_portal/captive_portal_detector_unittest.cc',
77 'cloud_devices/common/cloud_devices_urls_unittest.cc', 80 'cloud_devices/common/cloud_devices_urls_unittest.cc',
78 'cloud_devices/common/printer_description_unittest.cc', 81 'cloud_devices/common/printer_description_unittest.cc',
79 'component_updater/test/component_patcher_unittest.cc', 82 'component_updater/test/component_patcher_unittest.cc',
80 'component_updater/test/component_updater_ping_manager_unittest.cc', 83 'component_updater/test/component_updater_ping_manager_unittest.cc',
81 'component_updater/test/crx_downloader_unittest.cc', 84 'component_updater/test/crx_downloader_unittest.cc',
82 'component_updater/test/request_sender_unittest.cc', 85 'component_updater/test/request_sender_unittest.cc',
83 'component_updater/test/update_checker_unittest.cc', 86 'component_updater/test/update_checker_unittest.cc',
84 'component_updater/test/update_response_unittest.cc', 87 'component_updater/test/update_response_unittest.cc',
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'components.gyp:autofill_core_common', 294 'components.gyp:autofill_core_common',
292 'components.gyp:autofill_core_test_support', 295 'components.gyp:autofill_core_test_support',
293 'components_strings.gyp:components_strings', 296 'components_strings.gyp:components_strings',
294 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber', 297 '../third_party/libphonenumber/libphonenumber.gyp:libphonenumber',
295 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util', 298 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util',
296 299
297 # Dependencies of bookmarks 300 # Dependencies of bookmarks
298 'components.gyp:bookmarks_browser', 301 'components.gyp:bookmarks_browser',
299 'components.gyp:bookmarks_test_support', 302 'components.gyp:bookmarks_test_support',
300 303
304 # Dependencies of browser_watcher
305 'components.gyp:browser_watcher_lib',
306 'components.gyp:browser_watcher_client',
307
301 # Dependencies of captive_portal 308 # Dependencies of captive_portal
302 'components.gyp:captive_portal_test_support', 309 'components.gyp:captive_portal_test_support',
303 '../net/net.gyp:net_test_support', 310 '../net/net.gyp:net_test_support',
304 311
305 # Dependencies of cloud_devices 312 # Dependencies of cloud_devices
306 'components.gyp:cloud_devices_common', 313 'components.gyp:cloud_devices_common',
307 314
308 # Dependencies of component_updater 315 # Dependencies of component_updater
309 'components.gyp:component_updater', 316 'components.gyp:component_updater',
310 'components.gyp:component_updater_test_support', 317 'components.gyp:component_updater_test_support',
(...skipping 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
976 'dependencies': [ 983 'dependencies': [
977 '../base/allocator/allocator.gyp:allocator', 984 '../base/allocator/allocator.gyp:allocator',
978 ], 985 ],
979 }], 986 }],
980 ], 987 ],
981 }, 988 },
982 ], 989 ],
983 }], 990 }],
984 ], 991 ],
985 } 992 }
OLDNEW
« components/browser_watcher/watcher_win.h ('K') | « components/components.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698