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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser_ui', | 8 'target_name': 'browser_ui', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 1592 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1603 'browser/ui/sync/browser_synced_window_delegate.h', | 1603 'browser/ui/sync/browser_synced_window_delegate.h', |
1604 'browser/ui/sync/browser_synced_window_delegate.cc', | 1604 'browser/ui/sync/browser_synced_window_delegate.cc', |
1605 'browser/ui/sync/inline_login_dialog.cc', | 1605 'browser/ui/sync/inline_login_dialog.cc', |
1606 'browser/ui/sync/inline_login_dialog.h', | 1606 'browser/ui/sync/inline_login_dialog.h', |
1607 'browser/ui/sync/one_click_signin_bubble_delegate.h', | 1607 'browser/ui/sync/one_click_signin_bubble_delegate.h', |
1608 'browser/ui/sync/one_click_signin_bubble_links_delegate.cc', | 1608 'browser/ui/sync/one_click_signin_bubble_links_delegate.cc', |
1609 'browser/ui/sync/one_click_signin_bubble_links_delegate.h', | 1609 'browser/ui/sync/one_click_signin_bubble_links_delegate.h', |
1610 'browser/ui/sync/one_click_signin_helper.cc', | 1610 'browser/ui/sync/one_click_signin_helper.cc', |
1611 'browser/ui/sync/one_click_signin_helper.h', | 1611 'browser/ui/sync/one_click_signin_helper.h', |
1612 'browser/ui/sync/one_click_signin_histogram.h', | 1612 'browser/ui/sync/one_click_signin_histogram.h', |
| 1613 'browser/ui/sync/one_click_signin_sync_observer.cc', |
| 1614 'browser/ui/sync/one_click_signin_sync_observer.h', |
1613 'browser/ui/sync/one_click_signin_sync_starter.cc', | 1615 'browser/ui/sync/one_click_signin_sync_starter.cc', |
1614 'browser/ui/sync/one_click_signin_sync_starter.h', | 1616 'browser/ui/sync/one_click_signin_sync_starter.h', |
1615 'browser/ui/sync/profile_signin_confirmation_helper.cc', | 1617 'browser/ui/sync/profile_signin_confirmation_helper.cc', |
1616 'browser/ui/sync/profile_signin_confirmation_helper.h', | 1618 'browser/ui/sync/profile_signin_confirmation_helper.h', |
1617 'browser/ui/sync/signin_histogram.h', | 1619 'browser/ui/sync/signin_histogram.h', |
1618 'browser/ui/sync/sync_promo_ui.cc', | 1620 'browser/ui/sync/sync_promo_ui.cc', |
1619 'browser/ui/sync/sync_promo_ui.h', | 1621 'browser/ui/sync/sync_promo_ui.h', |
1620 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', | 1622 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', |
1621 'browser/ui/sync/tab_contents_synced_tab_delegate.h', | 1623 'browser/ui/sync/tab_contents_synced_tab_delegate.h', |
1622 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', | 1624 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', |
(...skipping 1807 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3430 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3432 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3431 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3433 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3432 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3434 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3433 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3435 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3434 ], | 3436 ], |
3435 }], | 3437 }], |
3436 ], | 3438 ], |
3437 }, | 3439 }, |
3438 ], | 3440 ], |
3439 } | 3441 } |
OLD | NEW |