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

Unified Diff: ui/keyboard/keyboard.gyp

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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
« no previous file with comments | « ui/keyboard/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/keyboard.gyp
diff --git a/ui/keyboard/keyboard.gyp b/ui/keyboard/keyboard.gyp
index 2bebf2e507828544412ba5bff4b851df998f0ac3..681d0075452e6e650468b8b78c52816691384661 100644
--- a/ui/keyboard/keyboard.gyp
+++ b/ui/keyboard/keyboard.gyp
@@ -16,7 +16,7 @@
'sources': [
'webui/keyboard.mojom',
],
- 'includes': [ '../../mojo/mojom_bindings_generator.gypi' ],
+ 'includes': [ '../../third_party/mojo/mojom_bindings_generator.gypi' ],
},
{
# GN version: //ui/keyboard:resources
@@ -63,10 +63,10 @@
'../../content/content.gyp:content_browser',
'../../ipc/ipc.gyp:ipc',
'../../mojo/mojo_base.gyp:mojo_environment_chromium',
- '../../mojo/mojo_edk.gyp:mojo_system_impl',
- '../../mojo/mojo_public.gyp:mojo_cpp_bindings',
- '../../mojo/mojo_public.gyp:mojo_js_bindings',
'../../skia/skia.gyp:skia',
+ '../../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
+ '../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../../third_party/mojo/mojo_public.gyp:mojo_js_bindings',
'../../url/url.gyp:url_lib',
'../aura/aura.gyp:aura',
'../base/ui_base.gyp:ui_base',
« no previous file with comments | « ui/keyboard/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698