| 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/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 1524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1535 "views/passwords/auto_signin_first_run_dialog_view.cc", | 1535 "views/passwords/auto_signin_first_run_dialog_view.cc", |
| 1536 "views/passwords/auto_signin_first_run_dialog_view.h", | 1536 "views/passwords/auto_signin_first_run_dialog_view.h", |
| 1537 "views/passwords/credentials_item_view.cc", | 1537 "views/passwords/credentials_item_view.cc", |
| 1538 "views/passwords/credentials_item_view.h", | 1538 "views/passwords/credentials_item_view.h", |
| 1539 "views/passwords/credentials_selection_view.cc", | 1539 "views/passwords/credentials_selection_view.cc", |
| 1540 "views/passwords/credentials_selection_view.h", | 1540 "views/passwords/credentials_selection_view.h", |
| 1541 "views/passwords/manage_password_items_view.cc", | 1541 "views/passwords/manage_password_items_view.cc", |
| 1542 "views/passwords/manage_password_items_view.h", | 1542 "views/passwords/manage_password_items_view.h", |
| 1543 "views/passwords/manage_passwords_bubble_view.cc", | 1543 "views/passwords/manage_passwords_bubble_view.cc", |
| 1544 "views/passwords/manage_passwords_bubble_view.h", | 1544 "views/passwords/manage_passwords_bubble_view.h", |
| 1545 "views/payments/contact_info_editor_view_controller.cc", |
| 1546 "views/payments/contact_info_editor_view_controller.h", |
| 1545 "views/payments/credit_card_editor_view_controller.cc", | 1547 "views/payments/credit_card_editor_view_controller.cc", |
| 1546 "views/payments/credit_card_editor_view_controller.h", | 1548 "views/payments/credit_card_editor_view_controller.h", |
| 1547 "views/payments/cvc_unmask_view_controller.cc", | 1549 "views/payments/cvc_unmask_view_controller.cc", |
| 1548 "views/payments/cvc_unmask_view_controller.h", | 1550 "views/payments/cvc_unmask_view_controller.h", |
| 1549 "views/payments/editor_view_controller.cc", | 1551 "views/payments/editor_view_controller.cc", |
| 1550 "views/payments/editor_view_controller.h", | 1552 "views/payments/editor_view_controller.h", |
| 1551 "views/payments/error_message_view_controller.cc", | 1553 "views/payments/error_message_view_controller.cc", |
| 1552 "views/payments/error_message_view_controller.h", | 1554 "views/payments/error_message_view_controller.h", |
| 1553 "views/payments/order_summary_view_controller.cc", | 1555 "views/payments/order_summary_view_controller.cc", |
| 1554 "views/payments/order_summary_view_controller.h", | 1556 "views/payments/order_summary_view_controller.h", |
| (...skipping 2017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3572 "test/test_confirm_bubble_model.cc", | 3574 "test/test_confirm_bubble_model.cc", |
| 3573 "test/test_confirm_bubble_model.h", | 3575 "test/test_confirm_bubble_model.h", |
| 3574 ] | 3576 ] |
| 3575 deps += [ "//chrome/test:test_support_ui" ] | 3577 deps += [ "//chrome/test:test_support_ui" ] |
| 3576 } | 3578 } |
| 3577 | 3579 |
| 3578 if (enable_extensions) { | 3580 if (enable_extensions) { |
| 3579 deps += [ "//extensions/browser" ] | 3581 deps += [ "//extensions/browser" ] |
| 3580 } | 3582 } |
| 3581 } | 3583 } |
| OLD | NEW |