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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2898303004: [MD Bookmarks] Add toasts. (Closed)
Patch Set: fix nits Created 3 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
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 import("//build/config/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1053 matching lines...) Expand 10 before | Expand all | Expand 10 after
1064 "webui/options/startup_pages_handler.cc", 1064 "webui/options/startup_pages_handler.cc",
1065 "webui/options/startup_pages_handler.h", 1065 "webui/options/startup_pages_handler.h",
1066 "webui/options/supervised_user_create_confirm_handler.cc", 1066 "webui/options/supervised_user_create_confirm_handler.cc",
1067 "webui/options/supervised_user_create_confirm_handler.h", 1067 "webui/options/supervised_user_create_confirm_handler.h",
1068 "webui/options/supervised_user_import_handler.cc", 1068 "webui/options/supervised_user_import_handler.cc",
1069 "webui/options/supervised_user_import_handler.h", 1069 "webui/options/supervised_user_import_handler.h",
1070 "webui/options/supervised_user_learn_more_handler.cc", 1070 "webui/options/supervised_user_learn_more_handler.cc",
1071 "webui/options/supervised_user_learn_more_handler.h", 1071 "webui/options/supervised_user_learn_more_handler.h",
1072 "webui/options/sync_setup_handler.cc", 1072 "webui/options/sync_setup_handler.cc",
1073 "webui/options/sync_setup_handler.h", 1073 "webui/options/sync_setup_handler.h",
1074 "webui/plural_string_handler.cc",
1075 "webui/plural_string_handler.h",
1074 "webui/policy_indicator_localized_strings_provider.cc", 1076 "webui/policy_indicator_localized_strings_provider.cc",
1075 "webui/policy_indicator_localized_strings_provider.h", 1077 "webui/policy_indicator_localized_strings_provider.h",
1076 "webui/profile_helper.cc", 1078 "webui/profile_helper.cc",
1077 "webui/profile_helper.h", 1079 "webui/profile_helper.h",
1078 "webui/profile_info_watcher.cc", 1080 "webui/profile_info_watcher.cc",
1079 "webui/profile_info_watcher.h", 1081 "webui/profile_info_watcher.h",
1080 "webui/set_as_default_browser_ui_win.cc", 1082 "webui/set_as_default_browser_ui_win.cc",
1081 "webui/set_as_default_browser_ui_win.h", 1083 "webui/set_as_default_browser_ui_win.h",
1082 "webui/settings/about_handler.cc", 1084 "webui/settings/about_handler.cc",
1083 "webui/settings/about_handler.h", 1085 "webui/settings/about_handler.h",
(...skipping 2519 matching lines...) Expand 10 before | Expand all | Expand 10 after
3603 deps += [ 3605 deps += [
3604 "//chrome/test:test_support_ui", 3606 "//chrome/test:test_support_ui",
3605 "//components/zoom", 3607 "//components/zoom",
3606 ] 3608 ]
3607 } 3609 }
3608 3610
3609 if (enable_extensions) { 3611 if (enable_extensions) {
3610 deps += [ "//extensions/browser" ] 3612 deps += [ "//extensions/browser" ]
3611 } 3613 }
3612 } 3614 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/toolbar.js ('k') | chrome/browser/ui/webui/md_bookmarks/md_bookmarks_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698