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

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

Issue 2491773002: Page Info (Views): remove images from accessibility order (Closed)
Patch Set: Address latest comments. 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/website_settings/non_accessible_image_view.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/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 1478 matching lines...) Expand 10 before | Expand all | Expand 10 after
1489 "views/new_back_shortcut_bubble.h", 1489 "views/new_back_shortcut_bubble.h",
1490 "views/subtle_notification_view.cc", 1490 "views/subtle_notification_view.cc",
1491 "views/subtle_notification_view.h", 1491 "views/subtle_notification_view.h",
1492 "views/sync/bubble_sync_promo_view.cc", 1492 "views/sync/bubble_sync_promo_view.cc",
1493 "views/sync/bubble_sync_promo_view.h", 1493 "views/sync/bubble_sync_promo_view.h",
1494 "views/task_manager_view.cc", 1494 "views/task_manager_view.cc",
1495 "views/task_manager_view.h", 1495 "views/task_manager_view.h",
1496 "views/website_settings/chosen_object_row.cc", 1496 "views/website_settings/chosen_object_row.cc",
1497 "views/website_settings/chosen_object_row.h", 1497 "views/website_settings/chosen_object_row.h",
1498 "views/website_settings/chosen_object_row_observer.h", 1498 "views/website_settings/chosen_object_row_observer.h",
1499 "views/website_settings/non_accessible_image_view.cc",
1500 "views/website_settings/non_accessible_image_view.h",
1499 "views/website_settings/permission_prompt_impl.cc", 1501 "views/website_settings/permission_prompt_impl.cc",
1500 "views/website_settings/permission_prompt_impl.h", 1502 "views/website_settings/permission_prompt_impl.h",
1501 "views/website_settings/permission_selector_row.cc", 1503 "views/website_settings/permission_selector_row.cc",
1502 "views/website_settings/permission_selector_row.h", 1504 "views/website_settings/permission_selector_row.h",
1503 "views/website_settings/permission_selector_row_observer.h", 1505 "views/website_settings/permission_selector_row_observer.h",
1504 "views/website_settings/website_settings_popup_view.cc", 1506 "views/website_settings/website_settings_popup_view.cc",
1505 "views/website_settings/website_settings_popup_view.h", 1507 "views/website_settings/website_settings_popup_view.h",
1506 ] 1508 ]
1507 deps += [ 1509 deps += [
1508 "//chrome/browser/ui/views", 1510 "//chrome/browser/ui/views",
(...skipping 1933 matching lines...) Expand 10 before | Expand all | Expand 10 after
3442 "test/test_confirm_bubble_model.cc", 3444 "test/test_confirm_bubble_model.cc",
3443 "test/test_confirm_bubble_model.h", 3445 "test/test_confirm_bubble_model.h",
3444 ] 3446 ]
3445 deps += [ "//chrome/test:test_support_ui" ] 3447 deps += [ "//chrome/test:test_support_ui" ]
3446 } 3448 }
3447 3449
3448 if (enable_extensions) { 3450 if (enable_extensions) {
3449 deps += [ "//extensions/browser" ] 3451 deps += [ "//extensions/browser" ]
3450 } 3452 }
3451 } 3453 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/website_settings/non_accessible_image_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698