| 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 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1421 ] | 1421 ] |
| 1422 } else { # Not ash. | 1422 } else { # Not ash. |
| 1423 sources += [ "views/touch_uma/touch_uma.cc" ] | 1423 sources += [ "views/touch_uma/touch_uma.cc" ] |
| 1424 } | 1424 } |
| 1425 if (toolkit_views) { | 1425 if (toolkit_views) { |
| 1426 sources += [ | 1426 sources += [ |
| 1427 "autofill/save_card_bubble_controller.h", | 1427 "autofill/save_card_bubble_controller.h", |
| 1428 "autofill/save_card_bubble_controller_impl.cc", | 1428 "autofill/save_card_bubble_controller_impl.cc", |
| 1429 "autofill/save_card_bubble_controller_impl.h", | 1429 "autofill/save_card_bubble_controller_impl.h", |
| 1430 "autofill/save_card_bubble_view.h", | 1430 "autofill/save_card_bubble_view.h", |
| 1431 "browser_dialogs_mac.cc", | |
| 1432 "views/apps/app_info_dialog/app_info_dialog_container.cc", | 1431 "views/apps/app_info_dialog/app_info_dialog_container.cc", |
| 1433 "views/apps/app_info_dialog/app_info_dialog_container.h", | 1432 "views/apps/app_info_dialog/app_info_dialog_container.h", |
| 1434 "views/apps/app_info_dialog/app_info_dialog_views.cc", | 1433 "views/apps/app_info_dialog/app_info_dialog_views.cc", |
| 1435 "views/apps/app_info_dialog/app_info_dialog_views.h", | 1434 "views/apps/app_info_dialog/app_info_dialog_views.h", |
| 1436 "views/apps/app_info_dialog/app_info_footer_panel.cc", | 1435 "views/apps/app_info_dialog/app_info_footer_panel.cc", |
| 1437 "views/apps/app_info_dialog/app_info_footer_panel.h", | 1436 "views/apps/app_info_dialog/app_info_footer_panel.h", |
| 1438 "views/apps/app_info_dialog/app_info_header_panel.cc", | 1437 "views/apps/app_info_dialog/app_info_header_panel.cc", |
| 1439 "views/apps/app_info_dialog/app_info_header_panel.h", | 1438 "views/apps/app_info_dialog/app_info_header_panel.h", |
| 1440 "views/apps/app_info_dialog/app_info_panel.cc", | 1439 "views/apps/app_info_dialog/app_info_panel.cc", |
| 1441 "views/apps/app_info_dialog/app_info_panel.h", | 1440 "views/apps/app_info_dialog/app_info_panel.h", |
| (...skipping 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3479 "test/test_confirm_bubble_model.cc", | 3478 "test/test_confirm_bubble_model.cc", |
| 3480 "test/test_confirm_bubble_model.h", | 3479 "test/test_confirm_bubble_model.h", |
| 3481 ] | 3480 ] |
| 3482 deps += [ "//chrome/test:test_support_ui" ] | 3481 deps += [ "//chrome/test:test_support_ui" ] |
| 3483 } | 3482 } |
| 3484 | 3483 |
| 3485 if (enable_extensions) { | 3484 if (enable_extensions) { |
| 3486 deps += [ "//extensions/browser" ] | 3485 deps += [ "//extensions/browser" ] |
| 3487 } | 3486 } |
| 3488 } | 3487 } |
| OLD | NEW |