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

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

Issue 2667753006: Make new target for vector icon structs to replace ui/gfx/vector_icons/ (Closed)
Patch Set: git add again 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
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 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after
1175 deps += [ 1175 deps += [
1176 "//apps", 1176 "//apps",
1177 "//chrome/app/vector_icons", 1177 "//chrome/app/vector_icons",
1178 "//chrome/browser/profile_resetter:profile_reset_report_proto", 1178 "//chrome/browser/profile_resetter:profile_reset_report_proto",
1179 "//chrome/common:features", 1179 "//chrome/common:features",
1180 "//components/feedback/proto", 1180 "//components/feedback/proto",
1181 "//components/proximity_auth/webui", 1181 "//components/proximity_auth/webui",
1182 "//components/web_modal", 1182 "//components/web_modal",
1183 "//device/bluetooth", 1183 "//device/bluetooth",
1184 "//mash/public/interfaces", 1184 "//mash/public/interfaces",
1185 "//ui/vector_icons",
1185 ] 1186 ]
1186 } 1187 }
1187 1188
1188 if (enable_basic_printing || enable_print_preview) { 1189 if (enable_basic_printing || enable_print_preview) {
1189 deps += [ "//printing" ] 1190 deps += [ "//printing" ]
1190 } 1191 }
1191 1192
1192 if (enable_nacl) { 1193 if (enable_nacl) {
1193 sources += [ 1194 sources += [
1194 "webui/nacl_ui.cc", 1195 "webui/nacl_ui.cc",
(...skipping 2308 matching lines...) Expand 10 before | Expand all | Expand 10 after
3503 "test/test_confirm_bubble_model.cc", 3504 "test/test_confirm_bubble_model.cc",
3504 "test/test_confirm_bubble_model.h", 3505 "test/test_confirm_bubble_model.h",
3505 ] 3506 ]
3506 deps += [ "//chrome/test:test_support_ui" ] 3507 deps += [ "//chrome/test:test_support_ui" ]
3507 } 3508 }
3508 3509
3509 if (enable_extensions) { 3510 if (enable_extensions) {
3510 deps += [ "//extensions/browser" ] 3511 deps += [ "//extensions/browser" ]
3511 } 3512 }
3512 } 3513 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/download/download_shelf_view.cc » ('j') | ui/vector_icons/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698