OLD | NEW |
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 # The "19" is so that sites that sniff for version think that this is | 8 # The "19" is so that sites that sniff for version think that this is |
9 # something reasonably current; the "77.34.5" is a hint that this isn't a | 9 # something reasonably current; the "77.34.5" is a hint that this isn't a |
10 # standard Chrome. | 10 # standard Chrome. |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 'content.gyp:content_utility', | 42 'content.gyp:content_utility', |
43 'content_shell_resources', | 43 'content_shell_resources', |
44 'content_test_mojo_bindings', | 44 'content_test_mojo_bindings', |
45 'copy_test_netscape_plugin', | 45 'copy_test_netscape_plugin', |
46 'layouttest_support_content', | 46 'layouttest_support_content', |
47 '../base/base.gyp:base', | 47 '../base/base.gyp:base', |
48 '../base/base.gyp:base_static', | 48 '../base/base.gyp:base_static', |
49 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 49 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
50 '../cc/blink/cc_blink.gyp:cc_blink', | 50 '../cc/blink/cc_blink.gyp:cc_blink', |
51 '../cc/cc.gyp:cc', | 51 '../cc/cc.gyp:cc', |
52 '../components/components.gyp:crash_component_breakpad_mac_to_be_deleted
', | 52 '../components/components.gyp:crash_component_breakpad_to_be_deleted', |
53 '../components/components.gyp:devtools_discovery', | 53 '../components/components.gyp:devtools_discovery', |
54 '../components/components.gyp:devtools_http_handler', | 54 '../components/components.gyp:devtools_http_handler', |
55 '../components/components.gyp:web_cache_renderer', | 55 '../components/components.gyp:web_cache_renderer', |
56 '../components/components.gyp:plugins_renderer', | 56 '../components/components.gyp:plugins_renderer', |
57 '../components/test_runner/test_runner.gyp:test_runner', | 57 '../components/test_runner/test_runner.gyp:test_runner', |
58 '../components/url_formatter/url_formatter.gyp:url_formatter', | 58 '../components/url_formatter/url_formatter.gyp:url_formatter', |
59 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 59 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
60 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 60 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
61 '../gin/gin.gyp:gin', | 61 '../gin/gin.gyp:gin', |
62 '../gpu/gpu.gyp:gpu', | 62 '../gpu/gpu.gyp:gpu', |
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1002 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1002 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
1003 '--destination_dir', '<(dest_dir)', | 1003 '--destination_dir', '<(dest_dir)', |
1004 ], | 1004 ], |
1005 }, | 1005 }, |
1006 ], | 1006 ], |
1007 }, | 1007 }, |
1008 ], | 1008 ], |
1009 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1009 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
1010 ] | 1010 ] |
1011 } | 1011 } |
OLD | NEW |