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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 685793002: Move all event related devices from ui/events/ to ui/events/devices/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@internal-touchscreens
Patch Set: fix ozone Created 6 years, 1 month 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/browser/ui/startup/startup_browser_creator.cc ('k') | chrome/chrome_browser_ui.gypi » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3371 matching lines...) Expand 10 before | Expand all | Expand 10 after
3382 'dependencies': [ 3382 'dependencies': [
3383 '../build/linux/system.gyp:dbus', 3383 '../build/linux/system.gyp:dbus',
3384 '../build/linux/system.gyp:fontconfig', 3384 '../build/linux/system.gyp:fontconfig',
3385 '../dbus/dbus.gyp:dbus', 3385 '../dbus/dbus.gyp:dbus',
3386 ], 3386 ],
3387 }], 3387 }],
3388 # x11 build 3388 # x11 build
3389 ['use_x11==1', { 3389 ['use_x11==1', {
3390 'dependencies': [ 3390 'dependencies': [
3391 '../build/linux/system.gyp:x11', 3391 '../build/linux/system.gyp:x11',
3392 '../ui/events/devices/events_devices.gyp:events_devices',
3392 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', 3393 '../ui/gfx/x/gfx_x11.gyp:gfx_x11',
3393 ], 3394 ],
3394 }], 3395 }],
3395 ], 3396 ],
3396 }], 3397 }],
3397 ['desktop_linux==1', { 3398 ['desktop_linux==1', {
3398 'sources': [ '<@(chrome_browser_desktop_linux_sources)' ], 3399 'sources': [ '<@(chrome_browser_desktop_linux_sources)' ],
3399 }], 3400 }],
3400 ['enable_plugin_installation==1', { 3401 ['enable_plugin_installation==1', {
3401 'sources': [ '<@(chrome_browser_plugin_installation_sources)' ], 3402 'sources': [ '<@(chrome_browser_plugin_installation_sources)' ],
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
3612 'variables': { 3613 'variables': {
3613 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3614 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3614 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3615 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3615 }, 3616 },
3616 'includes': [ '../build/protoc.gypi' ] 3617 'includes': [ '../build/protoc.gypi' ]
3617 }, 3618 },
3618 ], 3619 ],
3619 },], 3620 },],
3620 ], 3621 ],
3621 } 3622 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/startup/startup_browser_creator.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698