| 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 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1516 "views/location_bar/location_bar_bubble_delegate_view.h", | 1516 "views/location_bar/location_bar_bubble_delegate_view.h", |
| 1517 "views/login_handler_views.cc", | 1517 "views/login_handler_views.cc", |
| 1518 "views/login_view.cc", | 1518 "views/login_view.cc", |
| 1519 "views/login_view.h", | 1519 "views/login_view.h", |
| 1520 "views/new_back_shortcut_bubble.cc", | 1520 "views/new_back_shortcut_bubble.cc", |
| 1521 "views/new_back_shortcut_bubble.h", | 1521 "views/new_back_shortcut_bubble.h", |
| 1522 "views/subtle_notification_view.cc", | 1522 "views/subtle_notification_view.cc", |
| 1523 "views/subtle_notification_view.h", | 1523 "views/subtle_notification_view.h", |
| 1524 "views/sync/bubble_sync_promo_view.cc", | 1524 "views/sync/bubble_sync_promo_view.cc", |
| 1525 "views/sync/bubble_sync_promo_view.h", | 1525 "views/sync/bubble_sync_promo_view.h", |
| 1526 "views/sync/profile_signin_confirmation_dialog_views.cc", |
| 1527 "views/sync/profile_signin_confirmation_dialog_views.h", |
| 1526 "views/task_manager_view.cc", | 1528 "views/task_manager_view.cc", |
| 1527 "views/task_manager_view.h", | 1529 "views/task_manager_view.h", |
| 1528 "views/update_recommended_message_box.cc", | 1530 "views/update_recommended_message_box.cc", |
| 1529 "views/update_recommended_message_box.h", | 1531 "views/update_recommended_message_box.h", |
| 1530 "views/website_settings/chosen_object_row.cc", | 1532 "views/website_settings/chosen_object_row.cc", |
| 1531 "views/website_settings/chosen_object_row.h", | 1533 "views/website_settings/chosen_object_row.h", |
| 1532 "views/website_settings/chosen_object_row_observer.h", | 1534 "views/website_settings/chosen_object_row_observer.h", |
| 1533 "views/website_settings/non_accessible_image_view.cc", | 1535 "views/website_settings/non_accessible_image_view.cc", |
| 1534 "views/website_settings/non_accessible_image_view.h", | 1536 "views/website_settings/non_accessible_image_view.h", |
| 1535 "views/website_settings/permission_prompt_impl.cc", | 1537 "views/website_settings/permission_prompt_impl.cc", |
| (...skipping 29 matching lines...) Expand all Loading... |
| 1565 "views/frame/opaque_browser_frame_view_layout_delegate.h", | 1567 "views/frame/opaque_browser_frame_view_layout_delegate.h", |
| 1566 "views/frame/opaque_browser_frame_view_linux.cc", | 1568 "views/frame/opaque_browser_frame_view_linux.cc", |
| 1567 "views/frame/opaque_browser_frame_view_linux.h", | 1569 "views/frame/opaque_browser_frame_view_linux.h", |
| 1568 "views/frame/opaque_browser_frame_view_platform_specific.cc", | 1570 "views/frame/opaque_browser_frame_view_platform_specific.cc", |
| 1569 "views/frame/opaque_browser_frame_view_platform_specific.h", | 1571 "views/frame/opaque_browser_frame_view_platform_specific.h", |
| 1570 "views/profiles/profile_chooser_view.cc", | 1572 "views/profiles/profile_chooser_view.cc", |
| 1571 "views/profiles/profile_chooser_view.h", | 1573 "views/profiles/profile_chooser_view.h", |
| 1572 "views/screen_capture_notification_ui_views.cc", | 1574 "views/screen_capture_notification_ui_views.cc", |
| 1573 "views/sync/one_click_signin_dialog_view.cc", | 1575 "views/sync/one_click_signin_dialog_view.cc", |
| 1574 "views/sync/one_click_signin_dialog_view.h", | 1576 "views/sync/one_click_signin_dialog_view.h", |
| 1575 "views/sync/profile_signin_confirmation_dialog_views.cc", | |
| 1576 "views/sync/profile_signin_confirmation_dialog_views.h", | |
| 1577 ] | 1577 ] |
| 1578 } | 1578 } |
| 1579 | 1579 |
| 1580 # These files do Gtk+-based theming, but Gtk+ is not available on | 1580 # These files do Gtk+-based theming, but Gtk+ is not available on |
| 1581 # Ozone builds, or on common environments where Ozone will be used. | 1581 # Ozone builds, or on common environments where Ozone will be used. |
| 1582 # | 1582 # |
| 1583 # TODO(tonikitoo): It seems sensible to make it possible to opt-in | 1583 # TODO(tonikitoo): It seems sensible to make it possible to opt-in |
| 1584 # the use of these files in case Gtk is available with its Wayland. | 1584 # the use of these files in case Gtk is available with its Wayland. |
| 1585 if (use_aura && !use_ozone && is_desktop_linux) { | 1585 if (use_aura && !use_ozone && is_desktop_linux) { |
| 1586 sources += [ | 1586 sources += [ |
| (...skipping 1929 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3516 "test/test_confirm_bubble_model.cc", | 3516 "test/test_confirm_bubble_model.cc", |
| 3517 "test/test_confirm_bubble_model.h", | 3517 "test/test_confirm_bubble_model.h", |
| 3518 ] | 3518 ] |
| 3519 deps += [ "//chrome/test:test_support_ui" ] | 3519 deps += [ "//chrome/test:test_support_ui" ] |
| 3520 } | 3520 } |
| 3521 | 3521 |
| 3522 if (enable_extensions) { | 3522 if (enable_extensions) { |
| 3523 deps += [ "//extensions/browser" ] | 3523 deps += [ "//extensions/browser" ] |
| 3524 } | 3524 } |
| 3525 } | 3525 } |
| OLD | NEW |