| 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 1532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1543 'browser/ui/browser_command_controller.cc', | 1543 'browser/ui/browser_command_controller.cc', |
| 1544 'browser/ui/browser_command_controller.h', | 1544 'browser/ui/browser_command_controller.h', |
| 1545 'browser/ui/browser_commands.cc', | 1545 'browser/ui/browser_commands.cc', |
| 1546 'browser/ui/browser_commands.h', | 1546 'browser/ui/browser_commands.h', |
| 1547 'browser/ui/browser_content_setting_bubble_model_delegate.cc', | 1547 'browser/ui/browser_content_setting_bubble_model_delegate.cc', |
| 1548 'browser/ui/browser_content_setting_bubble_model_delegate.h', | 1548 'browser/ui/browser_content_setting_bubble_model_delegate.h', |
| 1549 'browser/ui/browser_finder.cc', | 1549 'browser/ui/browser_finder.cc', |
| 1550 'browser/ui/browser_finder.h', | 1550 'browser/ui/browser_finder.h', |
| 1551 'browser/ui/browser_instant_controller.cc', | 1551 'browser/ui/browser_instant_controller.cc', |
| 1552 'browser/ui/browser_instant_controller.h', | 1552 'browser/ui/browser_instant_controller.h', |
| 1553 'browser/ui/browser_iterator.cc', | |
| 1554 'browser/ui/browser_iterator.h', | |
| 1555 'browser/ui/browser_list.cc', | 1553 'browser/ui/browser_list.cc', |
| 1556 'browser/ui/browser_list.h', | 1554 'browser/ui/browser_list.h', |
| 1557 'browser/ui/browser_live_tab_context.cc', | 1555 'browser/ui/browser_live_tab_context.cc', |
| 1558 'browser/ui/browser_live_tab_context.h', | 1556 'browser/ui/browser_live_tab_context.h', |
| 1559 'browser/ui/browser_navigator.cc', | 1557 'browser/ui/browser_navigator.cc', |
| 1560 'browser/ui/browser_navigator.h', | 1558 'browser/ui/browser_navigator.h', |
| 1561 'browser/ui/browser_otr_state.cc', | 1559 'browser/ui/browser_otr_state.cc', |
| 1562 'browser/ui/browser_otr_state.h', | 1560 'browser/ui/browser_otr_state.h', |
| 1563 'browser/ui/browser_tab_restorer.cc', | 1561 'browser/ui/browser_tab_restorer.cc', |
| 1564 'browser/ui/browser_tab_strip_model_delegate.cc', | 1562 'browser/ui/browser_tab_strip_model_delegate.cc', |
| (...skipping 1770 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3335 ], | 3333 ], |
| 3336 'sources': [ | 3334 'sources': [ |
| 3337 '<@(chrome_browser_ui_non_mobile_sources)', | 3335 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3338 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3336 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3339 ], | 3337 ], |
| 3340 }], | 3338 }], |
| 3341 ], | 3339 ], |
| 3342 }, | 3340 }, |
| 3343 ], | 3341 ], |
| 3344 } | 3342 } |
| OLD | NEW |