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

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

Issue 2190653003: [Md Feedback] Add initial data population for dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Changes per afakhry@'s comments (Rebase). Created 4 years, 3 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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//build/split_static_library.gni") 8 import("//build/split_static_library.gni")
9 import("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 "webui/md_downloads/downloads_list_tracker.cc", 907 "webui/md_downloads/downloads_list_tracker.cc",
908 "webui/md_downloads/downloads_list_tracker.h", 908 "webui/md_downloads/downloads_list_tracker.h",
909 "webui/md_downloads/md_downloads_dom_handler.cc", 909 "webui/md_downloads/md_downloads_dom_handler.cc",
910 "webui/md_downloads/md_downloads_dom_handler.h", 910 "webui/md_downloads/md_downloads_dom_handler.h",
911 "webui/md_downloads/md_downloads_ui.cc", 911 "webui/md_downloads/md_downloads_ui.cc",
912 "webui/md_downloads/md_downloads_ui.h", 912 "webui/md_downloads/md_downloads_ui.h",
913 "webui/md_feedback/md_feedback_dialog_controller.cc", 913 "webui/md_feedback/md_feedback_dialog_controller.cc",
914 "webui/md_feedback/md_feedback_dialog_controller.h", 914 "webui/md_feedback/md_feedback_dialog_controller.h",
915 "webui/md_feedback/md_feedback_ui.cc", 915 "webui/md_feedback/md_feedback_ui.cc",
916 "webui/md_feedback/md_feedback_ui.h", 916 "webui/md_feedback/md_feedback_ui.h",
917 "webui/md_feedback/md_feedback_webui_message_handler.cc",
918 "webui/md_feedback/md_feedback_webui_message_handler.h",
917 "webui/md_history_ui.cc", 919 "webui/md_history_ui.cc",
918 "webui/md_history_ui.h", 920 "webui/md_history_ui.h",
919 "webui/ntp/app_launcher_handler.cc", 921 "webui/ntp/app_launcher_handler.cc",
920 "webui/ntp/app_launcher_handler.h", 922 "webui/ntp/app_launcher_handler.h",
921 "webui/ntp/app_resource_cache_factory.cc", 923 "webui/ntp/app_resource_cache_factory.cc",
922 "webui/ntp/app_resource_cache_factory.h", 924 "webui/ntp/app_resource_cache_factory.h",
923 "webui/ntp/core_app_launcher_handler.cc", 925 "webui/ntp/core_app_launcher_handler.cc",
924 "webui/ntp/core_app_launcher_handler.h", 926 "webui/ntp/core_app_launcher_handler.h",
925 "webui/ntp/favicon_webui_handler.cc", 927 "webui/ntp/favicon_webui_handler.cc",
926 "webui/ntp/favicon_webui_handler.h", 928 "webui/ntp/favicon_webui_handler.h",
(...skipping 2439 matching lines...) Expand 10 before | Expand all | Expand 10 after
3366 "passwords/passwords_model_delegate_mock.cc", 3368 "passwords/passwords_model_delegate_mock.cc",
3367 "passwords/passwords_model_delegate_mock.h", 3369 "passwords/passwords_model_delegate_mock.h",
3368 ] 3370 ]
3369 deps += [ "//chrome/test:test_support_ui" ] 3371 deps += [ "//chrome/test:test_support_ui" ]
3370 } 3372 }
3371 3373
3372 if (enable_extensions) { 3374 if (enable_extensions) {
3373 deps += [ "//extensions/browser" ] 3375 deps += [ "//extensions/browser" ]
3374 } 3376 }
3375 } 3377 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_feedback/feedback_container.js ('k') | chrome/browser/ui/webui/md_feedback/md_feedback_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698