| 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 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1071 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h', | 1071 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h', |
| 1072 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm', | 1072 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm', |
| 1073 'browser/ui/cocoa/location_bar/location_bar_decoration.h', | 1073 'browser/ui/cocoa/location_bar/location_bar_decoration.h', |
| 1074 'browser/ui/cocoa/location_bar/location_bar_decoration.mm', | 1074 'browser/ui/cocoa/location_bar/location_bar_decoration.mm', |
| 1075 'browser/ui/cocoa/location_bar/location_bar_view_mac.h', | 1075 'browser/ui/cocoa/location_bar/location_bar_view_mac.h', |
| 1076 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm', | 1076 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm', |
| 1077 'browser/ui/cocoa/location_bar/location_icon_decoration.h', | 1077 'browser/ui/cocoa/location_bar/location_icon_decoration.h', |
| 1078 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', | 1078 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', |
| 1079 'browser/ui/cocoa/location_bar/manage_passwords_decoration.h', | 1079 'browser/ui/cocoa/location_bar/manage_passwords_decoration.h', |
| 1080 'browser/ui/cocoa/location_bar/manage_passwords_decoration.mm', | 1080 'browser/ui/cocoa/location_bar/manage_passwords_decoration.mm', |
| 1081 'browser/ui/cocoa/location_bar/mic_search_decoration.h', | |
| 1082 'browser/ui/cocoa/location_bar/mic_search_decoration.mm', | |
| 1083 'browser/ui/cocoa/location_bar/page_action_decoration.h', | 1081 'browser/ui/cocoa/location_bar/page_action_decoration.h', |
| 1084 'browser/ui/cocoa/location_bar/page_action_decoration.mm', | 1082 'browser/ui/cocoa/location_bar/page_action_decoration.mm', |
| 1085 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', | 1083 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', |
| 1086 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', | 1084 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', |
| 1087 'browser/ui/cocoa/location_bar/star_decoration.h', | 1085 'browser/ui/cocoa/location_bar/star_decoration.h', |
| 1088 'browser/ui/cocoa/location_bar/star_decoration.mm', | 1086 'browser/ui/cocoa/location_bar/star_decoration.mm', |
| 1089 'browser/ui/cocoa/location_bar/translate_decoration.h', | 1087 'browser/ui/cocoa/location_bar/translate_decoration.h', |
| 1090 'browser/ui/cocoa/location_bar/translate_decoration.mm', | 1088 'browser/ui/cocoa/location_bar/translate_decoration.mm', |
| 1091 'browser/ui/cocoa/location_bar/zoom_decoration.h', | 1089 'browser/ui/cocoa/location_bar/zoom_decoration.h', |
| 1092 'browser/ui/cocoa/location_bar/zoom_decoration.mm', | 1090 'browser/ui/cocoa/location_bar/zoom_decoration.mm', |
| (...skipping 2179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3272 ], | 3270 ], |
| 3273 'sources': [ | 3271 'sources': [ |
| 3274 '<@(chrome_browser_ui_non_mobile_sources)', | 3272 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3275 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3273 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3276 ], | 3274 ], |
| 3277 }], | 3275 }], |
| 3278 ], | 3276 ], |
| 3279 }, | 3277 }, |
| 3280 ], | 3278 ], |
| 3281 } | 3279 } |
| OLD | NEW |