| 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 1368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1379 'browser/ui/sync/sync_promo_ui.h', | 1379 'browser/ui/sync/sync_promo_ui.h', |
| 1380 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', | 1380 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', |
| 1381 'browser/ui/sync/tab_contents_synced_tab_delegate.h', | 1381 'browser/ui/sync/tab_contents_synced_tab_delegate.h', |
| 1382 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', | 1382 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', |
| 1383 'browser/ui/tab_contents/core_tab_helper.cc', | 1383 'browser/ui/tab_contents/core_tab_helper.cc', |
| 1384 'browser/ui/tab_contents/core_tab_helper.h', | 1384 'browser/ui/tab_contents/core_tab_helper.h', |
| 1385 'browser/ui/tab_contents/core_tab_helper_delegate.cc', | 1385 'browser/ui/tab_contents/core_tab_helper_delegate.cc', |
| 1386 'browser/ui/tab_contents/core_tab_helper_delegate.h', | 1386 'browser/ui/tab_contents/core_tab_helper_delegate.h', |
| 1387 'browser/ui/tab_contents/tab_contents_iterator.cc', | 1387 'browser/ui/tab_contents/tab_contents_iterator.cc', |
| 1388 'browser/ui/tab_contents/tab_contents_iterator.h', | 1388 'browser/ui/tab_contents/tab_contents_iterator.h', |
| 1389 'browser/ui/tab_helpers.cc', |
| 1389 'browser/ui/tab_helpers.h', | 1390 'browser/ui/tab_helpers.h', |
| 1390 'browser/ui/tab_helpers.cc', | |
| 1391 'browser/ui/tab_modal_confirm_dialog.h', | 1391 'browser/ui/tab_modal_confirm_dialog.h', |
| 1392 'browser/ui/tab_modal_confirm_dialog_delegate.cc', | 1392 'browser/ui/tab_modal_confirm_dialog_delegate.cc', |
| 1393 'browser/ui/tab_modal_confirm_dialog_delegate.h', | 1393 'browser/ui/tab_modal_confirm_dialog_delegate.h', |
| 1394 'browser/ui/tabs/hover_tab_selector.cc', | 1394 'browser/ui/tabs/hover_tab_selector.cc', |
| 1395 'browser/ui/tabs/hover_tab_selector.h', | 1395 'browser/ui/tabs/hover_tab_selector.h', |
| 1396 'browser/ui/tabs/pinned_tab_codec.cc', | 1396 'browser/ui/tabs/pinned_tab_codec.cc', |
| 1397 'browser/ui/tabs/pinned_tab_codec.h', | 1397 'browser/ui/tabs/pinned_tab_codec.h', |
| 1398 'browser/ui/tabs/pinned_tab_service.cc', | 1398 'browser/ui/tabs/pinned_tab_service.cc', |
| 1399 'browser/ui/tabs/pinned_tab_service.h', | 1399 'browser/ui/tabs/pinned_tab_service.h', |
| 1400 'browser/ui/tabs/pinned_tab_service_factory.cc', | 1400 'browser/ui/tabs/pinned_tab_service_factory.cc', |
| (...skipping 1743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3144 ], | 3144 ], |
| 3145 'sources!': [ | 3145 'sources!': [ |
| 3146 'browser/ui/views/session_crashed_bubble_view.cc', | 3146 'browser/ui/views/session_crashed_bubble_view.cc', |
| 3147 'browser/ui/views/session_crashed_bubble_view.h', | 3147 'browser/ui/views/session_crashed_bubble_view.h', |
| 3148 ], | 3148 ], |
| 3149 }], | 3149 }], |
| 3150 ], | 3150 ], |
| 3151 }, | 3151 }, |
| 3152 ], | 3152 ], |
| 3153 } | 3153 } |
| OLD | NEW |