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 2333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2344 ], | 2344 ], |
2345 # MacViews sources that we still want to keep behind a compile-time flag. | 2345 # MacViews sources that we still want to keep behind a compile-time flag. |
2346 # TODO(jackhou): Move items to chrome_browser_ui_views_sources when they | 2346 # TODO(jackhou): Move items to chrome_browser_ui_views_sources when they |
2347 # migrate from mac_views_browser to a chrome://flag. | 2347 # migrate from mac_views_browser to a chrome://flag. |
2348 'chrome_browser_ui_views_mac_experimental_sources': [ | 2348 'chrome_browser_ui_views_mac_experimental_sources': [ |
2349 'browser/ui/views/apps/app_window_native_widget_mac.h', | 2349 'browser/ui/views/apps/app_window_native_widget_mac.h', |
2350 'browser/ui/views/apps/app_window_native_widget_mac.mm', | 2350 'browser/ui/views/apps/app_window_native_widget_mac.mm', |
2351 'browser/ui/views/apps/chrome_app_window_client_views_mac.mm', | 2351 'browser/ui/views/apps/chrome_app_window_client_views_mac.mm', |
2352 'browser/ui/views/apps/chrome_native_app_window_views_mac.h', | 2352 'browser/ui/views/apps/chrome_native_app_window_views_mac.h', |
2353 'browser/ui/views/apps/chrome_native_app_window_views_mac.mm', | 2353 'browser/ui/views/apps/chrome_native_app_window_views_mac.mm', |
| 2354 'browser/ui/views/apps/native_app_window_frame_view_mac.h', |
| 2355 'browser/ui/views/apps/native_app_window_frame_view_mac.mm', |
2354 ], | 2356 ], |
2355 # Windows-only. Assume ash/aura/views. | 2357 # Windows-only. Assume ash/aura/views. |
2356 'chrome_browser_ui_win_sources': [ | 2358 'chrome_browser_ui_win_sources': [ |
2357 'browser/ui/network_profile_bubble.cc', | 2359 'browser/ui/network_profile_bubble.cc', |
2358 'browser/ui/network_profile_bubble.h', | 2360 'browser/ui/network_profile_bubble.h', |
2359 'browser/ui/views/color_chooser_dialog.cc', | 2361 'browser/ui/views/color_chooser_dialog.cc', |
2360 'browser/ui/views/color_chooser_dialog.h', | 2362 'browser/ui/views/color_chooser_dialog.h', |
2361 'browser/ui/views/frame/browser_desktop_window_tree_host.h', | 2363 'browser/ui/views/frame/browser_desktop_window_tree_host.h', |
2362 'browser/ui/views/frame/browser_desktop_window_tree_host_win.cc', | 2364 'browser/ui/views/frame/browser_desktop_window_tree_host_win.cc', |
2363 'browser/ui/views/frame/browser_desktop_window_tree_host_win.h', | 2365 'browser/ui/views/frame/browser_desktop_window_tree_host_win.h', |
(...skipping 817 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3181 ], | 3183 ], |
3182 'sources': [ | 3184 'sources': [ |
3183 '<@(chrome_browser_ui_non_mobile_sources)', | 3185 '<@(chrome_browser_ui_non_mobile_sources)', |
3184 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3186 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3185 ], | 3187 ], |
3186 }], | 3188 }], |
3187 ], | 3189 ], |
3188 }, | 3190 }, |
3189 ], | 3191 ], |
3190 } | 3192 } |
OLD | NEW |