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

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: fix deps 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/views/download/download_shelf_view.cc » ('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 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after
1182 deps += [ 1182 deps += [
1183 "//apps", 1183 "//apps",
1184 "//chrome/app/vector_icons", 1184 "//chrome/app/vector_icons",
1185 "//chrome/browser/profile_resetter:profile_reset_report_proto", 1185 "//chrome/browser/profile_resetter:profile_reset_report_proto",
1186 "//chrome/common:features", 1186 "//chrome/common:features",
1187 "//components/feedback/proto", 1187 "//components/feedback/proto",
1188 "//components/proximity_auth/webui", 1188 "//components/proximity_auth/webui",
1189 "//components/web_modal", 1189 "//components/web_modal",
1190 "//device/bluetooth", 1190 "//device/bluetooth",
1191 "//mash/public/interfaces", 1191 "//mash/public/interfaces",
1192 "//ui/vector_icons",
1192 ] 1193 ]
1193 } 1194 }
1194 1195
1195 if (enable_basic_printing || enable_print_preview) { 1196 if (enable_basic_printing || enable_print_preview) {
1196 deps += [ "//printing" ] 1197 deps += [ "//printing" ]
1197 } 1198 }
1198 1199
1199 if (enable_nacl) { 1200 if (enable_nacl) {
1200 sources += [ 1201 sources += [
1201 "webui/nacl_ui.cc", 1202 "webui/nacl_ui.cc",
(...skipping 2305 matching lines...) Expand 10 before | Expand all | Expand 10 after
3507 "test/test_confirm_bubble_model.cc", 3508 "test/test_confirm_bubble_model.cc",
3508 "test/test_confirm_bubble_model.h", 3509 "test/test_confirm_bubble_model.h",
3509 ] 3510 ]
3510 deps += [ "//chrome/test:test_support_ui" ] 3511 deps += [ "//chrome/test:test_support_ui" ]
3511 } 3512 }
3512 3513
3513 if (enable_extensions) { 3514 if (enable_extensions) {
3514 deps += [ "//extensions/browser" ] 3515 deps += [ "//extensions/browser" ]
3515 } 3516 }
3516 } 3517 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/download/download_shelf_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698