Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Side by Side Diff: content/content_shell.gypi

Issue 1908473002: Split //ui/events/devices into two targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More deps on new target. Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698