| 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 | 8 |
| 9 gypi_values = exec_script("//build/gypi_to_gn.py", | 9 gypi_values = exec_script("//build/gypi_to_gn.py", |
| 10 [ rebase_path("../../chrome_browser_ui.gypi") ], | 10 [ rebase_path("../../chrome_browser_ui.gypi") ], |
| (...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 "exclusive_access/fullscreen_controller_test.h", | 503 "exclusive_access/fullscreen_controller_test.h", |
| 504 "find_bar/find_bar_host_unittest_util.h", | 504 "find_bar/find_bar_host_unittest_util.h", |
| 505 "login/login_prompt_test_utils.cc", | 505 "login/login_prompt_test_utils.cc", |
| 506 "login/login_prompt_test_utils.h", | 506 "login/login_prompt_test_utils.h", |
| 507 "passwords/manage_passwords_ui_controller_mock.cc", | 507 "passwords/manage_passwords_ui_controller_mock.cc", |
| 508 "passwords/manage_passwords_ui_controller_mock.h", | 508 "passwords/manage_passwords_ui_controller_mock.h", |
| 509 "pdf/pdf_browsertest_base.cc", | 509 "pdf/pdf_browsertest_base.cc", |
| 510 "pdf/pdf_browsertest_base.h", | 510 "pdf/pdf_browsertest_base.h", |
| 511 "test/test_confirm_bubble_model.cc", | 511 "test/test_confirm_bubble_model.cc", |
| 512 "test/test_confirm_bubble_model.h", | 512 "test/test_confirm_bubble_model.h", |
| 513 "toolbar/test_toolbar_action_view_controller.cc", |
| 514 "toolbar/test_toolbar_action_view_controller.h", |
| 513 "website_settings/mock_permission_bubble_request.cc", | 515 "website_settings/mock_permission_bubble_request.cc", |
| 514 "website_settings/mock_permission_bubble_request.h", | 516 "website_settings/mock_permission_bubble_request.h", |
| 515 ] | 517 ] |
| 516 | 518 |
| 517 if (toolkit_views) { | 519 if (toolkit_views) { |
| 518 sources += [ "views/find_bar_host_unittest_util_views.cc" ] | 520 sources += [ "views/find_bar_host_unittest_util_views.cc" ] |
| 519 } | 521 } |
| 520 | 522 |
| 521 public_deps = [ | 523 public_deps = [ |
| 522 ":ui", | 524 ":ui", |
| 523 ] | 525 ] |
| 524 deps = [ | 526 deps = [ |
| 525 "//chrome/app/theme:theme_resources", | 527 "//chrome/app/theme:theme_resources", |
| 526 "//chrome/browser", | 528 "//chrome/browser", |
| 527 "//content/public/browser", | 529 "//content/public/browser", |
| 528 "//content/public/common", | 530 "//content/public/common", |
| 529 "//content/test:test_support", | 531 "//content/test:test_support", |
| 530 "//net:test_support", | 532 "//net:test_support", |
| 531 "//skia", | 533 "//skia", |
| 532 "//testing/gtest", | 534 "//testing/gtest", |
| 533 "//ui/base", | 535 "//ui/base", |
| 534 ] | 536 ] |
| 535 } | 537 } |
| OLD | NEW |