OLD | NEW |
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/crypto.gni") | 5 import("//build/config/crypto.gni") |
6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
8 import("//chrome/common/features.gni") | 8 import("//chrome/common/features.gni") |
9 | 9 |
10 gypi_values = exec_script("//build/gypi_to_gn.py", | 10 gypi_values = exec_script("//build/gypi_to_gn.py", |
(...skipping 633 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
644 ] | 644 ] |
645 } | 645 } |
646 | 646 |
647 if (is_android) { | 647 if (is_android) { |
648 sources -= [ | 648 sources -= [ |
649 "exclusive_access/fullscreen_controller_state_test.cc", | 649 "exclusive_access/fullscreen_controller_state_test.cc", |
650 "exclusive_access/fullscreen_controller_state_test.h", | 650 "exclusive_access/fullscreen_controller_state_test.h", |
651 "exclusive_access/fullscreen_controller_state_tests.h", | 651 "exclusive_access/fullscreen_controller_state_tests.h", |
652 "exclusive_access/fullscreen_controller_test.cc", | 652 "exclusive_access/fullscreen_controller_test.cc", |
653 "exclusive_access/fullscreen_controller_test.h", | 653 "exclusive_access/fullscreen_controller_test.h", |
654 "passwords/manage_passwords_ui_controller_mock.cc", | |
655 "passwords/manage_passwords_ui_controller_mock.h", | |
656 "test/test_confirm_bubble_model.cc", | 654 "test/test_confirm_bubble_model.cc", |
657 "test/test_confirm_bubble_model.h", | 655 "test/test_confirm_bubble_model.h", |
658 ] | 656 ] |
659 } | 657 } |
660 | 658 |
661 public_deps = [ | 659 public_deps = [ |
662 ":ui", | 660 ":ui", |
663 ] | 661 ] |
664 deps = [ | 662 deps = [ |
665 "//chrome/app/theme:theme_resources", | 663 "//chrome/app/theme:theme_resources", |
666 "//chrome/browser", | 664 "//chrome/browser", |
667 "//content/public/browser", | 665 "//content/public/browser", |
668 "//content/public/common", | 666 "//content/public/common", |
669 "//content/test:test_support", | 667 "//content/test:test_support", |
670 "//net:test_support", | 668 "//net:test_support", |
671 "//skia", | 669 "//skia", |
672 "//testing/gtest", | 670 "//testing/gtest", |
673 "//ui/base", | 671 "//ui/base", |
674 ] | 672 ] |
675 } | 673 } |
OLD | NEW |