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

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

Issue 2272793007: Material Page Info (Views, 1/3): Rename {ChosenObject, PermissionSelector}View classes to {...}Row. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix rebase-induced formatting throughout permission_selector_row. 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/website_settings/chosen_object_row.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1443 matching lines...) Expand 10 before | Expand all | Expand 10 after
1454 "views/login_view.cc", 1454 "views/login_view.cc",
1455 "views/login_view.h", 1455 "views/login_view.h",
1456 "views/new_back_shortcut_bubble.cc", 1456 "views/new_back_shortcut_bubble.cc",
1457 "views/new_back_shortcut_bubble.h", 1457 "views/new_back_shortcut_bubble.h",
1458 "views/subtle_notification_view.cc", 1458 "views/subtle_notification_view.cc",
1459 "views/subtle_notification_view.h", 1459 "views/subtle_notification_view.h",
1460 "views/sync/bubble_sync_promo_view.cc", 1460 "views/sync/bubble_sync_promo_view.cc",
1461 "views/sync/bubble_sync_promo_view.h", 1461 "views/sync/bubble_sync_promo_view.h",
1462 "views/task_manager_view.cc", 1462 "views/task_manager_view.cc",
1463 "views/task_manager_view.h", 1463 "views/task_manager_view.h",
1464 "views/website_settings/chosen_object_view.cc", 1464 "views/website_settings/chosen_object_row.cc",
1465 "views/website_settings/chosen_object_view.h", 1465 "views/website_settings/chosen_object_row.h",
1466 "views/website_settings/chosen_object_row_observer.h",
1466 "views/website_settings/permission_prompt_impl.cc", 1467 "views/website_settings/permission_prompt_impl.cc",
1467 "views/website_settings/permission_prompt_impl.h", 1468 "views/website_settings/permission_prompt_impl.h",
1468 "views/website_settings/permission_selector_view.cc", 1469 "views/website_settings/permission_selector_row.cc",
1469 "views/website_settings/permission_selector_view.h", 1470 "views/website_settings/permission_selector_row.h",
1470 "views/website_settings/permission_selector_view_observer.h", 1471 "views/website_settings/permission_selector_row_observer.h",
1471 "views/website_settings/website_settings_popup_view.cc", 1472 "views/website_settings/website_settings_popup_view.cc",
1472 "views/website_settings/website_settings_popup_view.h", 1473 "views/website_settings/website_settings_popup_view.h",
1473 ] 1474 ]
1474 deps += [ 1475 deps += [
1475 "//chrome/browser/ui/views", 1476 "//chrome/browser/ui/views",
1476 "//components/constrained_window", 1477 "//components/constrained_window",
1477 "//services/ui/public/cpp/input_devices", 1478 "//services/ui/public/cpp/input_devices",
1478 ] 1479 ]
1479 allow_circular_includes_from += [ "//chrome/browser/ui/views" ] 1480 allow_circular_includes_from += [ "//chrome/browser/ui/views" ]
1480 1481
(...skipping 1880 matching lines...) Expand 10 before | Expand all | Expand 10 after
3361 "passwords/passwords_model_delegate_mock.cc", 3362 "passwords/passwords_model_delegate_mock.cc",
3362 "passwords/passwords_model_delegate_mock.h", 3363 "passwords/passwords_model_delegate_mock.h",
3363 ] 3364 ]
3364 deps += [ "//chrome/test:test_support_ui" ] 3365 deps += [ "//chrome/test:test_support_ui" ]
3365 } 3366 }
3366 3367
3367 if (enable_extensions) { 3368 if (enable_extensions) {
3368 deps += [ "//extensions/browser" ] 3369 deps += [ "//extensions/browser" ]
3369 } 3370 }
3370 } 3371 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/website_settings/chosen_object_row.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698