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

Side by Side Diff: content/content_shell.gypi

Issue 1479283002: Reland: Crashpad Windows: Use the Crashpad client instead of Breakpad on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: with crashpad 1f3ced1846f3956e678c562c90e0d6c970543617 Created 5 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
« no previous file with comments | « components/crash/core/common/crash_keys.cc ('k') | content/ppapi_plugin/ppapi_plugin_main.cc » ('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 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 'content_shell_version': '99.77.34.5', 8 'content_shell_version': '99.77.34.5',
9 'conditions': [ 9 'conditions': [
10 ['OS=="linux"', { 10 ['OS=="linux"', {
(...skipping 28 matching lines...) Expand all
39 'content.gyp:content_utility', 39 'content.gyp:content_utility',
40 'content_shell_resources', 40 'content_shell_resources',
41 'content_test_mojo_bindings', 41 'content_test_mojo_bindings',
42 'copy_test_netscape_plugin', 42 'copy_test_netscape_plugin',
43 'layouttest_support_content', 43 'layouttest_support_content',
44 '../base/base.gyp:base', 44 '../base/base.gyp:base',
45 '../base/base.gyp:base_static', 45 '../base/base.gyp:base_static',
46 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 46 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
47 '../cc/blink/cc_blink.gyp:cc_blink', 47 '../cc/blink/cc_blink.gyp:cc_blink',
48 '../cc/cc.gyp:cc', 48 '../cc/cc.gyp:cc',
49 '../components/components.gyp:crash_component_breakpad_mac_to_be_deleted ', 49 '../components/components.gyp:crash_component_breakpad_to_be_deleted',
50 '../components/components.gyp:devtools_discovery', 50 '../components/components.gyp:devtools_discovery',
51 '../components/components.gyp:devtools_http_handler', 51 '../components/components.gyp:devtools_http_handler',
52 '../components/components.gyp:web_cache_renderer', 52 '../components/components.gyp:web_cache_renderer',
53 '../components/components.gyp:plugins_renderer', 53 '../components/components.gyp:plugins_renderer',
54 '../components/test_runner/test_runner.gyp:test_runner', 54 '../components/test_runner/test_runner.gyp:test_runner',
55 '../components/url_formatter/url_formatter.gyp:url_formatter', 55 '../components/url_formatter/url_formatter.gyp:url_formatter',
56 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 56 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
57 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 57 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
58 '../gin/gin.gyp:gin', 58 '../gin/gin.gyp:gin',
59 '../gpu/gpu.gyp:gpu', 59 '../gpu/gpu.gyp:gpu',
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', 999 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb',
1000 '--destination_dir', '<(dest_dir)', 1000 '--destination_dir', '<(dest_dir)',
1001 ], 1001 ],
1002 }, 1002 },
1003 ], 1003 ],
1004 }, 1004 },
1005 ], 1005 ],
1006 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" 1006 }], # OS=="win" and fastbuild==0 and target_arch=="ia32"
1007 ] 1007 ]
1008 } 1008 }
OLDNEW
« no previous file with comments | « components/crash/core/common/crash_keys.cc ('k') | content/ppapi_plugin/ppapi_plugin_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698