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

Side by Side Diff: ui/gfx/BUILD.gn

Issue 1319213004: Update bookmark bar folder icons to MD; vectorize. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix bug Created 5 years, 3 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 416 matching lines...) Expand 10 before | Expand all | Expand 10 after
427 "vector_icons/cookie.icon", 427 "vector_icons/cookie.icon",
428 "vector_icons/extension.icon", 428 "vector_icons/extension.icon",
429 "vector_icons/file_download.icon", 429 "vector_icons/file_download.icon",
430 "vector_icons/file_download_shelf.icon", 430 "vector_icons/file_download_shelf.icon",
431 "vector_icons/find_close.1x.icon", 431 "vector_icons/find_close.1x.icon",
432 "vector_icons/find_close.icon", 432 "vector_icons/find_close.icon",
433 "vector_icons/find_next.1x.icon", 433 "vector_icons/find_next.1x.icon",
434 "vector_icons/find_next.icon", 434 "vector_icons/find_next.icon",
435 "vector_icons/find_prev.1x.icon", 435 "vector_icons/find_prev.1x.icon",
436 "vector_icons/find_prev.icon", 436 "vector_icons/find_prev.icon",
437 "vector_icons/folder.icon",
438 "vector_icons/folder_managed.icon",
439 "vector_icons/folder_supervised.icon",
437 "vector_icons/fullscreen.icon", 440 "vector_icons/fullscreen.icon",
438 "vector_icons/help_outline.icon", 441 "vector_icons/help_outline.icon",
439 "vector_icons/image.icon", 442 "vector_icons/image.icon",
440 "vector_icons/laptop.icon", 443 "vector_icons/laptop.icon",
441 "vector_icons/location_on.icon", 444 "vector_icons/location_on.icon",
442 "vector_icons/midi.icon", 445 "vector_icons/midi.icon",
443 "vector_icons/mixed_content.icon", 446 "vector_icons/mixed_content.icon",
444 "vector_icons/mode_edit.icon", 447 "vector_icons/mode_edit.icon",
445 "vector_icons/my_location.icon", 448 "vector_icons/my_location.icon",
446 "vector_icons/notifications.icon", 449 "vector_icons/notifications.icon",
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 if (is_android) { 671 if (is_android) {
669 generate_jni("gfx_jni_headers") { 672 generate_jni("gfx_jni_headers") {
670 sources = [ 673 sources = [
671 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 674 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
672 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 675 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
673 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 676 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
674 ] 677 ]
675 jni_package = "gfx" 678 jni_package = "gfx"
676 } 679 }
677 } 680 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/bookmarks/bookmark_menu_delegate.cc ('k') | ui/gfx/vector_icons/folder.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698