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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7864022: Fixing the bug, that caused UI to hang after unsupported device was inserted. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style fixes Created 9 years, 3 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/notifications/notification_ui_manager.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 1293 matching lines...) Expand 10 before | Expand all | Expand 10 after
1304 'browser/icon_loader.cc', 1304 'browser/icon_loader.cc',
1305 'browser/icon_loader.h', 1305 'browser/icon_loader.h',
1306 'browser/icon_loader_linux.cc', 1306 'browser/icon_loader_linux.cc',
1307 'browser/icon_loader_mac.mm', 1307 'browser/icon_loader_mac.mm',
1308 'browser/icon_loader_win.cc', 1308 'browser/icon_loader_win.cc',
1309 'browser/icon_manager.cc', 1309 'browser/icon_manager.cc',
1310 'browser/icon_manager.h', 1310 'browser/icon_manager.h',
1311 'browser/icon_manager_linux.cc', 1311 'browser/icon_manager_linux.cc',
1312 'browser/icon_manager_mac.mm', 1312 'browser/icon_manager_mac.mm',
1313 'browser/icon_manager_win.cc', 1313 'browser/icon_manager_win.cc',
1314 'browser/idle.cc',
1315 'browser/idle_chromeos.cc', 1314 'browser/idle_chromeos.cc',
1316 'browser/idle_linux.cc', 1315 'browser/idle_linux.cc',
1317 'browser/idle_mac.mm', 1316 'browser/idle_mac.mm',
1318 'browser/idle_query_linux.cc', 1317 'browser/idle_query_linux.cc',
1319 'browser/idle_query_linux.h', 1318 'browser/idle_query_linux.h',
1320 'browser/idle_win.cc', 1319 'browser/idle_win.cc',
1321 'browser/importer/external_process_importer_bridge.cc', 1320 'browser/importer/external_process_importer_bridge.cc',
1322 'browser/importer/external_process_importer_bridge.h', 1321 'browser/importer/external_process_importer_bridge.h',
1323 'browser/importer/external_process_importer_client.cc', 1322 'browser/importer/external_process_importer_client.cc',
1324 'browser/importer/external_process_importer_client.h', 1323 'browser/importer/external_process_importer_client.h',
(...skipping 3719 matching lines...) Expand 10 before | Expand all | Expand 10 after
5044 # weak imports in dependents, who still must #include 5043 # weak imports in dependents, who still must #include
5045 # closure_blocks_leopard_compat.h to get weak imports. 5044 # closure_blocks_leopard_compat.h to get weak imports.
5046 'type': 'none', 5045 'type': 'none',
5047 }], 5046 }],
5048 ], 5047 ],
5049 }, 5048 },
5050 ], 5049 ],
5051 }], 5050 }],
5052 ], 5051 ],
5053 } 5052 }
OLDNEW
« no previous file with comments | « chrome/browser/notifications/notification_ui_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698