| 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 2054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2065 'browser/ui/views/frame/browser_frame.cc', | 2065 'browser/ui/views/frame/browser_frame.cc', |
| 2066 'browser/ui/views/frame/browser_frame.h', | 2066 'browser/ui/views/frame/browser_frame.h', |
| 2067 'browser/ui/views/frame/browser_frame_common_win.cc', | 2067 'browser/ui/views/frame/browser_frame_common_win.cc', |
| 2068 'browser/ui/views/frame/browser_frame_common_win.h', | 2068 'browser/ui/views/frame/browser_frame_common_win.h', |
| 2069 'browser/ui/views/frame/browser_frame_mac.h', | 2069 'browser/ui/views/frame/browser_frame_mac.h', |
| 2070 'browser/ui/views/frame/browser_frame_mac.mm', | 2070 'browser/ui/views/frame/browser_frame_mac.mm', |
| 2071 'browser/ui/views/frame/browser_non_client_frame_view.cc', | 2071 'browser/ui/views/frame/browser_non_client_frame_view.cc', |
| 2072 'browser/ui/views/frame/browser_non_client_frame_view.h', | 2072 'browser/ui/views/frame/browser_non_client_frame_view.h', |
| 2073 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', | 2073 'browser/ui/views/frame/browser_non_client_frame_view_factory_aura.cc', |
| 2074 'browser/ui/views/frame/browser_non_client_frame_view_factory_mac.mm', | 2074 'browser/ui/views/frame/browser_non_client_frame_view_factory_mac.mm', |
| 2075 'browser/ui/views/frame/browser_non_client_frame_view_mac.h', |
| 2076 'browser/ui/views/frame/browser_non_client_frame_view_mac.mm', |
| 2075 'browser/ui/views/frame/browser_root_view.cc', | 2077 'browser/ui/views/frame/browser_root_view.cc', |
| 2076 'browser/ui/views/frame/browser_root_view.h', | 2078 'browser/ui/views/frame/browser_root_view.h', |
| 2077 'browser/ui/views/frame/browser_shutdown.cc', | 2079 'browser/ui/views/frame/browser_shutdown.cc', |
| 2078 'browser/ui/views/frame/browser_shutdown.h', | 2080 'browser/ui/views/frame/browser_shutdown.h', |
| 2079 'browser/ui/views/frame/browser_view.cc', | 2081 'browser/ui/views/frame/browser_view.cc', |
| 2080 'browser/ui/views/frame/browser_view.h', | 2082 'browser/ui/views/frame/browser_view.h', |
| 2081 'browser/ui/views/frame/browser_view_layout.cc', | 2083 'browser/ui/views/frame/browser_view_layout.cc', |
| 2082 'browser/ui/views/frame/browser_view_layout.h', | 2084 'browser/ui/views/frame/browser_view_layout.h', |
| 2083 'browser/ui/views/frame/browser_view_layout_delegate.h', | 2085 'browser/ui/views/frame/browser_view_layout_delegate.h', |
| 2084 'browser/ui/views/frame/browser_window_factory.cc', | 2086 'browser/ui/views/frame/browser_window_factory.cc', |
| (...skipping 1086 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3171 ], | 3173 ], |
| 3172 'sources': [ | 3174 'sources': [ |
| 3173 '<@(chrome_browser_ui_non_mobile_sources)', | 3175 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3174 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3176 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3175 ], | 3177 ], |
| 3176 }], | 3178 }], |
| 3177 ], | 3179 ], |
| 3178 }, | 3180 }, |
| 3179 ], | 3181 ], |
| 3180 } | 3182 } |
| OLD | NEW |