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

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

Issue 2028473002: Added new icons for user menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | ui/gfx/vector_icons/settings.icon » ('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/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 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
496 "vector_icons/overflow_chevron.1x.icon", 496 "vector_icons/overflow_chevron.1x.icon",
497 "vector_icons/overflow_chevron.icon", 497 "vector_icons/overflow_chevron.icon",
498 "vector_icons/paintbrush.icon", 498 "vector_icons/paintbrush.icon",
499 "vector_icons/pdf.1x.icon", 499 "vector_icons/pdf.1x.icon",
500 "vector_icons/pdf.icon", 500 "vector_icons/pdf.icon",
501 "vector_icons/photo_camera.icon", 501 "vector_icons/photo_camera.icon",
502 "vector_icons/protocol_handler.icon", 502 "vector_icons/protocol_handler.icon",
503 "vector_icons/remove_box.icon", 503 "vector_icons/remove_box.icon",
504 "vector_icons/remove_circle.icon", 504 "vector_icons/remove_circle.icon",
505 "vector_icons/sad_tab.icon", 505 "vector_icons/sad_tab.icon",
506 "vector_icons/settings.icon",
506 "vector_icons/smartphone.icon", 507 "vector_icons/smartphone.icon",
507 "vector_icons/submenu_arrow.1x.icon", 508 "vector_icons/submenu_arrow.1x.icon",
508 "vector_icons/submenu_arrow.icon", 509 "vector_icons/submenu_arrow.icon",
509 "vector_icons/supervisor_account.icon", 510 "vector_icons/supervisor_account.icon",
511 "vector_icons/sync_problem.icon",
510 "vector_icons/tab.icon", 512 "vector_icons/tab.icon",
511 "vector_icons/tab_audio.1x.icon", 513 "vector_icons/tab_audio.1x.icon",
512 "vector_icons/tab_audio.icon", 514 "vector_icons/tab_audio.icon",
513 "vector_icons/tab_audio_muting.1x.icon", 515 "vector_icons/tab_audio_muting.1x.icon",
514 "vector_icons/tab_audio_muting.icon", 516 "vector_icons/tab_audio_muting.icon",
515 "vector_icons/tab_bluetooth_connected.icon", 517 "vector_icons/tab_bluetooth_connected.icon",
516 "vector_icons/tab_close_hovered_pressed.1x.icon", 518 "vector_icons/tab_close_hovered_pressed.1x.icon",
517 "vector_icons/tab_close_hovered_pressed.icon", 519 "vector_icons/tab_close_hovered_pressed.icon",
518 "vector_icons/tab_close_normal.1x.icon", 520 "vector_icons/tab_close_normal.1x.icon",
519 "vector_icons/tab_close_normal.icon", 521 "vector_icons/tab_close_normal.icon",
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 if (is_android) { 817 if (is_android) {
816 generate_jni("gfx_jni_headers") { 818 generate_jni("gfx_jni_headers") {
817 sources = [ 819 sources = [
818 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 820 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
819 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 821 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
820 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 822 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
821 ] 823 ]
822 jni_package = "gfx" 824 jni_package = "gfx"
823 } 825 }
824 } 826 }
OLDNEW
« no previous file with comments | « no previous file | ui/gfx/vector_icons/settings.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698