| 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 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1428 'browser/ui/content_settings/content_setting_image_model.cc', | 1428 'browser/ui/content_settings/content_setting_image_model.cc', |
| 1429 'browser/ui/content_settings/content_setting_image_model.h', | 1429 'browser/ui/content_settings/content_setting_image_model.h', |
| 1430 'browser/ui/content_settings/content_setting_media_menu_model.cc', | 1430 'browser/ui/content_settings/content_setting_media_menu_model.cc', |
| 1431 'browser/ui/content_settings/content_setting_media_menu_model.h', | 1431 'browser/ui/content_settings/content_setting_media_menu_model.h', |
| 1432 'browser/ui/elide_url.cc', | 1432 'browser/ui/elide_url.cc', |
| 1433 'browser/ui/elide_url.h', | 1433 'browser/ui/elide_url.h', |
| 1434 'browser/ui/exclusive_access/exclusive_access_bubble.cc', | 1434 'browser/ui/exclusive_access/exclusive_access_bubble.cc', |
| 1435 'browser/ui/exclusive_access/exclusive_access_bubble.h', | 1435 'browser/ui/exclusive_access/exclusive_access_bubble.h', |
| 1436 'browser/ui/exclusive_access/exclusive_access_bubble_type.cc', | 1436 'browser/ui/exclusive_access/exclusive_access_bubble_type.cc', |
| 1437 'browser/ui/exclusive_access/exclusive_access_bubble_type.h', | 1437 'browser/ui/exclusive_access/exclusive_access_bubble_type.h', |
| 1438 'browser/ui/exclusive_access/exclusive_access_controller_base.cc', |
| 1439 'browser/ui/exclusive_access/exclusive_access_controller_base.h', |
| 1440 'browser/ui/exclusive_access/exclusive_access_manager.cc', |
| 1441 'browser/ui/exclusive_access/exclusive_access_manager.h', |
| 1438 'browser/ui/exclusive_access/fullscreen_controller.cc', | 1442 'browser/ui/exclusive_access/fullscreen_controller.cc', |
| 1439 'browser/ui/exclusive_access/fullscreen_controller.h', | 1443 'browser/ui/exclusive_access/fullscreen_controller.h', |
| 1440 'browser/ui/exclusive_access/fullscreen_within_tab_helper.cc', | 1444 'browser/ui/exclusive_access/fullscreen_within_tab_helper.cc', |
| 1441 'browser/ui/exclusive_access/fullscreen_within_tab_helper.h', | 1445 'browser/ui/exclusive_access/fullscreen_within_tab_helper.h', |
| 1446 'browser/ui/exclusive_access/mouse_lock_controller.cc', |
| 1447 'browser/ui/exclusive_access/mouse_lock_controller.h', |
| 1442 'browser/ui/fast_unload_controller.cc', | 1448 'browser/ui/fast_unload_controller.cc', |
| 1443 'browser/ui/fast_unload_controller.h', | 1449 'browser/ui/fast_unload_controller.h', |
| 1444 'browser/ui/find_bar/find_bar_controller.cc', | 1450 'browser/ui/find_bar/find_bar_controller.cc', |
| 1445 'browser/ui/find_bar/find_bar_controller.h', | 1451 'browser/ui/find_bar/find_bar_controller.h', |
| 1446 'browser/ui/infobar_container_delegate.cc', | 1452 'browser/ui/infobar_container_delegate.cc', |
| 1447 'browser/ui/infobar_container_delegate.h', | 1453 'browser/ui/infobar_container_delegate.h', |
| 1448 'browser/ui/location_bar/location_bar.cc', | 1454 'browser/ui/location_bar/location_bar.cc', |
| 1449 'browser/ui/location_bar/location_bar.h', | 1455 'browser/ui/location_bar/location_bar.h', |
| 1450 'browser/ui/location_bar/location_bar_util.cc', | 1456 'browser/ui/location_bar/location_bar_util.cc', |
| 1451 'browser/ui/location_bar/location_bar_util.h', | 1457 'browser/ui/location_bar/location_bar_util.h', |
| (...skipping 1663 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3115 ], | 3121 ], |
| 3116 'sources': [ | 3122 'sources': [ |
| 3117 '<@(chrome_browser_ui_non_mobile_sources)', | 3123 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3118 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3124 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3119 ], | 3125 ], |
| 3120 }], | 3126 }], |
| 3121 ], | 3127 ], |
| 3122 }, | 3128 }, |
| 3123 ], | 3129 ], |
| 3124 } | 3130 } |
| OLD | NEW |