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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 971383002: Removing FRE UI for unicorn accounts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2568 matching lines...) Expand 10 before | Expand all | Expand 10 after
2579 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an droid.cc', 2579 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an droid.cc',
2580 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an droid.h', 2580 'browser/supervised_user/child_accounts/child_account_feedback_reporter_an droid.h',
2581 'browser/supervised_user/child_accounts/child_account_service.cc', 2581 'browser/supervised_user/child_accounts/child_account_service.cc',
2582 'browser/supervised_user/child_accounts/child_account_service.h', 2582 'browser/supervised_user/child_accounts/child_account_service.h',
2583 'browser/supervised_user/child_accounts/child_account_service_android.cc', 2583 'browser/supervised_user/child_accounts/child_account_service_android.cc',
2584 'browser/supervised_user/child_accounts/child_account_service_android.h', 2584 'browser/supervised_user/child_accounts/child_account_service_android.h',
2585 'browser/supervised_user/child_accounts/child_account_service_factory.cc', 2585 'browser/supervised_user/child_accounts/child_account_service_factory.cc',
2586 'browser/supervised_user/child_accounts/child_account_service_factory.h', 2586 'browser/supervised_user/child_accounts/child_account_service_factory.h',
2587 'browser/supervised_user/child_accounts/family_info_fetcher.cc', 2587 'browser/supervised_user/child_accounts/family_info_fetcher.cc',
2588 'browser/supervised_user/child_accounts/family_info_fetcher.h', 2588 'browser/supervised_user/child_accounts/family_info_fetcher.h',
2589 'browser/supervised_user/child_accounts/flags_fetching_observer.h',
2589 'browser/supervised_user/child_accounts/permission_request_creator_apiary. cc', 2590 'browser/supervised_user/child_accounts/permission_request_creator_apiary. cc',
2590 'browser/supervised_user/child_accounts/permission_request_creator_apiary. h', 2591 'browser/supervised_user/child_accounts/permission_request_creator_apiary. h',
2591 'browser/supervised_user/experimental/supervised_user_async_url_checker.cc ', 2592 'browser/supervised_user/experimental/supervised_user_async_url_checker.cc ',
2592 'browser/supervised_user/experimental/supervised_user_async_url_checker.h' , 2593 'browser/supervised_user/experimental/supervised_user_async_url_checker.h' ,
2593 'browser/supervised_user/experimental/supervised_user_blacklist.cc', 2594 'browser/supervised_user/experimental/supervised_user_blacklist.cc',
2594 'browser/supervised_user/experimental/supervised_user_blacklist.h', 2595 'browser/supervised_user/experimental/supervised_user_blacklist.h',
2595 'browser/supervised_user/experimental/supervised_user_blacklist_downloader .cc', 2596 'browser/supervised_user/experimental/supervised_user_blacklist_downloader .cc',
2596 'browser/supervised_user/experimental/supervised_user_blacklist_downloader .h', 2597 'browser/supervised_user/experimental/supervised_user_blacklist_downloader .h',
2597 'browser/supervised_user/legacy/custodian_profile_downloader_service.cc', 2598 'browser/supervised_user/legacy/custodian_profile_downloader_service.cc',
2598 'browser/supervised_user/legacy/custodian_profile_downloader_service.h', 2599 'browser/supervised_user/legacy/custodian_profile_downloader_service.h',
(...skipping 1105 matching lines...) Expand 10 before | Expand all | Expand 10 after
3704 'variables': { 3705 'variables': {
3705 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3706 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3706 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3707 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3707 }, 3708 },
3708 'includes': [ '../build/protoc.gypi' ] 3709 'includes': [ '../build/protoc.gypi' ]
3709 }, 3710 },
3710 ], 3711 ],
3711 },], 3712 },],
3712 ], 3713 ],
3713 } 3714 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698