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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 }], # OS=="win" | 262 }], # OS=="win" |
263 ['OS=="linux"', { | 263 ['OS=="linux"', { |
264 'dependencies': [ | 264 'dependencies': [ |
265 '../build/linux/system.gyp:fontconfig', | 265 '../build/linux/system.gyp:fontconfig', |
266 '../third_party/freetype2/freetype2.gyp:freetype2', | 266 '../third_party/freetype2/freetype2.gyp:freetype2', |
267 ], | 267 ], |
268 }], | 268 }], |
269 ['use_x11 == 1', { | 269 ['use_x11 == 1', { |
270 'dependencies': [ | 270 'dependencies': [ |
271 '../ui/events/devices/events_devices.gyp:events_devices', | 271 '../ui/events/devices/events_devices.gyp:events_devices', |
| 272 '../ui/events/devices/x11/events_devices_x11.gyp:events_devices_x11'
, |
272 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 273 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
273 ], | 274 ], |
274 }], | 275 }], |
275 ['OS=="android"', { | 276 ['OS=="android"', { |
276 'dependencies': [ | 277 'dependencies': [ |
277 '../mojo/mojo_base.gyp:libmojo_system_java', | 278 '../mojo/mojo_base.gyp:libmojo_system_java', |
278 'content_shell_jni_headers', | 279 'content_shell_jni_headers', |
279 ], | 280 ], |
280 }], # OS=="android" | 281 }], # OS=="android" |
281 ['os_posix == 1 and OS != "mac"', { | 282 ['os_posix == 1 and OS != "mac"', { |
(...skipping 622 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
904 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', | 905 '--input_symbol', '<(PRODUCT_DIR)/content_shell.exe.pdb', |
905 '--destination_dir', '<(dest_dir)', | 906 '--destination_dir', '<(dest_dir)', |
906 ], | 907 ], |
907 }, | 908 }, |
908 ], | 909 ], |
909 }, | 910 }, |
910 ], | 911 ], |
911 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" | 912 }], # OS=="win" and fastbuild==0 and target_arch=="ia32" |
912 ] | 913 ] |
913 } | 914 } |
OLD | NEW |