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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11378008: Raise an infobar and deny access to WebGL if a GPU reset was detected while a web page containing W… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Work around build failure on Mac OS with 10.6 SDK. Created 8 years, 1 month 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2039 matching lines...) Expand 10 before | Expand all | Expand 10 after
2050 'browser/themes/browser_theme_pack.cc', 2050 'browser/themes/browser_theme_pack.cc',
2051 'browser/themes/browser_theme_pack.h', 2051 'browser/themes/browser_theme_pack.h',
2052 'browser/themes/theme_service.cc', 2052 'browser/themes/theme_service.cc',
2053 'browser/themes/theme_service_factory.cc', 2053 'browser/themes/theme_service_factory.cc',
2054 'browser/themes/theme_service_factory.h', 2054 'browser/themes/theme_service_factory.h',
2055 'browser/themes/theme_service.h', 2055 'browser/themes/theme_service.h',
2056 'browser/themes/theme_service_gtk.cc', 2056 'browser/themes/theme_service_gtk.cc',
2057 'browser/themes/theme_service_mac.mm', 2057 'browser/themes/theme_service_mac.mm',
2058 'browser/themes/theme_syncable_service.cc', 2058 'browser/themes/theme_syncable_service.cc',
2059 'browser/themes/theme_syncable_service.h', 2059 'browser/themes/theme_syncable_service.h',
2060 'browser/three_d_api_observer.cc',
2061 'browser/three_d_api_observer.h',
2060 'browser/thumbnails/render_widget_snapshot_taker.cc', 2062 'browser/thumbnails/render_widget_snapshot_taker.cc',
2061 'browser/thumbnails/render_widget_snapshot_taker.h', 2063 'browser/thumbnails/render_widget_snapshot_taker.h',
2062 'browser/thumbnails/thumbnail_service.h', 2064 'browser/thumbnails/thumbnail_service.h',
2063 'browser/thumbnails/thumbnail_service_factory.cc', 2065 'browser/thumbnails/thumbnail_service_factory.cc',
2064 'browser/thumbnails/thumbnail_service_factory.h', 2066 'browser/thumbnails/thumbnail_service_factory.h',
2065 'browser/thumbnails/thumbnail_service_impl.cc', 2067 'browser/thumbnails/thumbnail_service_impl.cc',
2066 'browser/thumbnails/thumbnail_service_impl.h', 2068 'browser/thumbnails/thumbnail_service_impl.h',
2067 'browser/thumbnails/thumbnail_tab_helper.cc', 2069 'browser/thumbnails/thumbnail_tab_helper.cc',
2068 'browser/thumbnails/thumbnail_tab_helper.h', 2070 'browser/thumbnails/thumbnail_tab_helper.h',
2069 'browser/toolkit_extra_parts.h', 2071 'browser/toolkit_extra_parts.h',
(...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
3052 'proto_in_dir': '../third_party/cros_system_api/dbus', 3054 'proto_in_dir': '../third_party/cros_system_api/dbus',
3053 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3055 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3054 }, 3056 },
3055 'includes': ['../build/protoc.gypi'], 3057 'includes': ['../build/protoc.gypi'],
3056 }, 3058 },
3057 ], 3059 ],
3058 }, 3060 },
3059 ], 3061 ],
3060 ], 3062 ],
3061 } 3063 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/tab_contents/tab_contents.cc ('k') | chrome/test/gpu/gpu_crash_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698