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/gtest.gyp:gtest', | 64 '../testing/gtest.gyp:gtest', |
65 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', | 65 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', |
66 '../ui/base/ui_base.gyp:ui_base', | 66 '../ui/base/ui_base.gyp:ui_base', |
67 '../ui/events/events.gyp:events_base', | 67 '../ui/events/events.gyp:events_base', |
68 '../ui/gfx/gfx.gyp:gfx', | 68 '../ui/gfx/gfx.gyp:gfx', |
69 '../ui/gfx/gfx.gyp:gfx_geometry', | 69 '../ui/gfx/gfx.gyp:gfx_geometry', |
70 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', | 70 '../ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp:gfx_ipc_geometry', |
71 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', | 71 '../ui/gfx/ipc/gfx_ipc.gyp:gfx_ipc', |
72 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', | 72 '../ui/gfx/ipc/skia/gfx_ipc_skia.gyp:gfx_ipc_skia', |
73 '../ui/gl/gl.gyp:gl', | 73 '../ui/gl/gl.gyp:gl', |
| 74 '../ui/latency_info/latency_info.gyp:latency_info', |
74 '../url/url.gyp:url_lib', | 75 '../url/url.gyp:url_lib', |
75 '../url/ipc/url_ipc.gyp:url_ipc', | 76 '../url/ipc/url_ipc.gyp:url_ipc', |
76 '../v8/src/v8.gyp:v8', | 77 '../v8/src/v8.gyp:v8', |
77 ], | 78 ], |
78 'include_dirs': [ | 79 'include_dirs': [ |
79 '..', | 80 '..', |
80 ], | 81 ], |
81 'sources': [ | 82 'sources': [ |
82 # Note: sources list duplicated in GN build. | 83 # Note: sources list duplicated in GN build. |
83 'shell/android/shell_descriptors.h', | 84 'shell/android/shell_descriptors.h', |
(...skipping 822 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
906 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 907 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
907 '--destination_dir', '<(dest_dir)', | 908 '--destination_dir', '<(dest_dir)', |
908 ], | 909 ], |
909 }, | 910 }, |
910 ], | 911 ], |
911 }, | 912 }, |
912 ], | 913 ], |
913 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 914 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
914 ] | 915 ] |
915 } | 916 } |
OLD | NEW |