Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(705)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 12380034: Merge 184110 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1410/src/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/sync_setup_handler.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 'browser/ui/status_bubble.h', 1289 'browser/ui/status_bubble.h',
1290 'browser/ui/sync/browser_synced_window_delegate.h', 1290 'browser/ui/sync/browser_synced_window_delegate.h',
1291 'browser/ui/sync/browser_synced_window_delegate.cc', 1291 'browser/ui/sync/browser_synced_window_delegate.cc',
1292 'browser/ui/sync/one_click_signin_helper.cc', 1292 'browser/ui/sync/one_click_signin_helper.cc',
1293 'browser/ui/sync/one_click_signin_helper.h', 1293 'browser/ui/sync/one_click_signin_helper.h',
1294 'browser/ui/sync/one_click_signin_histogram.h', 1294 'browser/ui/sync/one_click_signin_histogram.h',
1295 'browser/ui/sync/one_click_signin_infobar_delegate.cc', 1295 'browser/ui/sync/one_click_signin_infobar_delegate.cc',
1296 'browser/ui/sync/one_click_signin_infobar_delegate.h', 1296 'browser/ui/sync/one_click_signin_infobar_delegate.h',
1297 'browser/ui/sync/one_click_signin_sync_starter.cc', 1297 'browser/ui/sync/one_click_signin_sync_starter.cc',
1298 'browser/ui/sync/one_click_signin_sync_starter.h', 1298 'browser/ui/sync/one_click_signin_sync_starter.h',
1299 'browser/ui/sync/signin_histogram.h',
1299 'browser/ui/sync/tab_contents_synced_tab_delegate.cc', 1300 'browser/ui/sync/tab_contents_synced_tab_delegate.cc',
1300 'browser/ui/sync/tab_contents_synced_tab_delegate.h', 1301 'browser/ui/sync/tab_contents_synced_tab_delegate.h',
1301 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h', 1302 'browser/ui/tab_contents/chrome_web_contents_view_delegate.h',
1302 'browser/ui/tab_contents/core_tab_helper.cc', 1303 'browser/ui/tab_contents/core_tab_helper.cc',
1303 'browser/ui/tab_contents/core_tab_helper.h', 1304 'browser/ui/tab_contents/core_tab_helper.h',
1304 'browser/ui/tab_contents/core_tab_helper_delegate.cc', 1305 'browser/ui/tab_contents/core_tab_helper_delegate.cc',
1305 'browser/ui/tab_contents/core_tab_helper_delegate.h', 1306 'browser/ui/tab_contents/core_tab_helper_delegate.h',
1306 'browser/ui/tab_contents/tab_contents_iterator.cc', 1307 'browser/ui/tab_contents/tab_contents_iterator.cc',
1307 'browser/ui/tab_contents/tab_contents_iterator.h', 1308 'browser/ui/tab_contents/tab_contents_iterator.h',
1308 'browser/ui/tab_modal_confirm_dialog.h', 1309 'browser/ui/tab_modal_confirm_dialog.h',
(...skipping 1497 matching lines...) Expand 10 before | Expand all | Expand 10 after
2806 }], 2807 }],
2807 ['enable_message_center==1', { 2808 ['enable_message_center==1', {
2808 'dependencies': [ 2809 'dependencies': [
2809 '../ui/message_center/message_center.gyp:message_center', 2810 '../ui/message_center/message_center.gyp:message_center',
2810 ], 2811 ],
2811 }], 2812 }],
2812 ], 2813 ],
2813 }, 2814 },
2814 ], 2815 ],
2815 } 2816 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/sync_setup_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698