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

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

Issue 1780443002: Cleanup: roll AutofillCCInfoBarDelegate into AutofillSaveCardInfoBarDelegateMobile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pay_mac_bubble_default
Patch Set: Make overriden methods public. Created 4 years, 9 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 428 matching lines...) Expand 10 before | Expand all | Expand 10 after
439 439
440 # GYP version: ui/gfx/gfx.gyp:aggregate_vector_icons 440 # GYP version: ui/gfx/gfx.gyp:aggregate_vector_icons
441 action("aggregate_vector_icons") { 441 action("aggregate_vector_icons") {
442 script = "vector_icons/aggregate_vector_icons.py" 442 script = "vector_icons/aggregate_vector_icons.py"
443 443
444 # TODO(estade): move all platform-specific icons into their own directories. 444 # TODO(estade): move all platform-specific icons into their own directories.
445 sources = [ 445 sources = [
446 "vector_icons/account_box.icon", 446 "vector_icons/account_box.icon",
447 "vector_icons/account_child_invert.icon", 447 "vector_icons/account_child_invert.icon",
448 "vector_icons/apps.icon", 448 "vector_icons/apps.icon",
449 "vector_icons/autofill.icon",
450 "vector_icons/autologin.icon", 449 "vector_icons/autologin.icon",
451 "vector_icons/bar_close.1x.icon", 450 "vector_icons/bar_close.1x.icon",
452 "vector_icons/bar_close.icon", 451 "vector_icons/bar_close.icon",
453 "vector_icons/blocked_badge.icon", 452 "vector_icons/blocked_badge.icon",
454 "vector_icons/browser_tools.1x.icon", 453 "vector_icons/browser_tools.1x.icon",
455 "vector_icons/browser_tools.icon", 454 "vector_icons/browser_tools.icon",
456 "vector_icons/business.icon", 455 "vector_icons/business.icon",
457 "vector_icons/check_circle.icon", 456 "vector_icons/check_circle.icon",
458 "vector_icons/chrome_product.icon", 457 "vector_icons/chrome_product.icon",
459 "vector_icons/code.icon", 458 "vector_icons/code.icon",
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 if (is_android) { 790 if (is_android) {
792 generate_jni("gfx_jni_headers") { 791 generate_jni("gfx_jni_headers") {
793 sources = [ 792 sources = [
794 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 793 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
795 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 794 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
796 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 795 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
797 ] 796 ]
798 jni_package = "gfx" 797 jni_package = "gfx"
799 } 798 }
800 } 799 }
OLDNEW
« no previous file with comments | « components/autofill/core/browser/autofill_save_card_infobar_delegate_mobile.cc ('k') | ui/gfx/vector_icons/autofill.icon » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698