| 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 1492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1503 "views/location_bar/location_bar_bubble_delegate_view.h", | 1503 "views/location_bar/location_bar_bubble_delegate_view.h", |
| 1504 "views/login_handler_views.cc", | 1504 "views/login_handler_views.cc", |
| 1505 "views/login_view.cc", | 1505 "views/login_view.cc", |
| 1506 "views/login_view.h", | 1506 "views/login_view.h", |
| 1507 "views/new_back_shortcut_bubble.cc", | 1507 "views/new_back_shortcut_bubble.cc", |
| 1508 "views/new_back_shortcut_bubble.h", | 1508 "views/new_back_shortcut_bubble.h", |
| 1509 "views/subtle_notification_view.cc", | 1509 "views/subtle_notification_view.cc", |
| 1510 "views/subtle_notification_view.h", | 1510 "views/subtle_notification_view.h", |
| 1511 "views/sync/bubble_sync_promo_view.cc", | 1511 "views/sync/bubble_sync_promo_view.cc", |
| 1512 "views/sync/bubble_sync_promo_view.h", | 1512 "views/sync/bubble_sync_promo_view.h", |
| 1513 "views/sync/profile_signin_confirmation_dialog_views.cc", |
| 1514 "views/sync/profile_signin_confirmation_dialog_views.h", |
| 1513 "views/task_manager_view.cc", | 1515 "views/task_manager_view.cc", |
| 1514 "views/task_manager_view.h", | 1516 "views/task_manager_view.h", |
| 1515 "views/update_recommended_message_box.cc", | 1517 "views/update_recommended_message_box.cc", |
| 1516 "views/update_recommended_message_box.h", | 1518 "views/update_recommended_message_box.h", |
| 1517 "views/website_settings/chosen_object_row.cc", | 1519 "views/website_settings/chosen_object_row.cc", |
| 1518 "views/website_settings/chosen_object_row.h", | 1520 "views/website_settings/chosen_object_row.h", |
| 1519 "views/website_settings/chosen_object_row_observer.h", | 1521 "views/website_settings/chosen_object_row_observer.h", |
| 1520 "views/website_settings/non_accessible_image_view.cc", | 1522 "views/website_settings/non_accessible_image_view.cc", |
| 1521 "views/website_settings/non_accessible_image_view.h", | 1523 "views/website_settings/non_accessible_image_view.h", |
| 1522 "views/website_settings/permission_prompt_impl.cc", | 1524 "views/website_settings/permission_prompt_impl.cc", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 1552 "views/frame/opaque_browser_frame_view_layout_delegate.h", | 1554 "views/frame/opaque_browser_frame_view_layout_delegate.h", |
| 1553 "views/frame/opaque_browser_frame_view_linux.cc", | 1555 "views/frame/opaque_browser_frame_view_linux.cc", |
| 1554 "views/frame/opaque_browser_frame_view_linux.h", | 1556 "views/frame/opaque_browser_frame_view_linux.h", |
| 1555 "views/frame/opaque_browser_frame_view_platform_specific.cc", | 1557 "views/frame/opaque_browser_frame_view_platform_specific.cc", |
| 1556 "views/frame/opaque_browser_frame_view_platform_specific.h", | 1558 "views/frame/opaque_browser_frame_view_platform_specific.h", |
| 1557 "views/profiles/profile_chooser_view.cc", | 1559 "views/profiles/profile_chooser_view.cc", |
| 1558 "views/profiles/profile_chooser_view.h", | 1560 "views/profiles/profile_chooser_view.h", |
| 1559 "views/screen_capture_notification_ui_views.cc", | 1561 "views/screen_capture_notification_ui_views.cc", |
| 1560 "views/sync/one_click_signin_dialog_view.cc", | 1562 "views/sync/one_click_signin_dialog_view.cc", |
| 1561 "views/sync/one_click_signin_dialog_view.h", | 1563 "views/sync/one_click_signin_dialog_view.h", |
| 1562 "views/sync/profile_signin_confirmation_dialog_views.cc", | |
| 1563 "views/sync/profile_signin_confirmation_dialog_views.h", | |
| 1564 ] | 1564 ] |
| 1565 } | 1565 } |
| 1566 | 1566 |
| 1567 # These files do Gtk+-based theming, but Gtk+ is not available on | 1567 # These files do Gtk+-based theming, but Gtk+ is not available on |
| 1568 # Ozone builds, or on common environments where Ozone will be used. | 1568 # Ozone builds, or on common environments where Ozone will be used. |
| 1569 # | 1569 # |
| 1570 # TODO(tonikitoo): It seems sensible to make it possible to opt-in | 1570 # TODO(tonikitoo): It seems sensible to make it possible to opt-in |
| 1571 # the use of these files in case Gtk is available with its Wayland. | 1571 # the use of these files in case Gtk is available with its Wayland. |
| 1572 if (use_aura && !use_ozone && is_desktop_linux) { | 1572 if (use_aura && !use_ozone && is_desktop_linux) { |
| 1573 sources += [ | 1573 sources += [ |
| (...skipping 1929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3503 "test/test_confirm_bubble_model.cc", | 3503 "test/test_confirm_bubble_model.cc", |
| 3504 "test/test_confirm_bubble_model.h", | 3504 "test/test_confirm_bubble_model.h", |
| 3505 ] | 3505 ] |
| 3506 deps += [ "//chrome/test:test_support_ui" ] | 3506 deps += [ "//chrome/test:test_support_ui" ] |
| 3507 } | 3507 } |
| 3508 | 3508 |
| 3509 if (enable_extensions) { | 3509 if (enable_extensions) { |
| 3510 deps += [ "//extensions/browser" ] | 3510 deps += [ "//extensions/browser" ] |
| 3511 } | 3511 } |
| 3512 } | 3512 } |
| OLD | NEW |