| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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_mac_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 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 53 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 54 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
| 54 '../gin/gin.gyp:gin', | 55 '../gin/gin.gyp:gin', |
| 55 '../gpu/gpu.gyp:gpu', | 56 '../gpu/gpu.gyp:gpu', |
| 56 '../ipc/ipc.gyp:ipc', | 57 '../ipc/ipc.gyp:ipc', |
| 57 '../media/blink/media_blink.gyp:media_blink', | 58 '../media/blink/media_blink.gyp:media_blink', |
| 58 '../media/media.gyp:media', | 59 '../media/media.gyp:media', |
| 59 '../net/net.gyp:net', | 60 '../net/net.gyp:net', |
| 60 '../net/net.gyp:net_resources', | 61 '../net/net.gyp:net_resources', |
| 61 '../skia/skia.gyp:skia', | 62 '../skia/skia.gyp:skia', |
| 62 '../storage/storage_browser.gyp:storage', | 63 '../storage/storage_browser.gyp:storage', |
| 63 '../third_party/WebKit/public/blink.gyp:blink', | 64 '../third_party/WebKit/public/blink.gyp:blink', |
| 64 '../third_party/WebKit/public/blink.gyp:blink_test_support', | 65 '../third_party/WebKit/public/blink.gyp:blink_test_support', |
| 66 '../testing/gmock.gyp:gmock', |
| 67 '../testing/gtest.gyp:gtest', |
| 65 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 68 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 66 '../ui/base/ui_base.gyp:ui_base', | 69 '../ui/base/ui_base.gyp:ui_base', |
| 67 '../ui/events/events.gyp:events_base', | 70 '../ui/events/events.gyp:events_base', |
| 68 '../ui/gfx/gfx.gyp:gfx', | 71 '../ui/gfx/gfx.gyp:gfx', |
| 69 '../ui/gfx/gfx.gyp:gfx_geometry', | 72 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 70 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 73 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 71 '../ui/gl/gl.gyp:gl', | 74 '../ui/gl/gl.gyp:gl', |
| 72 '../url/url.gyp:url_lib', | 75 '../url/url.gyp:url_lib', |
| 73 '../v8/tools/gyp/v8.gyp:v8', | 76 '../v8/tools/gyp/v8.gyp:v8', |
| 74 ], | 77 ], |
| (...skipping 18 matching lines...) Expand all Loading... |
| 93 'shell/app/shell_main_delegate.cc', | 96 'shell/app/shell_main_delegate.cc', |
| 94 'shell/app/shell_main_delegate.h', | 97 'shell/app/shell_main_delegate.h', |
| 95 'shell/app/shell_main_delegate_mac.h', | 98 'shell/app/shell_main_delegate_mac.h', |
| 96 'shell/app/shell_main_delegate_mac.mm', | 99 'shell/app/shell_main_delegate_mac.mm', |
| 97 'shell/browser/blink_test_controller.cc', | 100 'shell/browser/blink_test_controller.cc', |
| 98 'shell/browser/blink_test_controller.h', | 101 'shell/browser/blink_test_controller.h', |
| 99 'shell/browser/ipc_echo_message_filter.cc', | 102 'shell/browser/ipc_echo_message_filter.cc', |
| 100 'shell/browser/ipc_echo_message_filter.h', | 103 'shell/browser/ipc_echo_message_filter.h', |
| 101 'shell/browser/layout_test/layout_test_android.cc', | 104 'shell/browser/layout_test/layout_test_android.cc', |
| 102 'shell/browser/layout_test/layout_test_android.h', | 105 'shell/browser/layout_test/layout_test_android.h', |
| 106 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.cc', |
| 107 'shell/browser/layout_test/layout_test_bluetooth_adapter_provider.h', |
| 103 'shell/browser/layout_test/layout_test_browser_context.cc', | 108 'shell/browser/layout_test/layout_test_browser_context.cc', |
| 104 'shell/browser/layout_test/layout_test_browser_context.h', | 109 'shell/browser/layout_test/layout_test_browser_context.h', |
| 105 'shell/browser/layout_test/layout_test_browser_main.cc', | 110 'shell/browser/layout_test/layout_test_browser_main.cc', |
| 106 'shell/browser/layout_test/layout_test_browser_main.h', | 111 'shell/browser/layout_test/layout_test_browser_main.h', |
| 107 'shell/browser/layout_test/layout_test_browser_main_parts.cc', | 112 'shell/browser/layout_test/layout_test_browser_main_parts.cc', |
| 108 'shell/browser/layout_test/layout_test_browser_main_parts.h', | 113 'shell/browser/layout_test/layout_test_browser_main_parts.h', |
| 109 'shell/browser/layout_test/layout_test_content_browser_client.cc', | 114 'shell/browser/layout_test/layout_test_content_browser_client.cc', |
| 110 'shell/browser/layout_test/layout_test_content_browser_client.h', | 115 'shell/browser/layout_test/layout_test_content_browser_client.h', |
| 111 'shell/browser/layout_test/layout_test_devtools_frontend.cc', | 116 'shell/browser/layout_test/layout_test_devtools_frontend.cc', |
| 112 'shell/browser/layout_test/layout_test_devtools_frontend.h', | 117 'shell/browser/layout_test/layout_test_devtools_frontend.h', |
| (...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1167 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1172 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1168 '--destination_dir', '<(dest_dir)', | 1173 '--destination_dir', '<(dest_dir)', |
| 1169 ], | 1174 ], |
| 1170 }, | 1175 }, |
| 1171 ], | 1176 ], |
| 1172 }, | 1177 }, |
| 1173 ], | 1178 ], |
| 1174 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1179 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1175 ] | 1180 ] |
| 1176 } | 1181 } |
| OLD | NEW |