| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 # There are two sections of sources: | 7 # There are two sections of sources: |
| 8 # * "Platform"-based sources (OS, toolkit, etc.) | 8 # * "Platform"-based sources (OS, toolkit, etc.) |
| 9 # * Feature/directory-based sources (e.g., history, printing) | 9 # * Feature/directory-based sources (e.g., history, printing) |
| 10 | 10 |
| (...skipping 2312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2323 'browser/ui/views/website_settings/permission_selector_view_observer.h', | 2323 'browser/ui/views/website_settings/permission_selector_view_observer.h', |
| 2324 'browser/ui/views/website_settings/permissions_bubble_view.cc', | 2324 'browser/ui/views/website_settings/permissions_bubble_view.cc', |
| 2325 'browser/ui/views/website_settings/permissions_bubble_view.h', | 2325 'browser/ui/views/website_settings/permissions_bubble_view.h', |
| 2326 'browser/ui/views/website_settings/website_settings_popup_view.cc', | 2326 'browser/ui/views/website_settings/website_settings_popup_view.cc', |
| 2327 'browser/ui/views/website_settings/website_settings_popup_view.h', | 2327 'browser/ui/views/website_settings/website_settings_popup_view.h', |
| 2328 ], | 2328 ], |
| 2329 # MacViews sources that we still want to keep behind a compile-time flag. | 2329 # MacViews sources that we still want to keep behind a compile-time flag. |
| 2330 # TODO(jackhou): Move items to chrome_browser_ui_views_sources when they | 2330 # TODO(jackhou): Move items to chrome_browser_ui_views_sources when they |
| 2331 # migrate from mac_views_browser to a chrome://flag. | 2331 # migrate from mac_views_browser to a chrome://flag. |
| 2332 'chrome_browser_ui_views_mac_experimental_sources': [ | 2332 'chrome_browser_ui_views_mac_experimental_sources': [ |
| 2333 'browser/ui/views/apps/app_window_native_widget_mac.h', |
| 2334 'browser/ui/views/apps/app_window_native_widget_mac.mm', |
| 2333 'browser/ui/views/apps/chrome_app_window_client_views_mac.mm', | 2335 'browser/ui/views/apps/chrome_app_window_client_views_mac.mm', |
| 2334 'browser/ui/views/apps/chrome_native_app_window_views_mac.h', | 2336 'browser/ui/views/apps/chrome_native_app_window_views_mac.h', |
| 2335 'browser/ui/views/apps/chrome_native_app_window_views_mac.mm', | 2337 'browser/ui/views/apps/chrome_native_app_window_views_mac.mm', |
| 2336 ], | 2338 ], |
| 2337 # Windows-only. Assume ash/aura/views. | 2339 # Windows-only. Assume ash/aura/views. |
| 2338 'chrome_browser_ui_win_sources': [ | 2340 'chrome_browser_ui_win_sources': [ |
| 2339 'browser/ui/network_profile_bubble.cc', | 2341 'browser/ui/network_profile_bubble.cc', |
| 2340 'browser/ui/network_profile_bubble.h', | 2342 'browser/ui/network_profile_bubble.h', |
| 2341 'browser/ui/views/color_chooser_dialog.cc', | 2343 'browser/ui/views/color_chooser_dialog.cc', |
| 2342 'browser/ui/views/color_chooser_dialog.h', | 2344 'browser/ui/views/color_chooser_dialog.h', |
| (...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3172 ], | 3174 ], |
| 3173 'sources': [ | 3175 'sources': [ |
| 3174 '<@(chrome_browser_ui_non_mobile_sources)', | 3176 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3175 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3177 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3176 ], | 3178 ], |
| 3177 }], | 3179 }], |
| 3178 ], | 3180 ], |
| 3179 }, | 3181 }, |
| 3180 ], | 3182 ], |
| 3181 } | 3183 } |
| OLD | NEW |