| 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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 '../third_party/WebKit/public/blink.gyp:blink', | 57 '../third_party/WebKit/public/blink.gyp:blink', |
| 58 '../third_party/WebKit/public/blink.gyp:blink_test_support', | 58 '../third_party/WebKit/public/blink.gyp:blink_test_support', |
| 59 '../ui/base/ui_base.gyp:ui_base', | 59 '../ui/base/ui_base.gyp:ui_base', |
| 60 '../ui/events/events.gyp:events_base', | 60 '../ui/events/events.gyp:events_base', |
| 61 '../ui/gfx/gfx.gyp:gfx', | 61 '../ui/gfx/gfx.gyp:gfx', |
| 62 '../ui/gfx/gfx.gyp:gfx_geometry', | 62 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 63 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 63 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 64 '../ui/gl/gl.gyp:gl', | 64 '../ui/gl/gl.gyp:gl', |
| 65 '../url/url.gyp:url_lib', | 65 '../url/url.gyp:url_lib', |
| 66 '../v8/tools/gyp/v8.gyp:v8', | 66 '../v8/tools/gyp/v8.gyp:v8', |
| 67 '../webkit/storage_browser.gyp:webkit_storage_browser', | 67 '../webkit/storage_browser.gyp:storage', |
| 68 ], | 68 ], |
| 69 'include_dirs': [ | 69 'include_dirs': [ |
| 70 '..', | 70 '..', |
| 71 ], | 71 ], |
| 72 'sources': [ | 72 'sources': [ |
| 73 # Note: sources list duplicated in GN build. | 73 # Note: sources list duplicated in GN build. |
| 74 'shell/android/shell_jni_registrar.cc', | 74 'shell/android/shell_jni_registrar.cc', |
| 75 'shell/android/shell_jni_registrar.h', | 75 'shell/android/shell_jni_registrar.h', |
| 76 'shell/android/shell_manager.cc', | 76 'shell/android/shell_manager.cc', |
| 77 'shell/android/shell_manager.h', | 77 'shell/android/shell_manager.h', |
| (...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1099 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1099 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1100 '--destination_dir', '<(dest_dir)', | 1100 '--destination_dir', '<(dest_dir)', |
| 1101 ], | 1101 ], |
| 1102 }, | 1102 }, |
| 1103 ], | 1103 ], |
| 1104 }, | 1104 }, |
| 1105 ], | 1105 ], |
| 1106 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1106 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1107 ] | 1107 ] |
| 1108 } | 1108 } |
| OLD | NEW |