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

Side by Side Diff: chrome/chrome_browser_ui.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/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.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 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 2953 matching lines...) Expand 10 before | Expand all | Expand 10 after
2964 '../build/linux/system.gyp:fontconfig', 2964 '../build/linux/system.gyp:fontconfig',
2965 '../dbus/dbus.gyp:dbus', 2965 '../dbus/dbus.gyp:dbus',
2966 ], 2966 ],
2967 }], 2967 }],
2968 # x11 build 2968 # x11 build
2969 ['use_x11==1', { 2969 ['use_x11==1', {
2970 'sources': [ '<@(chrome_browser_ui_x11_sources)' ], 2970 'sources': [ '<@(chrome_browser_ui_x11_sources)' ],
2971 'dependencies': [ 2971 'dependencies': [
2972 '../build/linux/system.gyp:x11', 2972 '../build/linux/system.gyp:x11',
2973 '../build/linux/system.gyp:gio', 2973 '../build/linux/system.gyp:gio',
2974 '../ui/events/devices/events_devices.gyp:events_devices',
2974 ], 2975 ],
2975 }], 2976 }],
2976 ['use_udev==1', { 2977 ['use_udev==1', {
2977 'dependencies': [ 2978 'dependencies': [
2978 '../build/linux/system.gyp:udev', 2979 '../build/linux/system.gyp:udev',
2979 ], 2980 ],
2980 }], 2981 }],
2981 ], 2982 ],
2982 }], 2983 }],
2983 ['enable_app_list==1', { 2984 ['enable_app_list==1', {
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
3044 ['OS!="android" and OS!="ios"', { 3045 ['OS!="android" and OS!="ios"', {
3045 'dependencies': [ 3046 'dependencies': [
3046 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3047 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3047 ], 3048 ],
3048 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], 3049 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ],
3049 }], 3050 }],
3050 ], 3051 ],
3051 }, 3052 },
3052 ], 3053 ],
3053 } 3054 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698