| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser_ui', | 9 'target_name': 'browser_ui', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1565 'browser/ui/views/location_bar/page_action_image_view.cc', | 1565 'browser/ui/views/location_bar/page_action_image_view.cc', |
| 1566 'browser/ui/views/location_bar/page_action_image_view.h', | 1566 'browser/ui/views/location_bar/page_action_image_view.h', |
| 1567 'browser/ui/views/location_bar/page_action_with_badge_view.cc', | 1567 'browser/ui/views/location_bar/page_action_with_badge_view.cc', |
| 1568 'browser/ui/views/location_bar/page_action_with_badge_view.h', | 1568 'browser/ui/views/location_bar/page_action_with_badge_view.h', |
| 1569 'browser/ui/views/location_bar/page_info_helper.cc', | 1569 'browser/ui/views/location_bar/page_info_helper.cc', |
| 1570 'browser/ui/views/location_bar/page_info_helper.h', | 1570 'browser/ui/views/location_bar/page_info_helper.h', |
| 1571 'browser/ui/views/location_bar/selected_keyword_view.cc', | 1571 'browser/ui/views/location_bar/selected_keyword_view.cc', |
| 1572 'browser/ui/views/location_bar/selected_keyword_view.h', | 1572 'browser/ui/views/location_bar/selected_keyword_view.h', |
| 1573 'browser/ui/views/location_bar/star_view.cc', | 1573 'browser/ui/views/location_bar/star_view.cc', |
| 1574 'browser/ui/views/location_bar/star_view.h', | 1574 'browser/ui/views/location_bar/star_view.h', |
| 1575 'browser/ui/views/location_bar/suggested_text_view.cc', | |
| 1576 'browser/ui/views/location_bar/suggested_text_view.h', | |
| 1577 'browser/ui/views/location_bar/touchable_location_bar_view.cc', | 1575 'browser/ui/views/location_bar/touchable_location_bar_view.cc', |
| 1578 'browser/ui/views/location_bar/touchable_location_bar_view.h', | 1576 'browser/ui/views/location_bar/touchable_location_bar_view.h', |
| 1579 'browser/ui/views/location_bar/zoom_bubble_view.cc', | 1577 'browser/ui/views/location_bar/zoom_bubble_view.cc', |
| 1580 'browser/ui/views/location_bar/zoom_bubble_view.h', | 1578 'browser/ui/views/location_bar/zoom_bubble_view.h', |
| 1581 'browser/ui/views/location_bar/zoom_view.cc', | 1579 'browser/ui/views/location_bar/zoom_view.cc', |
| 1582 'browser/ui/views/location_bar/zoom_view.h', | 1580 'browser/ui/views/location_bar/zoom_view.h', |
| 1583 'browser/ui/views/location_bar/web_intents_button_view.cc', | 1581 'browser/ui/views/location_bar/web_intents_button_view.cc', |
| 1584 'browser/ui/views/location_bar/web_intents_button_view.h', | 1582 'browser/ui/views/location_bar/web_intents_button_view.h', |
| 1585 'browser/ui/views/login_prompt_views.cc', | 1583 'browser/ui/views/login_prompt_views.cc', |
| 1586 'browser/ui/views/login_view.cc', | 1584 'browser/ui/views/login_view.cc', |
| (...skipping 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2714 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 2712 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
| 2715 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 2713 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
| 2716 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], | 2714 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], |
| 2717 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], | 2715 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], |
| 2718 ]} | 2716 ]} |
| 2719 ], | 2717 ], |
| 2720 ], | 2718 ], |
| 2721 }, | 2719 }, |
| 2722 ], | 2720 ], |
| 2723 } | 2721 } |
| OLD | NEW |