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

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

Issue 2733823003: Move final vector icons out of ui/gfx/vector_icons/ and remove the (Closed)
Patch Set: fix deps 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
« no previous file with comments | « chrome/browser/chromeos/options/network_config_view.cc ('k') | chrome/browser/extensions/DEPS » ('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/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 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
918 "//ui/accessibility:ax_gen", 918 "//ui/accessibility:ax_gen",
919 "//ui/base", 919 "//ui/base",
920 "//ui/base/ime", 920 "//ui/base/ime",
921 "//ui/display/manager", 921 "//ui/display/manager",
922 "//ui/gfx", 922 "//ui/gfx",
923 "//ui/gfx/geometry", 923 "//ui/gfx/geometry",
924 "//ui/native_theme", 924 "//ui/native_theme",
925 "//ui/resources", 925 "//ui/resources",
926 "//ui/shell_dialogs", 926 "//ui/shell_dialogs",
927 "//ui/strings", 927 "//ui/strings",
928 "//ui/vector_icons",
928 "//url", 929 "//url",
929 ] 930 ]
930 931
931 if (enable_media_router) { 932 if (enable_media_router) {
932 deps += [ "//chrome/browser/media/router" ] 933 deps += [ "//chrome/browser/media/router" ]
933 } 934 }
934 935
935 if (!is_chromeos) { 936 if (!is_chromeos) {
936 sources += [ "chrome_kiosk_delegate.cc" ] 937 sources += [ "chrome_kiosk_delegate.cc" ]
937 } 938 }
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after
1184 "api/braille_display_private/brlapi_connection.cc", 1185 "api/braille_display_private/brlapi_connection.cc",
1185 "api/braille_display_private/brlapi_connection.h", 1186 "api/braille_display_private/brlapi_connection.h",
1186 "api/braille_display_private/brlapi_keycode_map.cc", 1187 "api/braille_display_private/brlapi_keycode_map.cc",
1187 "api/braille_display_private/brlapi_keycode_map.h", 1188 "api/braille_display_private/brlapi_keycode_map.h",
1188 ] 1189 ]
1189 deps += [ "//build/linux/libbrlapi" ] 1190 deps += [ "//build/linux/libbrlapi" ]
1190 } else { 1191 } else {
1191 sources += [ "api/braille_display_private/braille_controller_stub.cc" ] 1192 sources += [ "api/braille_display_private/braille_controller_stub.cc" ]
1192 } 1193 }
1193 } 1194 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/options/network_config_view.cc ('k') | chrome/browser/extensions/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698