| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 '../testing/gmock.gyp:gmock', | 64 '../testing/gmock.gyp:gmock', |
| 65 '../testing/gtest.gyp:gtest', | 65 '../testing/gtest.gyp:gtest', |
| 66 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 66 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
| 67 '../ui/base/ui_base.gyp:ui_base', | 67 '../ui/base/ui_base.gyp:ui_base', |
| 68 '../ui/events/events.gyp:events_base', | 68 '../ui/events/events.gyp:events_base', |
| 69 '../ui/gfx/gfx.gyp:gfx', | 69 '../ui/gfx/gfx.gyp:gfx', |
| 70 '../ui/gfx/gfx.gyp:gfx_geometry', | 70 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 71 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 71 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
| 72 '../ui/gl/gl.gyp:gl', | 72 '../ui/gl/gl.gyp:gl', |
| 73 '../url/url.gyp:url_lib', | 73 '../url/url.gyp:url_lib', |
| 74 '../url/ipc/url_ipc.gyp:url_ipc', | |
| 75 '../v8/tools/gyp/v8.gyp:v8', | 74 '../v8/tools/gyp/v8.gyp:v8', |
| 76 ], | 75 ], |
| 77 'include_dirs': [ | 76 'include_dirs': [ |
| 78 '..', | 77 '..', |
| 79 ], | 78 ], |
| 80 'sources': [ | 79 'sources': [ |
| 81 # Note: sources list duplicated in GN build. | 80 # Note: sources list duplicated in GN build. |
| 82 'shell/android/shell_descriptors.h', | 81 'shell/android/shell_descriptors.h', |
| 83 'shell/android/shell_jni_registrar.cc', | 82 'shell/android/shell_jni_registrar.cc', |
| 84 'shell/android/shell_jni_registrar.h', | 83 'shell/android/shell_jni_registrar.h', |
| (...skipping 890 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 975 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 974 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
| 976 '--destination_dir', '<(dest_dir)', | 975 '--destination_dir', '<(dest_dir)', |
| 977 ], | 976 ], |
| 978 }, | 977 }, |
| 979 ], | 978 ], |
| 980 }, | 979 }, |
| 981 ], | 980 ], |
| 982 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 981 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
| 983 ] | 982 ] |
| 984 } | 983 } |
| OLD | NEW |