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

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

Issue 1501823003: Add //ui/* to "gn check" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/ozone/layout/stub/stub_keyboard_layout_engine.cc ('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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 420
421 if (use_cairo) { 421 if (use_cairo) {
422 configs += [ "//build/config/linux:pangocairo" ] 422 configs += [ "//build/config/linux:pangocairo" ]
423 } 423 }
424 } 424 }
425 425
426 # GYP version: ui/gfx/gfx.gyp:aggregate_vector_icons 426 # GYP version: ui/gfx/gfx.gyp:aggregate_vector_icons
427 action("aggregate_vector_icons") { 427 action("aggregate_vector_icons") {
428 script = "vector_icons/aggregate_vector_icons.py" 428 script = "vector_icons/aggregate_vector_icons.py"
429 sources = [ 429 sources = [
430 "vector_icon_types.h",
431 "vector_icons/account_box.icon", 430 "vector_icons/account_box.icon",
432 "vector_icons/account_child_invert.icon", 431 "vector_icons/account_child_invert.icon",
433 "vector_icons/apps.icon", 432 "vector_icons/apps.icon",
434 "vector_icons/autofill.icon", 433 "vector_icons/autofill.icon",
435 "vector_icons/autologin.icon", 434 "vector_icons/autologin.icon",
436 "vector_icons/bar_close.1x.icon", 435 "vector_icons/bar_close.1x.icon",
437 "vector_icons/bar_close.icon", 436 "vector_icons/bar_close.icon",
438 "vector_icons/blocked_badge.icon", 437 "vector_icons/blocked_badge.icon",
439 "vector_icons/browser_tools.1x.icon", 438 "vector_icons/browser_tools.1x.icon",
440 "vector_icons/browser_tools.icon", 439 "vector_icons/browser_tools.icon",
(...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 if (is_android) { 753 if (is_android) {
755 generate_jni("gfx_jni_headers") { 754 generate_jni("gfx_jni_headers") {
756 sources = [ 755 sources = [
757 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java", 756 "../android/java/src/org/chromium/ui/gfx/BitmapHelper.java",
758 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java", 757 "../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java",
759 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java", 758 "../android/java/src/org/chromium/ui/gfx/ViewConfigurationHelper.java",
760 ] 759 ]
761 jni_package = "gfx" 760 jni_package = "gfx"
762 } 761 }
763 } 762 }
OLDNEW
« no previous file with comments | « ui/events/ozone/layout/stub/stub_keyboard_layout_engine.cc ('k') | ui/gl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698