| 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 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1297 'browser/ui/status_bubble.h', | 1297 'browser/ui/status_bubble.h', |
| 1298 'browser/ui/sync/browser_synced_window_delegate.h', | 1298 'browser/ui/sync/browser_synced_window_delegate.h', |
| 1299 'browser/ui/sync/browser_synced_window_delegate.cc', | 1299 'browser/ui/sync/browser_synced_window_delegate.cc', |
| 1300 'browser/ui/sync/one_click_signin_helper.cc', | 1300 'browser/ui/sync/one_click_signin_helper.cc', |
| 1301 'browser/ui/sync/one_click_signin_helper.h', | 1301 'browser/ui/sync/one_click_signin_helper.h', |
| 1302 'browser/ui/sync/one_click_signin_histogram.h', | 1302 'browser/ui/sync/one_click_signin_histogram.h', |
| 1303 'browser/ui/sync/one_click_signin_infobar_delegate.cc', | 1303 'browser/ui/sync/one_click_signin_infobar_delegate.cc', |
| 1304 'browser/ui/sync/one_click_signin_infobar_delegate.h', | 1304 'browser/ui/sync/one_click_signin_infobar_delegate.h', |
| 1305 'browser/ui/sync/one_click_signin_sync_starter.cc', | 1305 'browser/ui/sync/one_click_signin_sync_starter.cc', |
| 1306 'browser/ui/sync/one_click_signin_sync_starter.h', | 1306 'browser/ui/sync/one_click_signin_sync_starter.h', |
| 1307 'browser/ui/sync/signin_histogram.h', |
| 1307 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', | 1308 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', |
| 1308 'browser/ui/sync/tab_contents_synced_tab_delegate.h', | 1309 'browser/ui/sync/tab_contents_synced_tab_delegate.h', |
| 1309 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', | 1310 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', |
| 1310 'browser/ui/tab_contents/core_tab_helper.cc', | 1311 'browser/ui/tab_contents/core_tab_helper.cc', |
| 1311 'browser/ui/tab_contents/core_tab_helper.h', | 1312 'browser/ui/tab_contents/core_tab_helper.h', |
| 1312 'browser/ui/tab_contents/core_tab_helper_delegate.cc', | 1313 'browser/ui/tab_contents/core_tab_helper_delegate.cc', |
| 1313 'browser/ui/tab_contents/core_tab_helper_delegate.h', | 1314 'browser/ui/tab_contents/core_tab_helper_delegate.h', |
| 1314 'browser/ui/tab_contents/tab_contents_iterator.cc', | 1315 'browser/ui/tab_contents/tab_contents_iterator.cc', |
| 1315 'browser/ui/tab_contents/tab_contents_iterator.h', | 1316 'browser/ui/tab_contents/tab_contents_iterator.h', |
| 1316 'browser/ui/tab_modal_confirm_dialog.h', | 1317 'browser/ui/tab_modal_confirm_dialog.h', |
| (...skipping 1509 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2826 }], | 2827 }], |
| 2827 ['enable_message_center==1', { | 2828 ['enable_message_center==1', { |
| 2828 'dependencies': [ | 2829 'dependencies': [ |
| 2829 '../ui/message_center/message_center.gyp:message_center', | 2830 '../ui/message_center/message_center.gyp:message_center', |
| 2830 ], | 2831 ], |
| 2831 }], | 2832 }], |
| 2832 ], | 2833 ], |
| 2833 }, | 2834 }, |
| 2834 ], | 2835 ], |
| 2835 } | 2836 } |
| OLD | NEW |