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

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

Issue 2718573002: Omnibox UI - Delete Unused Class (Closed)
Patch Set: 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/cocoa/location_bar/generated_credit_card_decoration.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 1739 matching lines...) Expand 10 before | Expand all | Expand 10 after
1750 "views/location_bar/background_with_1_px_border.cc", 1750 "views/location_bar/background_with_1_px_border.cc",
1751 "views/location_bar/background_with_1_px_border.h", 1751 "views/location_bar/background_with_1_px_border.h",
1752 "views/location_bar/bubble_icon_view.cc", 1752 "views/location_bar/bubble_icon_view.cc",
1753 "views/location_bar/bubble_icon_view.h", 1753 "views/location_bar/bubble_icon_view.h",
1754 "views/location_bar/content_setting_image_view.cc", 1754 "views/location_bar/content_setting_image_view.cc",
1755 "views/location_bar/content_setting_image_view.h", 1755 "views/location_bar/content_setting_image_view.h",
1756 "views/location_bar/icon_label_bubble_view.cc", 1756 "views/location_bar/icon_label_bubble_view.cc",
1757 "views/location_bar/icon_label_bubble_view.h", 1757 "views/location_bar/icon_label_bubble_view.h",
1758 "views/location_bar/keyword_hint_view.cc", 1758 "views/location_bar/keyword_hint_view.cc",
1759 "views/location_bar/keyword_hint_view.h", 1759 "views/location_bar/keyword_hint_view.h",
1760 "views/location_bar/location_bar_decoration_view.cc",
1761 "views/location_bar/location_bar_decoration_view.h",
1762 "views/location_bar/location_bar_layout.cc", 1760 "views/location_bar/location_bar_layout.cc",
1763 "views/location_bar/location_bar_layout.h", 1761 "views/location_bar/location_bar_layout.h",
1764 "views/location_bar/location_bar_view.cc", 1762 "views/location_bar/location_bar_view.cc",
1765 "views/location_bar/location_bar_view.h", 1763 "views/location_bar/location_bar_view.h",
1766 "views/location_bar/location_icon_view.cc", 1764 "views/location_bar/location_icon_view.cc",
1767 "views/location_bar/location_icon_view.h", 1765 "views/location_bar/location_icon_view.h",
1768 "views/location_bar/page_action_image_view.cc", 1766 "views/location_bar/page_action_image_view.cc",
1769 "views/location_bar/page_action_image_view.h", 1767 "views/location_bar/page_action_image_view.h",
1770 "views/location_bar/page_action_with_badge_view.cc", 1768 "views/location_bar/page_action_with_badge_view.cc",
1771 "views/location_bar/page_action_with_badge_view.h", 1769 "views/location_bar/page_action_with_badge_view.h",
(...skipping 1749 matching lines...) Expand 10 before | Expand all | Expand 10 after
3521 "test/test_confirm_bubble_model.cc", 3519 "test/test_confirm_bubble_model.cc",
3522 "test/test_confirm_bubble_model.h", 3520 "test/test_confirm_bubble_model.h",
3523 ] 3521 ]
3524 deps += [ "//chrome/test:test_support_ui" ] 3522 deps += [ "//chrome/test:test_support_ui" ]
3525 } 3523 }
3526 3524
3527 if (enable_extensions) { 3525 if (enable_extensions) {
3528 deps += [ "//extensions/browser" ] 3526 deps += [ "//extensions/browser" ]
3529 } 3527 }
3530 } 3528 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/location_bar/generated_credit_card_decoration.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698