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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5612002: Blacklist bad GPU drivers: currenly we disable all gpu related features if th... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: removing one garbage line in the code Created 10 years 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1260 matching lines...) Expand 10 before | Expand all | Expand 10 after
1271 'browser/geolocation/win7_location_api_win.h', 1271 'browser/geolocation/win7_location_api_win.h',
1272 'browser/geolocation/win7_location_provider_win.cc', 1272 'browser/geolocation/win7_location_provider_win.cc',
1273 'browser/geolocation/win7_location_provider_win.h', 1273 'browser/geolocation/win7_location_provider_win.h',
1274 'browser/google/google_update.cc', 1274 'browser/google/google_update.cc',
1275 'browser/google/google_update.h', 1275 'browser/google/google_update.h',
1276 'browser/google/google_update_settings_posix.cc', 1276 'browser/google/google_update_settings_posix.cc',
1277 'browser/google/google_url_tracker.cc', 1277 'browser/google/google_url_tracker.cc',
1278 'browser/google/google_url_tracker.h', 1278 'browser/google/google_url_tracker.h',
1279 'browser/google/google_util.cc', 1279 'browser/google/google_util.cc',
1280 'browser/google/google_util.h', 1280 'browser/google/google_util.h',
1281 'browser/gpu_blacklist.cc',
1282 'browser/gpu_blacklist.h',
1281 'browser/gpu_process_host.cc', 1283 'browser/gpu_process_host.cc',
1282 'browser/gpu_process_host.h', 1284 'browser/gpu_process_host.h',
1283 'browser/gpu_process_host_ui_shim.cc', 1285 'browser/gpu_process_host_ui_shim.cc',
1284 'browser/gpu_process_host_ui_shim.h', 1286 'browser/gpu_process_host_ui_shim.h',
1285 'browser/gtk/about_chrome_dialog.cc', 1287 'browser/gtk/about_chrome_dialog.cc',
1286 'browser/gtk/about_chrome_dialog.h', 1288 'browser/gtk/about_chrome_dialog.h',
1287 'browser/gtk/accelerators_gtk.cc', 1289 'browser/gtk/accelerators_gtk.cc',
1288 'browser/gtk/accelerators_gtk.h', 1290 'browser/gtk/accelerators_gtk.h',
1289 'browser/gtk/accessibility_event_router_gtk.cc', 1291 'browser/gtk/accessibility_event_router_gtk.cc',
1290 'browser/gtk/accessibility_event_router_gtk.h', 1292 'browser/gtk/accessibility_event_router_gtk.h',
(...skipping 3086 matching lines...) Expand 10 before | Expand all | Expand 10 after
4377 ], 4379 ],
4378 }, 4380 },
4379 ], 4381 ],
4380 } 4382 }
4381 4383
4382 # Local Variables: 4384 # Local Variables:
4383 # tab-width:2 4385 # tab-width:2
4384 # indent-tabs-mode:nil 4386 # indent-tabs-mode:nil
4385 # End: 4387 # End:
4386 # vim: set expandtab tabstop=2 shiftwidth=2: 4388 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698