| 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 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1605 'browser/ui/sync/browser_synced_window_delegate.h', | 1605 'browser/ui/sync/browser_synced_window_delegate.h', |
| 1606 'browser/ui/sync/browser_synced_window_delegate.cc', | 1606 'browser/ui/sync/browser_synced_window_delegate.cc', |
| 1607 'browser/ui/sync/inline_login_dialog.cc', | 1607 'browser/ui/sync/inline_login_dialog.cc', |
| 1608 'browser/ui/sync/inline_login_dialog.h', | 1608 'browser/ui/sync/inline_login_dialog.h', |
| 1609 'browser/ui/sync/one_click_signin_bubble_delegate.h', | 1609 'browser/ui/sync/one_click_signin_bubble_delegate.h', |
| 1610 'browser/ui/sync/one_click_signin_bubble_links_delegate.cc', | 1610 'browser/ui/sync/one_click_signin_bubble_links_delegate.cc', |
| 1611 'browser/ui/sync/one_click_signin_bubble_links_delegate.h', | 1611 'browser/ui/sync/one_click_signin_bubble_links_delegate.h', |
| 1612 'browser/ui/sync/one_click_signin_helper.cc', | 1612 'browser/ui/sync/one_click_signin_helper.cc', |
| 1613 'browser/ui/sync/one_click_signin_helper.h', | 1613 'browser/ui/sync/one_click_signin_helper.h', |
| 1614 'browser/ui/sync/one_click_signin_histogram.h', | 1614 'browser/ui/sync/one_click_signin_histogram.h', |
| 1615 'browser/ui/sync/one_click_signin_sync_observer.cc', |
| 1616 'browser/ui/sync/one_click_signin_sync_observer.h', |
| 1615 'browser/ui/sync/one_click_signin_sync_starter.cc', | 1617 'browser/ui/sync/one_click_signin_sync_starter.cc', |
| 1616 'browser/ui/sync/one_click_signin_sync_starter.h', | 1618 'browser/ui/sync/one_click_signin_sync_starter.h', |
| 1617 'browser/ui/sync/profile_signin_confirmation_helper.cc', | 1619 'browser/ui/sync/profile_signin_confirmation_helper.cc', |
| 1618 'browser/ui/sync/profile_signin_confirmation_helper.h', | 1620 'browser/ui/sync/profile_signin_confirmation_helper.h', |
| 1619 'browser/ui/sync/signin_histogram.h', | 1621 'browser/ui/sync/signin_histogram.h', |
| 1620 'browser/ui/sync/sync_promo_ui.cc', | 1622 'browser/ui/sync/sync_promo_ui.cc', |
| 1621 'browser/ui/sync/sync_promo_ui.h', | 1623 'browser/ui/sync/sync_promo_ui.h', |
| 1622 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', | 1624 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', |
| 1623 'browser/ui/sync/tab_contents_synced_tab_delegate.h', | 1625 'browser/ui/sync/tab_contents_synced_tab_delegate.h', |
| 1624 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', | 1626 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', |
| (...skipping 1813 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3438 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3440 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
| 3439 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3441 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
| 3440 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3442 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
| 3441 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3443 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
| 3442 ], | 3444 ], |
| 3443 }], | 3445 }], |
| 3444 ], | 3446 ], |
| 3445 }, | 3447 }, |
| 3446 ], | 3448 ], |
| 3447 } | 3449 } |
| OLD | NEW |