| 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_support', | 52 '../third_party/WebKit/public/blink_test_runner.gyp:blink_test_support', |
| 53 '../ui/events/events.gyp:events_base', | 53 '../ui/events/events.gyp:events_base', |
| 54 '../ui/gfx/gfx.gyp:gfx', | 54 '../ui/gfx/gfx.gyp:gfx', |
| 55 '../ui/gfx/gfx.gyp:gfx_geometry', | 55 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 56 '../ui/gl/gl.gyp:gl', | 56 '../ui/gl/gl.gyp:gl', |
| 57 '../ui/ui.gyp:ui', | 57 '../ui/ui.gyp:ui', |
| 58 '../url/url.gyp:url_lib', | 58 '../url/url.gyp:url_lib', |
| 59 '../v8/tools/gyp/v8.gyp:v8', | 59 '../v8/tools/gyp/v8.gyp:v8', |
| 60 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 60 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
| 61 '../webkit/common/webkit_common.gyp:webkit_common', | 61 '../webkit/common/webkit_common.gyp:webkit_common', |
| 62 '../webkit/glue/webkit_glue.gyp:glue', | |
| 63 '../webkit/webkit_resources.gyp:webkit_resources', | 62 '../webkit/webkit_resources.gyp:webkit_resources', |
| 64 ], | 63 ], |
| 65 'include_dirs': [ | 64 'include_dirs': [ |
| 66 '..', | 65 '..', |
| 67 ], | 66 ], |
| 68 'sources': [ | 67 'sources': [ |
| 69 'public/test/layouttest_support.h', | 68 'public/test/layouttest_support.h', |
| 70 'shell/android/shell_jni_registrar.cc', | 69 'shell/android/shell_jni_registrar.cc', |
| 71 'shell/android/shell_jni_registrar.h', | 70 'shell/android/shell_jni_registrar.h', |
| 72 'shell/android/shell_manager.cc', | 71 'shell/android/shell_manager.cc', |
| (...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1016 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 1015 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 1017 '--destination_dir', '<(dest_dir)', | 1016 '--destination_dir', '<(dest_dir)', |
| 1018 ], | 1017 ], |
| 1019 }, | 1018 }, |
| 1020 ], | 1019 ], |
| 1021 }, | 1020 }, |
| 1022 ], | 1021 ], |
| 1023 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 1022 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 1024 ] | 1023 ] |
| 1025 } | 1024 } |
| OLD | NEW |