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 1366 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1377 'browser/ui/sync/one_click_signin_helper.cc', | 1377 'browser/ui/sync/one_click_signin_helper.cc', |
1378 'browser/ui/sync/one_click_signin_helper.h', | 1378 'browser/ui/sync/one_click_signin_helper.h', |
1379 'browser/ui/sync/one_click_signin_histogram.h', | 1379 'browser/ui/sync/one_click_signin_histogram.h', |
1380 'browser/ui/sync/one_click_signin_sync_starter.cc', | 1380 'browser/ui/sync/one_click_signin_sync_starter.cc', |
1381 'browser/ui/sync/one_click_signin_sync_starter.h', | 1381 'browser/ui/sync/one_click_signin_sync_starter.h', |
1382 'browser/ui/sync/profile_signin_confirmation_helper.cc', | 1382 'browser/ui/sync/profile_signin_confirmation_helper.cc', |
1383 'browser/ui/sync/profile_signin_confirmation_helper.h', | 1383 'browser/ui/sync/profile_signin_confirmation_helper.h', |
1384 'browser/ui/sync/signin_histogram.h', | 1384 'browser/ui/sync/signin_histogram.h', |
1385 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', | 1385 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', |
1386 'browser/ui/sync/tab_contents_synced_tab_delegate.h', | 1386 'browser/ui/sync/tab_contents_synced_tab_delegate.h', |
| 1387 'browser/ui/sync/synced_tab_delegate_android.h', |
| 1388 'browser/ui/sync/synced_tab_delegate_android.cc', |
1387 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', | 1389 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', |
1388 'browser/ui/tab_contents/core_tab_helper.cc', | 1390 'browser/ui/tab_contents/core_tab_helper.cc', |
1389 'browser/ui/tab_contents/core_tab_helper.h', | 1391 'browser/ui/tab_contents/core_tab_helper.h', |
1390 'browser/ui/tab_contents/core_tab_helper_delegate.cc', | 1392 'browser/ui/tab_contents/core_tab_helper_delegate.cc', |
1391 'browser/ui/tab_contents/core_tab_helper_delegate.h', | 1393 'browser/ui/tab_contents/core_tab_helper_delegate.h', |
1392 'browser/ui/tab_contents/tab_contents_iterator.cc', | 1394 'browser/ui/tab_contents/tab_contents_iterator.cc', |
1393 'browser/ui/tab_contents/tab_contents_iterator.h', | 1395 'browser/ui/tab_contents/tab_contents_iterator.h', |
1394 'browser/ui/tab_modal_confirm_dialog.h', | 1396 'browser/ui/tab_modal_confirm_dialog.h', |
1395 'browser/ui/tab_modal_confirm_dialog_delegate.cc', | 1397 'browser/ui/tab_modal_confirm_dialog_delegate.cc', |
1396 'browser/ui/tab_modal_confirm_dialog_delegate.h', | 1398 'browser/ui/tab_modal_confirm_dialog_delegate.h', |
(...skipping 1535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2932 }], | 2934 }], |
2933 ['enable_message_center==1', { | 2935 ['enable_message_center==1', { |
2934 'dependencies': [ | 2936 'dependencies': [ |
2935 '../ui/message_center/message_center.gyp:message_center', | 2937 '../ui/message_center/message_center.gyp:message_center', |
2936 ], | 2938 ], |
2937 }], | 2939 }], |
2938 ], | 2940 ], |
2939 }, | 2941 }, |
2940 ], | 2942 ], |
2941 } | 2943 } |
OLD | NEW |