| 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 468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 479 "exclusive_access/fullscreen_controller_state_test.cc", | 479 "exclusive_access/fullscreen_controller_state_test.cc", |
| 480 "exclusive_access/fullscreen_controller_state_test.h", | 480 "exclusive_access/fullscreen_controller_state_test.h", |
| 481 "exclusive_access/fullscreen_controller_state_tests.h", | 481 "exclusive_access/fullscreen_controller_state_tests.h", |
| 482 "exclusive_access/fullscreen_controller_test.cc", | 482 "exclusive_access/fullscreen_controller_test.cc", |
| 483 "exclusive_access/fullscreen_controller_test.h", | 483 "exclusive_access/fullscreen_controller_test.h", |
| 484 "find_bar/find_bar_host_unittest_util.h", | 484 "find_bar/find_bar_host_unittest_util.h", |
| 485 "login/login_prompt_test_utils.cc", | 485 "login/login_prompt_test_utils.cc", |
| 486 "login/login_prompt_test_utils.h", | 486 "login/login_prompt_test_utils.h", |
| 487 "passwords/manage_passwords_ui_controller_mock.cc", | 487 "passwords/manage_passwords_ui_controller_mock.cc", |
| 488 "passwords/manage_passwords_ui_controller_mock.h", | 488 "passwords/manage_passwords_ui_controller_mock.h", |
| 489 "pdf/pdf_browsertest_base.cc", | |
| 490 "pdf/pdf_browsertest_base.h", | |
| 491 "test/test_confirm_bubble_model.cc", | 489 "test/test_confirm_bubble_model.cc", |
| 492 "test/test_confirm_bubble_model.h", | 490 "test/test_confirm_bubble_model.h", |
| 493 "toolbar/test_toolbar_action_view_controller.cc", | 491 "toolbar/test_toolbar_action_view_controller.cc", |
| 494 "toolbar/test_toolbar_action_view_controller.h", | 492 "toolbar/test_toolbar_action_view_controller.h", |
| 495 "website_settings/mock_permission_bubble_request.cc", | 493 "website_settings/mock_permission_bubble_request.cc", |
| 496 "website_settings/mock_permission_bubble_request.h", | 494 "website_settings/mock_permission_bubble_request.h", |
| 497 ] | 495 ] |
| 498 | 496 |
| 499 if (toolkit_views) { | 497 if (toolkit_views) { |
| 500 sources += [ "views/find_bar_host_unittest_util_views.cc" ] | 498 sources += [ "views/find_bar_host_unittest_util_views.cc" ] |
| (...skipping 10 matching lines...) Expand all Loading... |
| 511 "//chrome/browser", | 509 "//chrome/browser", |
| 512 "//content/public/browser", | 510 "//content/public/browser", |
| 513 "//content/public/common", | 511 "//content/public/common", |
| 514 "//content/test:test_support", | 512 "//content/test:test_support", |
| 515 "//net:test_support", | 513 "//net:test_support", |
| 516 "//skia", | 514 "//skia", |
| 517 "//testing/gtest", | 515 "//testing/gtest", |
| 518 "//ui/base", | 516 "//ui/base", |
| 519 ] | 517 ] |
| 520 } | 518 } |
| OLD | NEW |