| 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 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1063 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h', | 1063 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h', |
| 1064 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm', | 1064 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm', |
| 1065 'browser/ui/cocoa/location_bar/location_bar_decoration.h', | 1065 'browser/ui/cocoa/location_bar/location_bar_decoration.h', |
| 1066 'browser/ui/cocoa/location_bar/location_bar_decoration.mm', | 1066 'browser/ui/cocoa/location_bar/location_bar_decoration.mm', |
| 1067 'browser/ui/cocoa/location_bar/location_bar_view_mac.h', | 1067 'browser/ui/cocoa/location_bar/location_bar_view_mac.h', |
| 1068 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm', | 1068 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm', |
| 1069 'browser/ui/cocoa/location_bar/location_icon_decoration.h', | 1069 'browser/ui/cocoa/location_bar/location_icon_decoration.h', |
| 1070 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', | 1070 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', |
| 1071 'browser/ui/cocoa/location_bar/manage_passwords_decoration.h', | 1071 'browser/ui/cocoa/location_bar/manage_passwords_decoration.h', |
| 1072 'browser/ui/cocoa/location_bar/manage_passwords_decoration.mm', | 1072 'browser/ui/cocoa/location_bar/manage_passwords_decoration.mm', |
| 1073 'browser/ui/cocoa/location_bar/mic_search_decoration.h', |
| 1074 'browser/ui/cocoa/location_bar/mic_search_decoration.mm', |
| 1073 'browser/ui/cocoa/location_bar/page_action_decoration.h', | 1075 'browser/ui/cocoa/location_bar/page_action_decoration.h', |
| 1074 'browser/ui/cocoa/location_bar/page_action_decoration.mm', | 1076 'browser/ui/cocoa/location_bar/page_action_decoration.mm', |
| 1075 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', | 1077 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', |
| 1076 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', | 1078 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', |
| 1077 'browser/ui/cocoa/location_bar/star_decoration.h', | 1079 'browser/ui/cocoa/location_bar/star_decoration.h', |
| 1078 'browser/ui/cocoa/location_bar/star_decoration.mm', | 1080 'browser/ui/cocoa/location_bar/star_decoration.mm', |
| 1079 'browser/ui/cocoa/location_bar/translate_decoration.h', | 1081 'browser/ui/cocoa/location_bar/translate_decoration.h', |
| 1080 'browser/ui/cocoa/location_bar/translate_decoration.mm', | 1082 'browser/ui/cocoa/location_bar/translate_decoration.mm', |
| 1081 'browser/ui/cocoa/location_bar/zoom_decoration.h', | 1083 'browser/ui/cocoa/location_bar/zoom_decoration.h', |
| 1082 'browser/ui/cocoa/location_bar/zoom_decoration.mm', | 1084 'browser/ui/cocoa/location_bar/zoom_decoration.mm', |
| (...skipping 2177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3260 ], | 3262 ], |
| 3261 'sources': [ | 3263 'sources': [ |
| 3262 '<@(chrome_browser_ui_non_mobile_sources)', | 3264 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3263 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3265 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3264 ], | 3266 ], |
| 3265 }], | 3267 }], |
| 3266 ], | 3268 ], |
| 3267 }, | 3269 }, |
| 3268 ], | 3270 ], |
| 3269 } | 3271 } |
| OLD | NEW |