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

Side by Side Diff: content/content_common.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
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/browser/gpu_data_manager.h » ('j') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 'public/common/serialized_script_value.h', 82 'public/common/serialized_script_value.h',
83 'public/common/show_desktop_notification_params.cc', 83 'public/common/show_desktop_notification_params.cc',
84 'public/common/show_desktop_notification_params.h', 84 'public/common/show_desktop_notification_params.h',
85 'public/common/speech_recognition_error.h', 85 'public/common/speech_recognition_error.h',
86 'public/common/speech_recognition_grammar.h', 86 'public/common/speech_recognition_grammar.h',
87 'public/common/speech_recognition_result.h', 87 'public/common/speech_recognition_result.h',
88 'public/common/speech_recognition_result.cc', 88 'public/common/speech_recognition_result.cc',
89 'public/common/ssl_status.cc', 89 'public/common/ssl_status.cc',
90 'public/common/ssl_status.h', 90 'public/common/ssl_status.h',
91 'public/common/stop_find_action.h', 91 'public/common/stop_find_action.h',
92 'public/common/three_d_api_types.h',
92 'public/common/url_constants.cc', 93 'public/common/url_constants.cc',
93 'public/common/url_constants.h', 94 'public/common/url_constants.h',
94 'public/common/url_fetcher.h', 95 'public/common/url_fetcher.h',
95 'public/common/zygote_fork_delegate_linux.h', 96 'public/common/zygote_fork_delegate_linux.h',
96 'common/accessibility_messages.h', 97 'common/accessibility_messages.h',
97 'common/accessibility_node_data.cc', 98 'common/accessibility_node_data.cc',
98 'common/accessibility_node_data.h', 99 'common/accessibility_node_data.h',
99 'common/all_messages.h', 100 'common/all_messages.h',
100 'common/android/address_parser.cc', 101 'common/android/address_parser.cc',
101 'common/android/address_parser.h', 102 'common/android/address_parser.h',
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 '../build/extract_from_cab.py', 558 '../build/extract_from_cab.py',
558 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 559 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
559 '<(output)', 560 '<(output)',
560 '<(PRODUCT_DIR)', 561 '<(PRODUCT_DIR)',
561 ], 562 ],
562 }, 563 },
563 ] 564 ]
564 }], 565 }],
565 ], 566 ],
566 } 567 }
OLDNEW
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/browser/gpu_data_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698