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

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

Issue 2684343006: Make the account chooser and CVC dialog use the same icon with toolip for Views. (Closed)
Patch Set: comments from msw@ Created 3 years, 10 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/autofill/card_unmask_prompt_views.cc » ('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 1447 matching lines...) Expand 10 before | Expand all | Expand 10 after
1458 "views/apps/app_window_native_widget_mac.h", 1458 "views/apps/app_window_native_widget_mac.h",
1459 "views/apps/app_window_native_widget_mac.mm", 1459 "views/apps/app_window_native_widget_mac.mm",
1460 "views/apps/chrome_native_app_window_views.cc", 1460 "views/apps/chrome_native_app_window_views.cc",
1461 "views/apps/chrome_native_app_window_views.h", 1461 "views/apps/chrome_native_app_window_views.h",
1462 "views/apps/chrome_native_app_window_views_mac.h", 1462 "views/apps/chrome_native_app_window_views_mac.h",
1463 "views/apps/chrome_native_app_window_views_mac.mm", 1463 "views/apps/chrome_native_app_window_views_mac.mm",
1464 "views/apps/native_app_window_frame_view_mac.h", 1464 "views/apps/native_app_window_frame_view_mac.h",
1465 "views/apps/native_app_window_frame_view_mac.mm", 1465 "views/apps/native_app_window_frame_view_mac.mm",
1466 "views/autofill/card_unmask_prompt_views.cc", 1466 "views/autofill/card_unmask_prompt_views.cc",
1467 "views/autofill/card_unmask_prompt_views.h", 1467 "views/autofill/card_unmask_prompt_views.h",
1468 "views/autofill/info_bubble.cc",
1469 "views/autofill/info_bubble.h",
1470 "views/autofill/tooltip_icon.cc",
1471 "views/autofill/tooltip_icon.h",
1472 "views/bookmarks/bookmark_bubble_view.cc", 1468 "views/bookmarks/bookmark_bubble_view.cc",
1473 "views/bookmarks/bookmark_bubble_view.h", 1469 "views/bookmarks/bookmark_bubble_view.h",
1474 "views/bookmarks/bookmark_editor_view.cc", 1470 "views/bookmarks/bookmark_editor_view.cc",
1475 "views/bookmarks/bookmark_editor_view.h", 1471 "views/bookmarks/bookmark_editor_view.h",
1476 "views/browser_dialogs_views_mac.cc", 1472 "views/browser_dialogs_views_mac.cc",
1477 "views/chrome_browser_main_extra_parts_views.cc", 1473 "views/chrome_browser_main_extra_parts_views.cc",
1478 "views/chrome_browser_main_extra_parts_views.h", 1474 "views/chrome_browser_main_extra_parts_views.h",
1479 "views/chrome_constrained_window_views_client.cc", 1475 "views/chrome_constrained_window_views_client.cc",
1480 "views/chrome_constrained_window_views_client.h", 1476 "views/chrome_constrained_window_views_client.h",
1481 "views/chrome_views_delegate.cc", 1477 "views/chrome_views_delegate.cc",
(...skipping 2039 matching lines...) Expand 10 before | Expand all | Expand 10 after
3521 "test/test_confirm_bubble_model.cc", 3517 "test/test_confirm_bubble_model.cc",
3522 "test/test_confirm_bubble_model.h", 3518 "test/test_confirm_bubble_model.h",
3523 ] 3519 ]
3524 deps += [ "//chrome/test:test_support_ui" ] 3520 deps += [ "//chrome/test:test_support_ui" ]
3525 } 3521 }
3526 3522
3527 if (enable_extensions) { 3523 if (enable_extensions) {
3528 deps += [ "//extensions/browser" ] 3524 deps += [ "//extensions/browser" ]
3529 } 3525 }
3530 } 3526 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/autofill/card_unmask_prompt_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698