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 2328 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2339 ], | 2339 ], |
2340 # MacViews sources that we still want to keep behind a compile-time flag. | 2340 # MacViews sources that we still want to keep behind a compile-time flag. |
2341 # TODO(jackhou): Move items to chrome_browser_ui_views_sources when they | 2341 # TODO(jackhou): Move items to chrome_browser_ui_views_sources when they |
2342 # migrate from mac_views_browser to a chrome://flag. | 2342 # migrate from mac_views_browser to a chrome://flag. |
2343 'chrome_browser_ui_views_mac_experimental_sources': [ | 2343 'chrome_browser_ui_views_mac_experimental_sources': [ |
2344 'browser/ui/views/apps/app_window_native_widget_mac.h', | 2344 'browser/ui/views/apps/app_window_native_widget_mac.h', |
2345 'browser/ui/views/apps/app_window_native_widget_mac.mm', | 2345 'browser/ui/views/apps/app_window_native_widget_mac.mm', |
2346 'browser/ui/views/apps/chrome_app_window_client_views_mac.mm', | 2346 'browser/ui/views/apps/chrome_app_window_client_views_mac.mm', |
2347 'browser/ui/views/apps/chrome_native_app_window_views_mac.h', | 2347 'browser/ui/views/apps/chrome_native_app_window_views_mac.h', |
2348 'browser/ui/views/apps/chrome_native_app_window_views_mac.mm', | 2348 'browser/ui/views/apps/chrome_native_app_window_views_mac.mm', |
| 2349 'browser/ui/views/apps/native_frame_view_mac.h', |
| 2350 'browser/ui/views/apps/native_frame_view_mac.mm', |
2349 'browser/ui/views/apps/native_widget_mac_frameless_nswindow.h', | 2351 'browser/ui/views/apps/native_widget_mac_frameless_nswindow.h', |
2350 'browser/ui/views/apps/native_widget_mac_frameless_nswindow.mm', | 2352 'browser/ui/views/apps/native_widget_mac_frameless_nswindow.mm', |
2351 ], | 2353 ], |
2352 # Windows-only. Assume ash/aura/views. | 2354 # Windows-only. Assume ash/aura/views. |
2353 'chrome_browser_ui_win_sources': [ | 2355 'chrome_browser_ui_win_sources': [ |
2354 'browser/ui/network_profile_bubble.cc', | 2356 'browser/ui/network_profile_bubble.cc', |
2355 'browser/ui/network_profile_bubble.h', | 2357 'browser/ui/network_profile_bubble.h', |
2356 'browser/ui/views/color_chooser_dialog.cc', | 2358 'browser/ui/views/color_chooser_dialog.cc', |
2357 'browser/ui/views/color_chooser_dialog.h', | 2359 'browser/ui/views/color_chooser_dialog.h', |
2358 'browser/ui/views/frame/browser_desktop_window_tree_host.h', | 2360 'browser/ui/views/frame/browser_desktop_window_tree_host.h', |
(...skipping 827 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3186 ], | 3188 ], |
3187 'sources': [ | 3189 'sources': [ |
3188 '<@(chrome_browser_ui_non_mobile_sources)', | 3190 '<@(chrome_browser_ui_non_mobile_sources)', |
3189 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3191 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3190 ], | 3192 ], |
3191 }], | 3193 }], |
3192 ], | 3194 ], |
3193 }, | 3195 }, |
3194 ], | 3196 ], |
3195 } | 3197 } |
OLD | NEW |