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

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

Issue 2902103002: MD Bookmarks: Disable 'Open in Incognito Window' when Incognito is disabled (Closed)
Patch Set: Review comment 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 932 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 "webui/help/version_updater_mac.h", 943 "webui/help/version_updater_mac.h",
944 "webui/help/version_updater_mac.mm", 944 "webui/help/version_updater_mac.mm",
945 "webui/help/version_updater_win.cc", 945 "webui/help/version_updater_win.cc",
946 "webui/help/version_updater_win.h", 946 "webui/help/version_updater_win.h",
947 "webui/history_login_handler.cc", 947 "webui/history_login_handler.cc",
948 "webui/history_login_handler.h", 948 "webui/history_login_handler.h",
949 "webui/identity_internals_ui.cc", 949 "webui/identity_internals_ui.cc",
950 "webui/identity_internals_ui.h", 950 "webui/identity_internals_ui.h",
951 "webui/inspect_ui.cc", 951 "webui/inspect_ui.cc",
952 "webui/inspect_ui.h", 952 "webui/inspect_ui.h",
953 "webui/md_bookmarks/bookmarks_message_handler.cc",
954 "webui/md_bookmarks/bookmarks_message_handler.h",
953 "webui/md_bookmarks/md_bookmarks_ui.cc", 955 "webui/md_bookmarks/md_bookmarks_ui.cc",
954 "webui/md_bookmarks/md_bookmarks_ui.h", 956 "webui/md_bookmarks/md_bookmarks_ui.h",
955 "webui/md_downloads/downloads_list_tracker.cc", 957 "webui/md_downloads/downloads_list_tracker.cc",
956 "webui/md_downloads/downloads_list_tracker.h", 958 "webui/md_downloads/downloads_list_tracker.h",
957 "webui/md_downloads/md_downloads_dom_handler.cc", 959 "webui/md_downloads/md_downloads_dom_handler.cc",
958 "webui/md_downloads/md_downloads_dom_handler.h", 960 "webui/md_downloads/md_downloads_dom_handler.h",
959 "webui/md_downloads/md_downloads_ui.cc", 961 "webui/md_downloads/md_downloads_ui.cc",
960 "webui/md_downloads/md_downloads_ui.h", 962 "webui/md_downloads/md_downloads_ui.h",
961 "webui/md_feedback/md_feedback_dialog_controller.cc", 963 "webui/md_feedback/md_feedback_dialog_controller.cc",
962 "webui/md_feedback/md_feedback_dialog_controller.h", 964 "webui/md_feedback/md_feedback_dialog_controller.h",
(...skipping 2642 matching lines...) Expand 10 before | Expand all | Expand 10 after
3605 deps += [ 3607 deps += [
3606 "//chrome/test:test_support_ui", 3608 "//chrome/test:test_support_ui",
3607 "//components/zoom", 3609 "//components/zoom",
3608 ] 3610 ]
3609 } 3611 }
3610 3612
3611 if (enable_extensions) { 3613 if (enable_extensions) {
3612 deps += [ "//extensions/browser" ] 3614 deps += [ "//extensions/browser" ]
3613 } 3615 }
3614 } 3616 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/util.js ('k') | chrome/browser/ui/webui/md_bookmarks/bookmarks_message_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698