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

Side by Side Diff: extensions/shell/app_shell.gyp

Issue 631203003: Fix bug: AppShell: CHECK failure in PeerConnection init. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase again. Created 6 years, 2 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
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/shell/browser/DEPS » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'browser/shell_extension_system_factory.cc', 79 'browser/shell_extension_system_factory.cc',
80 'browser/shell_extension_system_factory.h', 80 'browser/shell_extension_system_factory.h',
81 'browser/shell_extension_web_contents_observer.cc', 81 'browser/shell_extension_web_contents_observer.cc',
82 'browser/shell_extension_web_contents_observer.h', 82 'browser/shell_extension_web_contents_observer.h',
83 'browser/shell_extensions_browser_client.cc', 83 'browser/shell_extensions_browser_client.cc',
84 'browser/shell_extensions_browser_client.h', 84 'browser/shell_extensions_browser_client.h',
85 'browser/shell_native_app_window.cc', 85 'browser/shell_native_app_window.cc',
86 'browser/shell_native_app_window.h', 86 'browser/shell_native_app_window.h',
87 'browser/shell_network_controller_chromeos.cc', 87 'browser/shell_network_controller_chromeos.cc',
88 'browser/shell_network_controller_chromeos.h', 88 'browser/shell_network_controller_chromeos.h',
89 'browser/shell_network_delegate.cc',
90 'browser/shell_network_delegate.h',
89 'browser/shell_omaha_query_params_delegate.cc', 91 'browser/shell_omaha_query_params_delegate.cc',
90 'browser/shell_omaha_query_params_delegate.h', 92 'browser/shell_omaha_query_params_delegate.h',
91 'browser/shell_runtime_api_delegate.cc', 93 'browser/shell_runtime_api_delegate.cc',
92 'browser/shell_runtime_api_delegate.h', 94 'browser/shell_runtime_api_delegate.h',
93 'browser/shell_special_storage_policy.cc', 95 'browser/shell_special_storage_policy.cc',
94 'browser/shell_special_storage_policy.h', 96 'browser/shell_special_storage_policy.h',
97 'browser/shell_url_request_context_getter.cc',
98 'browser/shell_url_request_context_getter.h',
95 'browser/shell_web_contents_modal_dialog_manager.cc', 99 'browser/shell_web_contents_modal_dialog_manager.cc',
96 'common/shell_content_client.cc', 100 'common/shell_content_client.cc',
97 'common/shell_content_client.h', 101 'common/shell_content_client.h',
98 'common/shell_extensions_client.cc', 102 'common/shell_extensions_client.cc',
99 'common/shell_extensions_client.h', 103 'common/shell_extensions_client.h',
100 'common/switches.h', 104 'common/switches.h',
101 'common/switches.cc', 105 'common/switches.cc',
102 'renderer/shell_content_renderer_client.cc', 106 'renderer/shell_content_renderer_client.cc',
103 'renderer/shell_content_renderer_client.h', 107 'renderer/shell_content_renderer_client.h',
104 'renderer/shell_extensions_renderer_client.cc', 108 'renderer/shell_extensions_renderer_client.cc',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 '<@(_outputs)', 266 '<@(_outputs)',
263 ], 267 ],
264 'includes': [ 268 'includes': [
265 '../../build/util/version.gypi', 269 '../../build/util/version.gypi',
266 ], 270 ],
267 }, 271 },
268 ], 272 ],
269 }, 273 },
270 ], # targets 274 ], # targets
271 } 275 }
OLDNEW
« no previous file with comments | « extensions/extensions.gyp ('k') | extensions/shell/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698