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

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

Issue 1492823003: fix most gn check issues in //ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-check-blink-source
Patch Set: Created 5 years 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 | « ui/events/BUILD.gn ('k') | ui/gl/BUILD.gn » ('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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 "vector_icons/warning.icon", 535 "vector_icons/warning.icon",
536 "vector_icons/warning_badge.icon", 536 "vector_icons/warning_badge.icon",
537 "vector_icons/web.icon", 537 "vector_icons/web.icon",
538 "vector_icons/zoom_minus.icon", 538 "vector_icons/zoom_minus.icon",
539 "vector_icons/zoom_plus.icon", 539 "vector_icons/zoom_plus.icon",
540 ] 540 ]
541 outputs = [ 541 outputs = [
542 vector_icons_cc_file, 542 vector_icons_cc_file,
543 vector_icons_h_file, 543 vector_icons_h_file,
544 ] 544 ]
545 public_deps = [
546 "//skia",
547 ]
545 548
546 args = [ 549 args = [
547 "--working_directory=" + rebase_path("vector_icons/"), 550 "--working_directory=" + rebase_path("vector_icons/"),
548 "--output_cc=" + rebase_path(vector_icons_cc_file, root_build_dir), 551 "--output_cc=" + rebase_path(vector_icons_cc_file, root_build_dir),
549 "--output_h=" + rebase_path(vector_icons_h_file, root_build_dir), 552 "--output_h=" + rebase_path(vector_icons_h_file, root_build_dir),
550 ] 553 ]
551 } 554 }
552 555
553 # Looking for gfx_geometry? It's //ui/gfx/geometry:geometry 556 # Looking for gfx_geometry? It's //ui/gfx/geometry:geometry
554 557
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 if (is_android) { 757 if (is_android) {
755 generate_jni("gfx_jni_headers") { 758 generate_jni("gfx_jni_headers") {
756 sources = [ 759 sources = [
757 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 760 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
758 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 761 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
759 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 762 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
760 ] 763 ]
761 jni_package = "gfx" 764 jni_package = "gfx"
762 } 765 }
763 } 766 }
OLDNEW
« no previous file with comments | « ui/events/BUILD.gn ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698