| 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 215 'browser/ui/cocoa/autofill/autofill_section_view.h', | 215 'browser/ui/cocoa/autofill/autofill_section_view.h', |
| 216 'browser/ui/cocoa/autofill/autofill_section_view.mm', | 216 'browser/ui/cocoa/autofill/autofill_section_view.mm', |
| 217 'browser/ui/cocoa/autofill/autofill_sign_in_container.h', | 217 'browser/ui/cocoa/autofill/autofill_sign_in_container.h', |
| 218 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm', | 218 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm', |
| 219 'browser/ui/cocoa/autofill/autofill_suggestion_container.h', | 219 'browser/ui/cocoa/autofill/autofill_suggestion_container.h', |
| 220 'browser/ui/cocoa/autofill/autofill_suggestion_container.mm', | 220 'browser/ui/cocoa/autofill/autofill_suggestion_container.mm', |
| 221 'browser/ui/cocoa/autofill/autofill_textfield.h', | 221 'browser/ui/cocoa/autofill/autofill_textfield.h', |
| 222 'browser/ui/cocoa/autofill/autofill_textfield.mm', | 222 'browser/ui/cocoa/autofill/autofill_textfield.mm', |
| 223 'browser/ui/cocoa/autofill/autofill_tooltip_controller.h', | 223 'browser/ui/cocoa/autofill/autofill_tooltip_controller.h', |
| 224 'browser/ui/cocoa/autofill/autofill_tooltip_controller.mm', | 224 'browser/ui/cocoa/autofill/autofill_tooltip_controller.mm', |
| 225 'browser/ui/cocoa/autofill/card_unmask_prompt_cocoa.h', |
| 226 'browser/ui/cocoa/autofill/card_unmask_prompt_cocoa.mm', |
| 225 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h', | 227 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h', |
| 226 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm', | 228 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm', |
| 227 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h', | 229 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h', |
| 228 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.mm', | 230 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.mm', |
| 229 'browser/ui/cocoa/autofill/layout_view.h', | 231 'browser/ui/cocoa/autofill/layout_view.h', |
| 230 'browser/ui/cocoa/autofill/layout_view.mm', | 232 'browser/ui/cocoa/autofill/layout_view.mm', |
| 231 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.h', | 233 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.h', |
| 232 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm', | 234 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm', |
| 233 'browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h', | 235 'browser/ui/cocoa/autofill/password_generation_popup_view_bridge.h', |
| 234 'browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm', | 236 'browser/ui/cocoa/autofill/password_generation_popup_view_bridge.mm', |
| (...skipping 2893 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3128 ], | 3130 ], |
| 3129 'sources': [ | 3131 'sources': [ |
| 3130 '<@(chrome_browser_ui_non_mobile_sources)', | 3132 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3131 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3133 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3132 ], | 3134 ], |
| 3133 }], | 3135 }], |
| 3134 ], | 3136 ], |
| 3135 }, | 3137 }, |
| 3136 ], | 3138 ], |
| 3137 } | 3139 } |
| OLD | NEW |