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

Side by Side Diff: ui/base/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/aura/BUILD.gn ('k') | ui/chromeos/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/compiler/compiler.gni") 5 import("//build/config/compiler/compiler.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//testing/test.gni") 8 import("//testing/test.gni")
9 9
10 if (is_android) { 10 if (is_android) {
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 "test/ios/ui_view_test_utils.h", 611 "test/ios/ui_view_test_utils.h",
612 "test/ios/ui_view_test_utils.mm", 612 "test/ios/ui_view_test_utils.mm",
613 ] 613 ]
614 } 614 }
615 615
616 public_deps = [ 616 public_deps = [
617 ":base", 617 ":base",
618 ] 618 ]
619 deps = [ 619 deps = [
620 "//base", 620 "//base",
621 "//base/test:test_config",
621 "//skia", 622 "//skia",
622 "//testing/gtest", 623 "//testing/gtest",
623 "//ui/events:events_base", 624 "//ui/events:events_base",
625 "//ui/events:test_support",
624 "//ui/gfx", 626 "//ui/gfx",
625 "//ui/gfx/geometry", 627 "//ui/gfx/geometry",
626 ] 628 ]
627 629
628 if (build_ime) { 630 if (build_ime) {
629 sources += [ 631 sources += [
630 "ime/dummy_input_method.cc", 632 "ime/dummy_input_method.cc",
631 "ime/dummy_input_method.h", 633 "ime/dummy_input_method.h",
632 "ime/dummy_text_input_client.cc", 634 "ime/dummy_text_input_client.cc",
633 "ime/dummy_text_input_client.h", 635 "ime/dummy_text_input_client.h",
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 } 893 }
892 if (is_mac) { 894 if (is_mac) {
893 data += [ "$root_out_dir/ui_unittests Framework.framework/" ] 895 data += [ "$root_out_dir/ui_unittests Framework.framework/" ]
894 896
895 if (is_asan && symbol_level == 0) { 897 if (is_asan && symbol_level == 0) {
896 data += [ "$root_out_dir/ui_base_unittests.dSYM/" ] 898 data += [ "$root_out_dir/ui_base_unittests.dSYM/" ]
897 } 899 }
898 } 900 }
899 } 901 }
900 # TODO(GYP) Mac (ui_base_tests_bundle) 902 # TODO(GYP) Mac (ui_base_tests_bundle)
OLDNEW
« no previous file with comments | « ui/aura/BUILD.gn ('k') | ui/chromeos/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698