| 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 2274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2285 'browser/ui/views/find_bar_host.cc', | 2285 'browser/ui/views/find_bar_host.cc', |
| 2286 'browser/ui/views/find_bar_host.h', | 2286 'browser/ui/views/find_bar_host.h', |
| 2287 'browser/ui/views/find_bar_view.cc', | 2287 'browser/ui/views/find_bar_view.cc', |
| 2288 'browser/ui/views/find_bar_view.h', | 2288 'browser/ui/views/find_bar_view.h', |
| 2289 'browser/ui/views/first_run_bubble.cc', | 2289 'browser/ui/views/first_run_bubble.cc', |
| 2290 'browser/ui/views/first_run_bubble.h', | 2290 'browser/ui/views/first_run_bubble.h', |
| 2291 'browser/ui/views/frame/browser_command_handler_linux.cc', | 2291 'browser/ui/views/frame/browser_command_handler_linux.cc', |
| 2292 'browser/ui/views/frame/browser_command_handler_linux.h', | 2292 'browser/ui/views/frame/browser_command_handler_linux.h', |
| 2293 'browser/ui/views/frame/browser_frame.cc', | 2293 'browser/ui/views/frame/browser_frame.cc', |
| 2294 'browser/ui/views/frame/browser_frame.h', | 2294 'browser/ui/views/frame/browser_frame.h', |
| 2295 'browser/ui/views/frame/browser_frame_common_win.cc', | |
| 2296 'browser/ui/views/frame/browser_frame_common_win.h', | |
| 2297 'browser/ui/views/frame/browser_frame_mac.h', | 2295 'browser/ui/views/frame/browser_frame_mac.h', |
| 2298 'browser/ui/views/frame/browser_frame_mac.mm', | 2296 'browser/ui/views/frame/browser_frame_mac.mm', |
| 2299 'browser/ui/views/frame/browser_non_client_frame_view.cc', | 2297 'browser/ui/views/frame/browser_non_client_frame_view.cc', |
| 2300 'browser/ui/views/frame/browser_non_client_frame_view.h', | 2298 'browser/ui/views/frame/browser_non_client_frame_view.h', |
| 2301 'browser/ui/views/frame/browser_non_client_frame_view_factory_mac.mm', | 2299 'browser/ui/views/frame/browser_non_client_frame_view_factory_mac.mm', |
| 2302 'browser/ui/views/frame/browser_non_client_frame_view_factory_views.cc', | 2300 'browser/ui/views/frame/browser_non_client_frame_view_factory_views.cc', |
| 2303 'browser/ui/views/frame/browser_non_client_frame_view_mac.h', | 2301 'browser/ui/views/frame/browser_non_client_frame_view_mac.h', |
| 2304 'browser/ui/views/frame/browser_non_client_frame_view_mac.mm', | 2302 'browser/ui/views/frame/browser_non_client_frame_view_mac.mm', |
| 2305 'browser/ui/views/frame/browser_root_view.cc', | 2303 'browser/ui/views/frame/browser_root_view.cc', |
| 2306 'browser/ui/views/frame/browser_root_view.h', | 2304 'browser/ui/views/frame/browser_root_view.h', |
| (...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3380 ], | 3378 ], |
| 3381 'sources': [ | 3379 'sources': [ |
| 3382 '<@(chrome_browser_ui_non_mobile_sources)', | 3380 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3383 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3381 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3384 ], | 3382 ], |
| 3385 }], | 3383 }], |
| 3386 ], | 3384 ], |
| 3387 }, | 3385 }, |
| 3388 ], | 3386 ], |
| 3389 } | 3387 } |
| OLD | NEW |