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

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

Issue 1424743009: Switch autofill card saving bubble icon (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owners for gn Created 5 years, 1 month 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/ui/views/autofill/save_card_icon_view.cc ('k') | ui/gfx/OWNERS » ('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 421 matching lines...) Expand 10 before | Expand all | Expand 10 after
432 "vector_icons/bar_close.1x.icon", 432 "vector_icons/bar_close.1x.icon",
433 "vector_icons/bar_close.icon", 433 "vector_icons/bar_close.icon",
434 "vector_icons/blocked_badge.icon", 434 "vector_icons/blocked_badge.icon",
435 "vector_icons/browser_tools.1x.icon", 435 "vector_icons/browser_tools.1x.icon",
436 "vector_icons/browser_tools.icon", 436 "vector_icons/browser_tools.icon",
437 "vector_icons/check_circle.icon", 437 "vector_icons/check_circle.icon",
438 "vector_icons/chrome_product.icon", 438 "vector_icons/chrome_product.icon",
439 "vector_icons/code.icon", 439 "vector_icons/code.icon",
440 "vector_icons/cookie.icon", 440 "vector_icons/cookie.icon",
441 "vector_icons/crashed_tab.icon", 441 "vector_icons/crashed_tab.icon",
442 "vector_icons/credit_card.1x.icon",
443 "vector_icons/credit_card.icon",
442 "vector_icons/error_circle.icon", 444 "vector_icons/error_circle.icon",
443 "vector_icons/extension.icon", 445 "vector_icons/extension.icon",
444 "vector_icons/extension_crashed.icon", 446 "vector_icons/extension_crashed.icon",
445 "vector_icons/file_download.icon", 447 "vector_icons/file_download.icon",
446 "vector_icons/file_download_incognito.1x.icon", 448 "vector_icons/file_download_incognito.1x.icon",
447 "vector_icons/file_download_incognito.icon", 449 "vector_icons/file_download_incognito.icon",
448 "vector_icons/file_download_shelf.icon", 450 "vector_icons/file_download_shelf.icon",
449 "vector_icons/find_next.1x.icon", 451 "vector_icons/find_next.1x.icon",
450 "vector_icons/find_next.icon", 452 "vector_icons/find_next.icon",
451 "vector_icons/find_prev.1x.icon", 453 "vector_icons/find_prev.1x.icon",
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
731 if (is_android) { 733 if (is_android) {
732 generate_jni("gfx_jni_headers") { 734 generate_jni("gfx_jni_headers") {
733 sources = [ 735 sources = [
734 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 736 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
735 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 737 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
736 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 738 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
737 ] 739 ]
738 jni_package = "gfx" 740 jni_package = "gfx"
739 } 741 }
740 } 742 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/autofill/save_card_icon_view.cc ('k') | ui/gfx/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698