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

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: Cleanups after restructuring based on review feedback from @jam. 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 2019 matching lines...) Expand 10 before | Expand all | Expand 10 after
2030 'browser/themes/browser_theme_pack.cc', 2030 'browser/themes/browser_theme_pack.cc',
2031 'browser/themes/browser_theme_pack.h', 2031 'browser/themes/browser_theme_pack.h',
2032 'browser/themes/theme_service.cc', 2032 'browser/themes/theme_service.cc',
2033 'browser/themes/theme_service_factory.cc', 2033 'browser/themes/theme_service_factory.cc',
2034 'browser/themes/theme_service_factory.h', 2034 'browser/themes/theme_service_factory.h',
2035 'browser/themes/theme_service.h', 2035 'browser/themes/theme_service.h',
2036 'browser/themes/theme_service_gtk.cc', 2036 'browser/themes/theme_service_gtk.cc',
2037 'browser/themes/theme_service_mac.mm', 2037 'browser/themes/theme_service_mac.mm',
2038 'browser/themes/theme_syncable_service.cc', 2038 'browser/themes/theme_syncable_service.cc',
2039 'browser/themes/theme_syncable_service.h', 2039 'browser/themes/theme_syncable_service.h',
2040 'browser/three_d_api_observer.cc',
2041 'browser/three_d_api_observer.h',
2040 'browser/thumbnails/render_widget_snapshot_taker.cc', 2042 'browser/thumbnails/render_widget_snapshot_taker.cc',
2041 'browser/thumbnails/render_widget_snapshot_taker.h', 2043 'browser/thumbnails/render_widget_snapshot_taker.h',
2042 'browser/thumbnails/thumbnail_service.h', 2044 'browser/thumbnails/thumbnail_service.h',
2043 'browser/thumbnails/thumbnail_service_factory.cc', 2045 'browser/thumbnails/thumbnail_service_factory.cc',
2044 'browser/thumbnails/thumbnail_service_factory.h', 2046 'browser/thumbnails/thumbnail_service_factory.h',
2045 'browser/thumbnails/thumbnail_service_impl.cc', 2047 'browser/thumbnails/thumbnail_service_impl.cc',
2046 'browser/thumbnails/thumbnail_service_impl.h', 2048 'browser/thumbnails/thumbnail_service_impl.h',
2047 'browser/thumbnails/thumbnail_tab_helper.cc', 2049 'browser/thumbnails/thumbnail_tab_helper.cc',
2048 'browser/thumbnails/thumbnail_tab_helper.h', 2050 'browser/thumbnails/thumbnail_tab_helper.h',
2049 'browser/toolkit_extra_parts.h', 2051 'browser/toolkit_extra_parts.h',
(...skipping 980 matching lines...) Expand 10 before | Expand all | Expand 10 after
3030 'proto_in_dir': '../third_party/cros_system_api/dbus', 3032 'proto_in_dir': '../third_party/cros_system_api/dbus',
3031 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3033 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3032 }, 3034 },
3033 'includes': ['../build/protoc.gypi'], 3035 'includes': ['../build/protoc.gypi'],
3034 }, 3036 },
3035 ], 3037 ],
3036 }, 3038 },
3037 ], 3039 ],
3038 ], 3040 ],
3039 } 3041 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698