| 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 1510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1521 'browser/ui/autofill/new_credit_card_bubble_controller.cc', | 1521 'browser/ui/autofill/new_credit_card_bubble_controller.cc', |
| 1522 'browser/ui/autofill/new_credit_card_bubble_controller.h', | 1522 'browser/ui/autofill/new_credit_card_bubble_controller.h', |
| 1523 'browser/ui/autofill/new_credit_card_bubble_view.cc', | 1523 'browser/ui/autofill/new_credit_card_bubble_view.cc', |
| 1524 'browser/ui/autofill/new_credit_card_bubble_view.h', | 1524 'browser/ui/autofill/new_credit_card_bubble_view.h', |
| 1525 'browser/ui/blocked_content/app_modal_dialog_helper.cc', | 1525 'browser/ui/blocked_content/app_modal_dialog_helper.cc', |
| 1526 'browser/ui/blocked_content/app_modal_dialog_helper.h', | 1526 'browser/ui/blocked_content/app_modal_dialog_helper.h', |
| 1527 'browser/ui/bluetooth/bluetooth_chooser_bubble_delegate.cc', | 1527 'browser/ui/bluetooth/bluetooth_chooser_bubble_delegate.cc', |
| 1528 'browser/ui/bluetooth/bluetooth_chooser_bubble_delegate.h', | 1528 'browser/ui/bluetooth/bluetooth_chooser_bubble_delegate.h', |
| 1529 'browser/ui/bluetooth/bluetooth_chooser_desktop.cc', | 1529 'browser/ui/bluetooth/bluetooth_chooser_desktop.cc', |
| 1530 'browser/ui/bluetooth/bluetooth_chooser_desktop.h', | 1530 'browser/ui/bluetooth/bluetooth_chooser_desktop.h', |
| 1531 'browser/ui/bluetooth/bluetooth_chooser_context.cc', |
| 1532 'browser/ui/bluetooth/bluetooth_chooser_context.h', |
| 1533 'browser/ui/bluetooth/bluetooth_chooser_context_factory.cc', |
| 1534 'browser/ui/bluetooth/bluetooth_chooser_context_factory.h', |
| 1531 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc', | 1535 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.cc', |
| 1532 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h', | 1536 'browser/ui/bookmarks/bookmark_bubble_sign_in_delegate.h', |
| 1533 'browser/ui/bookmarks/bookmark_context_menu_controller.cc', | 1537 'browser/ui/bookmarks/bookmark_context_menu_controller.cc', |
| 1534 'browser/ui/bookmarks/bookmark_context_menu_controller.h', | 1538 'browser/ui/bookmarks/bookmark_context_menu_controller.h', |
| 1535 'browser/ui/bookmarks/bookmark_drag_drop.cc', | 1539 'browser/ui/bookmarks/bookmark_drag_drop.cc', |
| 1536 'browser/ui/bookmarks/bookmark_drag_drop.h', | 1540 'browser/ui/bookmarks/bookmark_drag_drop.h', |
| 1537 'browser/ui/bookmarks/bookmark_tab_helper.cc', | 1541 'browser/ui/bookmarks/bookmark_tab_helper.cc', |
| 1538 'browser/ui/bookmarks/bookmark_tab_helper.h', | 1542 'browser/ui/bookmarks/bookmark_tab_helper.h', |
| 1539 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc', | 1543 'browser/ui/bookmarks/bookmark_tab_helper_delegate.cc', |
| 1540 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h', | 1544 'browser/ui/bookmarks/bookmark_tab_helper_delegate.h', |
| (...skipping 1790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3331 ], | 3335 ], |
| 3332 'sources': [ | 3336 'sources': [ |
| 3333 '<@(chrome_browser_ui_non_mobile_sources)', | 3337 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3334 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3338 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3335 ], | 3339 ], |
| 3336 }], | 3340 }], |
| 3337 ], | 3341 ], |
| 3338 }, | 3342 }, |
| 3339 ], | 3343 ], |
| 3340 } | 3344 } |
| OLD | NEW |