| 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 1495 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1506       "views/location_bar/location_bar_bubble_delegate_view.h", |  1506       "views/location_bar/location_bar_bubble_delegate_view.h", | 
|  1507       "views/login_handler_views.cc", |  1507       "views/login_handler_views.cc", | 
|  1508       "views/login_view.cc", |  1508       "views/login_view.cc", | 
|  1509       "views/login_view.h", |  1509       "views/login_view.h", | 
|  1510       "views/new_back_shortcut_bubble.cc", |  1510       "views/new_back_shortcut_bubble.cc", | 
|  1511       "views/new_back_shortcut_bubble.h", |  1511       "views/new_back_shortcut_bubble.h", | 
|  1512       "views/subtle_notification_view.cc", |  1512       "views/subtle_notification_view.cc", | 
|  1513       "views/subtle_notification_view.h", |  1513       "views/subtle_notification_view.h", | 
|  1514       "views/sync/bubble_sync_promo_view.cc", |  1514       "views/sync/bubble_sync_promo_view.cc", | 
|  1515       "views/sync/bubble_sync_promo_view.h", |  1515       "views/sync/bubble_sync_promo_view.h", | 
|  1516       "views/sync/profile_signin_confirmation_dialog_views.cc", |  | 
|  1517       "views/sync/profile_signin_confirmation_dialog_views.h", |  | 
|  1518       "views/task_manager_view.cc", |  1516       "views/task_manager_view.cc", | 
|  1519       "views/task_manager_view.h", |  1517       "views/task_manager_view.h", | 
|  1520       "views/website_settings/chosen_object_row.cc", |  1518       "views/website_settings/chosen_object_row.cc", | 
|  1521       "views/website_settings/chosen_object_row.h", |  1519       "views/website_settings/chosen_object_row.h", | 
|  1522       "views/website_settings/chosen_object_row_observer.h", |  1520       "views/website_settings/chosen_object_row_observer.h", | 
|  1523       "views/website_settings/non_accessible_image_view.cc", |  1521       "views/website_settings/non_accessible_image_view.cc", | 
|  1524       "views/website_settings/non_accessible_image_view.h", |  1522       "views/website_settings/non_accessible_image_view.h", | 
|  1525       "views/website_settings/permission_prompt_impl.cc", |  1523       "views/website_settings/permission_prompt_impl.cc", | 
|  1526       "views/website_settings/permission_prompt_impl.h", |  1524       "views/website_settings/permission_prompt_impl.h", | 
|  1527       "views/website_settings/permission_selector_row.cc", |  1525       "views/website_settings/permission_selector_row.cc", | 
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1559         "views/frame/opaque_browser_frame_view_layout_delegate.h", |  1557         "views/frame/opaque_browser_frame_view_layout_delegate.h", | 
|  1560         "views/frame/opaque_browser_frame_view_linux.cc", |  1558         "views/frame/opaque_browser_frame_view_linux.cc", | 
|  1561         "views/frame/opaque_browser_frame_view_linux.h", |  1559         "views/frame/opaque_browser_frame_view_linux.h", | 
|  1562         "views/frame/opaque_browser_frame_view_platform_specific.cc", |  1560         "views/frame/opaque_browser_frame_view_platform_specific.cc", | 
|  1563         "views/frame/opaque_browser_frame_view_platform_specific.h", |  1561         "views/frame/opaque_browser_frame_view_platform_specific.h", | 
|  1564         "views/profiles/profile_chooser_view.cc", |  1562         "views/profiles/profile_chooser_view.cc", | 
|  1565         "views/profiles/profile_chooser_view.h", |  1563         "views/profiles/profile_chooser_view.h", | 
|  1566         "views/screen_capture_notification_ui_views.cc", |  1564         "views/screen_capture_notification_ui_views.cc", | 
|  1567         "views/sync/one_click_signin_dialog_view.cc", |  1565         "views/sync/one_click_signin_dialog_view.cc", | 
|  1568         "views/sync/one_click_signin_dialog_view.h", |  1566         "views/sync/one_click_signin_dialog_view.h", | 
 |  1567         "views/sync/profile_signin_confirmation_dialog_views.cc", | 
 |  1568         "views/sync/profile_signin_confirmation_dialog_views.h", | 
|  1569       ] |  1569       ] | 
|  1570     } |  1570     } | 
|  1571  |  1571  | 
|  1572     # These files do Gtk+-based theming, but Gtk+ is not available on |  1572     # These files do Gtk+-based theming, but Gtk+ is not available on | 
|  1573     # Ozone builds, or on common environments where Ozone will be used. |  1573     # Ozone builds, or on common environments where Ozone will be used. | 
|  1574     # |  1574     # | 
|  1575     # TODO(tonikitoo): It seems sensible to make it possible to opt-in |  1575     # TODO(tonikitoo): It seems sensible to make it possible to opt-in | 
|  1576     # the use of these files in case Gtk is available with its Wayland. |  1576     # the use of these files in case Gtk is available with its Wayland. | 
|  1577     if (use_aura && !use_ozone && is_desktop_linux) { |  1577     if (use_aura && !use_ozone && is_desktop_linux) { | 
|  1578       sources += [ |  1578       sources += [ | 
| (...skipping 1906 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  3485       "test/test_confirm_bubble_model.cc", |  3485       "test/test_confirm_bubble_model.cc", | 
|  3486       "test/test_confirm_bubble_model.h", |  3486       "test/test_confirm_bubble_model.h", | 
|  3487     ] |  3487     ] | 
|  3488     deps += [ "//chrome/test:test_support_ui" ] |  3488     deps += [ "//chrome/test:test_support_ui" ] | 
|  3489   } |  3489   } | 
|  3490  |  3490  | 
|  3491   if (enable_extensions) { |  3491   if (enable_extensions) { | 
|  3492     deps += [ "//extensions/browser" ] |  3492     deps += [ "//extensions/browser" ] | 
|  3493   } |  3493   } | 
|  3494 } |  3494 } | 
| OLD | NEW |