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 1358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1369 'browser/ui/sync/signin_histogram.h', | 1369 'browser/ui/sync/signin_histogram.h', |
1370 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', | 1370 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', |
1371 'browser/ui/sync/tab_contents_synced_tab_delegate.h', | 1371 'browser/ui/sync/tab_contents_synced_tab_delegate.h', |
1372 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', | 1372 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', |
1373 'browser/ui/tab_contents/core_tab_helper.cc', | 1373 'browser/ui/tab_contents/core_tab_helper.cc', |
1374 'browser/ui/tab_contents/core_tab_helper.h', | 1374 'browser/ui/tab_contents/core_tab_helper.h', |
1375 'browser/ui/tab_contents/core_tab_helper_delegate.cc', | 1375 'browser/ui/tab_contents/core_tab_helper_delegate.cc', |
1376 'browser/ui/tab_contents/core_tab_helper_delegate.h', | 1376 'browser/ui/tab_contents/core_tab_helper_delegate.h', |
1377 'browser/ui/tab_contents/tab_contents_iterator.cc', | 1377 'browser/ui/tab_contents/tab_contents_iterator.cc', |
1378 'browser/ui/tab_contents/tab_contents_iterator.h', | 1378 'browser/ui/tab_contents/tab_contents_iterator.h', |
| 1379 'browser/ui/tab_webcontents_tracker.cc', |
| 1380 'browser/ui/tab_webcontents_tracker.h', |
1379 'browser/ui/tab_modal_confirm_dialog.h', | 1381 'browser/ui/tab_modal_confirm_dialog.h', |
1380 'browser/ui/tab_modal_confirm_dialog_delegate.cc', | 1382 'browser/ui/tab_modal_confirm_dialog_delegate.cc', |
1381 'browser/ui/tab_modal_confirm_dialog_delegate.h', | 1383 'browser/ui/tab_modal_confirm_dialog_delegate.h', |
1382 'browser/ui/tabs/dock_info.cc', | 1384 'browser/ui/tabs/dock_info.cc', |
1383 'browser/ui/tabs/dock_info.h', | 1385 'browser/ui/tabs/dock_info.h', |
1384 'browser/ui/tabs/hover_tab_selector.cc', | 1386 'browser/ui/tabs/hover_tab_selector.cc', |
1385 'browser/ui/tabs/hover_tab_selector.h', | 1387 'browser/ui/tabs/hover_tab_selector.h', |
1386 'browser/ui/tabs/pinned_tab_codec.cc', | 1388 'browser/ui/tabs/pinned_tab_codec.cc', |
1387 'browser/ui/tabs/pinned_tab_codec.h', | 1389 'browser/ui/tabs/pinned_tab_codec.h', |
1388 'browser/ui/tabs/pinned_tab_service.cc', | 1390 'browser/ui/tabs/pinned_tab_service.cc', |
(...skipping 1517 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2906 }], | 2908 }], |
2907 ['enable_message_center==1', { | 2909 ['enable_message_center==1', { |
2908 'dependencies': [ | 2910 'dependencies': [ |
2909 '../ui/message_center/message_center.gyp:message_center', | 2911 '../ui/message_center/message_center.gyp:message_center', |
2910 ], | 2912 ], |
2911 }], | 2913 }], |
2912 ], | 2914 ], |
2913 }, | 2915 }, |
2914 ], | 2916 ], |
2915 } | 2917 } |
OLD | NEW |