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

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

Issue 2711623003: Update infobars to use VectorIcon struct instead of VectorIconId. (Closed)
Patch Set: rebase Created 3 years, 9 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
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//chrome/common/features.gni") 7 import("//chrome/common/features.gni")
8 import("//extensions/features/features.gni") 8 import("//extensions/features/features.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//rlz/features/features.gni") 10 import("//rlz/features/features.gni")
(...skipping 810 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 "//content/public/browser", 821 "//content/public/browser",
822 ] 822 ]
823 deps = [ 823 deps = [
824 "//chrome:extra_resources", 824 "//chrome:extra_resources",
825 "//chrome:resources", 825 "//chrome:resources",
826 "//chrome:strings", 826 "//chrome:strings",
827 "//chrome/app:command_ids", 827 "//chrome/app:command_ids",
828 "//chrome/app/resources:platform_locale_settings", 828 "//chrome/app/resources:platform_locale_settings",
829 "//chrome/app/theme:chrome_unscaled_resources", 829 "//chrome/app/theme:chrome_unscaled_resources",
830 "//chrome/app/theme:theme_resources", 830 "//chrome/app/theme:theme_resources",
831 "//chrome/app/vector_icons",
831 "//chrome/browser/devtools", 832 "//chrome/browser/devtools",
832 "//chrome/browser/media/router", 833 "//chrome/browser/media/router",
833 "//chrome/common", 834 "//chrome/common",
834 "//chrome/common/extensions/api:api_registration", 835 "//chrome/common/extensions/api:api_registration",
835 "//chrome/common/extensions/api:extensions_features", 836 "//chrome/common/extensions/api:extensions_features",
836 "//chrome/common/safe_browsing:proto", 837 "//chrome/common/safe_browsing:proto",
837 "//components/app_modal", 838 "//components/app_modal",
838 "//components/autofill/content/browser", 839 "//components/autofill/content/browser",
839 "//components/bookmarks/browser", 840 "//components/bookmarks/browser",
840 "//components/bookmarks/managed", 841 "//components/bookmarks/managed",
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
1181 "api/braille_display_private/brlapi_connection.cc", 1182 "api/braille_display_private/brlapi_connection.cc",
1182 "api/braille_display_private/brlapi_connection.h", 1183 "api/braille_display_private/brlapi_connection.h",
1183 "api/braille_display_private/brlapi_keycode_map.cc", 1184 "api/braille_display_private/brlapi_keycode_map.cc",
1184 "api/braille_display_private/brlapi_keycode_map.h", 1185 "api/braille_display_private/brlapi_keycode_map.h",
1185 ] 1186 ]
1186 deps += [ "//build/linux/libbrlapi" ] 1187 deps += [ "//build/linux/libbrlapi" ]
1187 } else { 1188 } else {
1188 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1189 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1189 } 1190 }
1190 } 1191 }
OLDNEW
« no previous file with comments | « chrome/browser/banners/app_banner_infobar_delegate_desktop.cc ('k') | chrome/browser/extensions/extension_icon_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698