| 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", |
| 654 "test/test_confirm_bubble_model.cc", | 656 "test/test_confirm_bubble_model.cc", |
| 655 "test/test_confirm_bubble_model.h", | 657 "test/test_confirm_bubble_model.h", |
| 656 ] | 658 ] |
| 657 } | 659 } |
| 658 | 660 |
| 659 public_deps = [ | 661 public_deps = [ |
| 660 ":ui", | 662 ":ui", |
| 661 ] | 663 ] |
| 662 deps = [ | 664 deps = [ |
| 663 "//chrome/app/theme:theme_resources", | 665 "//chrome/app/theme:theme_resources", |
| 664 "//chrome/browser", | 666 "//chrome/browser", |
| 665 "//content/public/browser", | 667 "//content/public/browser", |
| 666 "//content/public/common", | 668 "//content/public/common", |
| 667 "//content/test:test_support", | 669 "//content/test:test_support", |
| 668 "//net:test_support", | 670 "//net:test_support", |
| 669 "//skia", | 671 "//skia", |
| 670 "//testing/gtest", | 672 "//testing/gtest", |
| 671 "//ui/base", | 673 "//ui/base", |
| 672 ] | 674 ] |
| 673 } | 675 } |
| OLD | NEW |