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

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

Issue 2406363003: Update appearance of invalid textfields in Harmony. (Closed)
Patch Set: combine install with setcolorid Created 4 years, 2 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.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 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after
1431 "views/apps/app_window_native_widget_mac.h", 1431 "views/apps/app_window_native_widget_mac.h",
1432 "views/apps/app_window_native_widget_mac.mm", 1432 "views/apps/app_window_native_widget_mac.mm",
1433 "views/apps/chrome_native_app_window_views.cc", 1433 "views/apps/chrome_native_app_window_views.cc",
1434 "views/apps/chrome_native_app_window_views.h", 1434 "views/apps/chrome_native_app_window_views.h",
1435 "views/apps/chrome_native_app_window_views_mac.h", 1435 "views/apps/chrome_native_app_window_views_mac.h",
1436 "views/apps/chrome_native_app_window_views_mac.mm", 1436 "views/apps/chrome_native_app_window_views_mac.mm",
1437 "views/apps/native_app_window_frame_view_mac.h", 1437 "views/apps/native_app_window_frame_view_mac.h",
1438 "views/apps/native_app_window_frame_view_mac.mm", 1438 "views/apps/native_app_window_frame_view_mac.mm",
1439 "views/autofill/card_unmask_prompt_views.cc", 1439 "views/autofill/card_unmask_prompt_views.cc",
1440 "views/autofill/card_unmask_prompt_views.h", 1440 "views/autofill/card_unmask_prompt_views.h",
1441 "views/autofill/decorated_textfield.cc",
1442 "views/autofill/decorated_textfield.h",
1443 "views/autofill/info_bubble.cc", 1441 "views/autofill/info_bubble.cc",
1444 "views/autofill/info_bubble.h", 1442 "views/autofill/info_bubble.h",
1445 "views/autofill/tooltip_icon.cc", 1443 "views/autofill/tooltip_icon.cc",
1446 "views/autofill/tooltip_icon.h", 1444 "views/autofill/tooltip_icon.h",
1447 "views/bookmarks/bookmark_bubble_view.cc", 1445 "views/bookmarks/bookmark_bubble_view.cc",
1448 "views/bookmarks/bookmark_bubble_view.h", 1446 "views/bookmarks/bookmark_bubble_view.h",
1449 "views/bookmarks/bookmark_editor_view.cc", 1447 "views/bookmarks/bookmark_editor_view.cc",
1450 "views/bookmarks/bookmark_editor_view.h", 1448 "views/bookmarks/bookmark_editor_view.h",
1451 "views/browser_dialogs_views_mac.cc", 1449 "views/browser_dialogs_views_mac.cc",
1452 "views/chooser_content_view.cc", 1450 "views/chooser_content_view.cc",
(...skipping 1964 matching lines...) Expand 10 before | Expand all | Expand 10 after
3417 "test/test_confirm_bubble_model.cc", 3415 "test/test_confirm_bubble_model.cc",
3418 "test/test_confirm_bubble_model.h", 3416 "test/test_confirm_bubble_model.h",
3419 ] 3417 ]
3420 deps += [ "//chrome/test:test_support_ui" ] 3418 deps += [ "//chrome/test:test_support_ui" ]
3421 } 3419 }
3422 3420
3423 if (enable_extensions) { 3421 if (enable_extensions) {
3424 deps += [ "//extensions/browser" ] 3422 deps += [ "//extensions/browser" ]
3425 } 3423 }
3426 } 3424 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/autofill/card_unmask_prompt_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698