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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 163943005: Remove CloudPrintAccountManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 974 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 'browser/lifetime/application_lifetime.h', 985 'browser/lifetime/application_lifetime.h',
986 'browser/lifetime/application_lifetime_android.cc', 986 'browser/lifetime/application_lifetime_android.cc',
987 'browser/lifetime/application_lifetime_android.h', 987 'browser/lifetime/application_lifetime_android.h',
988 'browser/lifetime/application_lifetime_aura.cc', 988 'browser/lifetime/application_lifetime_aura.cc',
989 'browser/lifetime/application_lifetime_gtk.cc', 989 'browser/lifetime/application_lifetime_gtk.cc',
990 'browser/lifetime/application_lifetime_mac.mm', 990 'browser/lifetime/application_lifetime_mac.mm',
991 'browser/lifetime/application_lifetime_stub.cc', 991 'browser/lifetime/application_lifetime_stub.cc',
992 'browser/lifetime/application_lifetime_win.cc', 992 'browser/lifetime/application_lifetime_win.cc',
993 'browser/lifetime/browser_close_manager.cc', 993 'browser/lifetime/browser_close_manager.cc',
994 'browser/lifetime/browser_close_manager.h', 994 'browser/lifetime/browser_close_manager.h',
995 'browser/local_discovery/cloud_print_account_manager.cc',
996 'browser/local_discovery/cloud_print_account_manager.h',
997 'browser/local_discovery/cloud_print_base_api_flow.cc', 995 'browser/local_discovery/cloud_print_base_api_flow.cc',
998 'browser/local_discovery/cloud_print_base_api_flow.h', 996 'browser/local_discovery/cloud_print_base_api_flow.h',
999 'browser/local_discovery/cloud_print_printer_list.cc', 997 'browser/local_discovery/cloud_print_printer_list.cc',
1000 'browser/local_discovery/cloud_print_printer_list.h', 998 'browser/local_discovery/cloud_print_printer_list.h',
1001 'browser/local_discovery/device_description.cc', 999 'browser/local_discovery/device_description.cc',
1002 'browser/local_discovery/device_description.h', 1000 'browser/local_discovery/device_description.h',
1003 'browser/local_discovery/privet_confirm_api_flow.cc', 1001 'browser/local_discovery/privet_confirm_api_flow.cc',
1004 'browser/local_discovery/privet_confirm_api_flow.h', 1002 'browser/local_discovery/privet_confirm_api_flow.h',
1005 'browser/local_discovery/privet_constants.cc', 1003 'browser/local_discovery/privet_constants.cc',
1006 'browser/local_discovery/privet_constants.h', 1004 'browser/local_discovery/privet_constants.h',
(...skipping 2766 matching lines...) Expand 10 before | Expand all | Expand 10 after
3773 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3771 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3774 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3772 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3775 }, 3773 },
3776 'includes': [ '../build/android/java_cpp_template.gypi' ], 3774 'includes': [ '../build/android/java_cpp_template.gypi' ],
3777 }, 3775 },
3778 ], 3776 ],
3779 }, 3777 },
3780 ], 3778 ],
3781 ], 3779 ],
3782 } 3780 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/local_discovery/local_discovery_ui_handler.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698