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

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

Issue 2450623002: [MD Bookmarks] Add skeleton for Material Design Bookmarks (Closed)
Patch Set: rebase Created 4 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 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 899 matching lines...) Expand 10 before | Expand all | Expand 10 after
910 "webui/help/version_updater_chromeos.h", 910 "webui/help/version_updater_chromeos.h",
911 "webui/help/version_updater_mac.h", 911 "webui/help/version_updater_mac.h",
912 "webui/help/version_updater_mac.mm", 912 "webui/help/version_updater_mac.mm",
913 "webui/help/version_updater_win.cc", 913 "webui/help/version_updater_win.cc",
914 "webui/history_login_handler.cc", 914 "webui/history_login_handler.cc",
915 "webui/history_login_handler.h", 915 "webui/history_login_handler.h",
916 "webui/identity_internals_ui.cc", 916 "webui/identity_internals_ui.cc",
917 "webui/identity_internals_ui.h", 917 "webui/identity_internals_ui.h",
918 "webui/inspect_ui.cc", 918 "webui/inspect_ui.cc",
919 "webui/inspect_ui.h", 919 "webui/inspect_ui.h",
920 "webui/md_bookmarks/md_bookmarks_ui.cc",
921 "webui/md_bookmarks/md_bookmarks_ui.h",
920 "webui/md_downloads/downloads_list_tracker.cc", 922 "webui/md_downloads/downloads_list_tracker.cc",
921 "webui/md_downloads/downloads_list_tracker.h", 923 "webui/md_downloads/downloads_list_tracker.h",
922 "webui/md_downloads/md_downloads_dom_handler.cc", 924 "webui/md_downloads/md_downloads_dom_handler.cc",
923 "webui/md_downloads/md_downloads_dom_handler.h", 925 "webui/md_downloads/md_downloads_dom_handler.h",
924 "webui/md_downloads/md_downloads_ui.cc", 926 "webui/md_downloads/md_downloads_ui.cc",
925 "webui/md_downloads/md_downloads_ui.h", 927 "webui/md_downloads/md_downloads_ui.h",
926 "webui/md_feedback/md_feedback_dialog_controller.cc", 928 "webui/md_feedback/md_feedback_dialog_controller.cc",
927 "webui/md_feedback/md_feedback_dialog_controller.h", 929 "webui/md_feedback/md_feedback_dialog_controller.h",
928 "webui/md_feedback/md_feedback_ui.cc", 930 "webui/md_feedback/md_feedback_ui.cc",
929 "webui/md_feedback/md_feedback_ui.h", 931 "webui/md_feedback/md_feedback_ui.h",
(...skipping 2500 matching lines...) Expand 10 before | Expand all | Expand 10 after
3430 "test/test_confirm_bubble_model.cc", 3432 "test/test_confirm_bubble_model.cc",
3431 "test/test_confirm_bubble_model.h", 3433 "test/test_confirm_bubble_model.h",
3432 ] 3434 ]
3433 deps += [ "//chrome/test:test_support_ui" ] 3435 deps += [ "//chrome/test:test_support_ui" ]
3434 } 3436 }
3435 3437
3436 if (enable_extensions) { 3438 if (enable_extensions) {
3437 deps += [ "//extensions/browser" ] 3439 deps += [ "//extensions/browser" ]
3438 } 3440 }
3439 } 3441 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/bookmarks.html ('k') | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698