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

Unified Diff: device/devices_app/devices_app.gyp

Issue 1165223004: Introduce the devices Mojo app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: device/devices_app/devices_app.gyp
diff --git a/device/core/core.gyp b/device/devices_app/devices_app.gyp
similarity index 50%
copy from device/core/core.gyp
copy to device/devices_app/devices_app.gyp
index 034b9e3596220d1354ae52cd509bbae42b9452c3..08cc1aab01eac5874a104830ed04cca3a1c166f9 100644
--- a/device/core/core.gyp
+++ b/device/devices_app/devices_app.gyp
@@ -8,18 +8,23 @@
},
'targets': [
{
- 'target_name': 'device_core',
+ 'target_name': 'devices_app_lib',
'type': 'static_library',
'include_dirs': [
'../..',
],
'sources': [
- 'device_client.cc',
- 'device_client.h',
- 'device_monitor_win.cc',
- 'device_monitor_win.h',
+ 'devices_app.cc',
+ 'devices_app.h',
],
'dependencies': [
+ '<(DEPTH)/device/usb/usb.gyp:device_usb',
+ '<(DEPTH)/device/usb/usb.gyp:device_usb_mojo_bindings_lib',
+ '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
+ '<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
+ ],
+ 'export_dependent_settings': [
+ '<(DEPTH)/mojo/mojo_base.gyp:mojo_application_bindings',
'<(DEPTH)/third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
],
},

Powered by Google App Engine
This is Rietveld 408576698