| 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 'content_shell_version': '99.77.34.5', | 8 'content_shell_version': '99.77.34.5', |
| 9 }, | 9 }, |
| 10 'targets': [ | 10 'targets': [ |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 'content_shell_resources', | 32 'content_shell_resources', |
| 33 'content_shell_mojo_bindings', | 33 'content_shell_mojo_bindings', |
| 34 'content_test_mojo_bindings', | 34 'content_test_mojo_bindings', |
| 35 'layouttest_support_content', | 35 'layouttest_support_content', |
| 36 '../base/base.gyp:base', | 36 '../base/base.gyp:base', |
| 37 '../base/base.gyp:base_static', | 37 '../base/base.gyp:base_static', |
| 38 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 38 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 39 '../cc/blink/cc_blink.gyp:cc_blink', | 39 '../cc/blink/cc_blink.gyp:cc_blink', |
| 40 '../cc/cc.gyp:cc', | 40 '../cc/cc.gyp:cc', |
| 41 '../components/components.gyp:crash_component_breakpad_to_be_deleted', | 41 '../components/components.gyp:crash_component_breakpad_to_be_deleted', |
| 42 '../components/components.gyp:devtools_discovery', | |
| 43 '../components/components.gyp:devtools_http_handler', | 42 '../components/components.gyp:devtools_http_handler', |
| 44 '../components/components.gyp:web_cache_renderer', | 43 '../components/components.gyp:web_cache_renderer', |
| 45 '../components/components.gyp:plugins_renderer', | 44 '../components/components.gyp:plugins_renderer', |
| 46 '../components/test_runner/test_runner.gyp:test_runner', | 45 '../components/test_runner/test_runner.gyp:test_runner', |
| 47 '../components/url_formatter/url_formatter.gyp:url_formatter', | 46 '../components/url_formatter/url_formatter.gyp:url_formatter', |
| 48 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 47 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 49 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 48 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 50 '../device/geolocation/geolocation.gyp:device_geolocation', | 49 '../device/geolocation/geolocation.gyp:device_geolocation', |
| 51 '../gin/gin.gyp:gin', | 50 '../gin/gin.gyp:gin', |
| 52 '../gpu/gpu.gyp:gpu', | 51 '../gpu/gpu.gyp:gpu', |
| (...skipping 863 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 916 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 915 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 917 '--destination_dir', '<(dest_dir)', | 916 '--destination_dir', '<(dest_dir)', |
| 918 ], | 917 ], |
| 919 }, | 918 }, |
| 920 ], | 919 ], |
| 921 }, | 920 }, |
| 922 ], | 921 ], |
| 923 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 922 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 924 ] | 923 ] |
| 925 } | 924 } |
| OLD | NEW |