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 2243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2254 'browser/ui/views/first_run_bubble.cc', | 2254 'browser/ui/views/first_run_bubble.cc', |
2255 'browser/ui/views/first_run_bubble.h', | 2255 'browser/ui/views/first_run_bubble.h', |
2256 'browser/ui/views/frame/browser_command_handler_linux.cc', | 2256 'browser/ui/views/frame/browser_command_handler_linux.cc', |
2257 'browser/ui/views/frame/browser_command_handler_linux.h', | 2257 'browser/ui/views/frame/browser_command_handler_linux.h', |
2258 'browser/ui/views/frame/browser_frame.cc', | 2258 'browser/ui/views/frame/browser_frame.cc', |
2259 'browser/ui/views/frame/browser_frame.h', | 2259 'browser/ui/views/frame/browser_frame.h', |
2260 'browser/ui/views/frame/browser_non_client_frame_view.cc', | 2260 'browser/ui/views/frame/browser_non_client_frame_view.cc', |
2261 'browser/ui/views/frame/browser_non_client_frame_view.h', | 2261 'browser/ui/views/frame/browser_non_client_frame_view.h', |
2262 'browser/ui/views/frame/browser_root_view.cc', | 2262 'browser/ui/views/frame/browser_root_view.cc', |
2263 'browser/ui/views/frame/browser_root_view.h', | 2263 'browser/ui/views/frame/browser_root_view.h', |
2264 'browser/ui/views/frame/browser_shutdown.cc', | |
2265 'browser/ui/views/frame/browser_shutdown.h', | |
2266 'browser/ui/views/frame/browser_view.cc', | 2264 'browser/ui/views/frame/browser_view.cc', |
2267 'browser/ui/views/frame/browser_view.h', | 2265 'browser/ui/views/frame/browser_view.h', |
2268 'browser/ui/views/frame/browser_view_layout.cc', | 2266 'browser/ui/views/frame/browser_view_layout.cc', |
2269 'browser/ui/views/frame/browser_view_layout.h', | 2267 'browser/ui/views/frame/browser_view_layout.h', |
2270 'browser/ui/views/frame/browser_view_layout_delegate.h', | 2268 'browser/ui/views/frame/browser_view_layout_delegate.h', |
2271 'browser/ui/views/frame/browser_window_factory.cc', | 2269 'browser/ui/views/frame/browser_window_factory.cc', |
2272 'browser/ui/views/frame/browser_window_property_manager_win.cc', | 2270 'browser/ui/views/frame/browser_window_property_manager_win.cc', |
2273 'browser/ui/views/frame/browser_window_property_manager_win.h', | 2271 'browser/ui/views/frame/browser_window_property_manager_win.h', |
2274 'browser/ui/views/frame/contents_layout_manager.cc', | 2272 'browser/ui/views/frame/contents_layout_manager.cc', |
2275 'browser/ui/views/frame/contents_layout_manager.h', | 2273 'browser/ui/views/frame/contents_layout_manager.h', |
(...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3326 ], | 3324 ], |
3327 'sources': [ | 3325 'sources': [ |
3328 '<@(chrome_browser_ui_non_mobile_sources)', | 3326 '<@(chrome_browser_ui_non_mobile_sources)', |
3329 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3327 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3330 ], | 3328 ], |
3331 }], | 3329 }], |
3332 ], | 3330 ], |
3333 }, | 3331 }, |
3334 ], | 3332 ], |
3335 } | 3333 } |
OLD | NEW |