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

Unified Diff: tools/battor_agent/battor_agent.gyp

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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 | « third_party/mojo/src/mojo/edk/test/test_utils_win.cc ('k') | tools/ipc_fuzzer/message_replay/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/battor_agent/battor_agent.gyp
diff --git a/tools/battor_agent/battor_agent.gyp b/tools/battor_agent/battor_agent.gyp
index a96ffc6d2979905faf9a39d3606e797756c7f7e7..86067ed1cec09d0b143aa55454ff6b6485fafd08 100644
--- a/tools/battor_agent/battor_agent.gyp
+++ b/tools/battor_agent/battor_agent.gyp
@@ -14,8 +14,8 @@
'battor_agent_lib',
'../../device/serial/serial.gyp:device_serial',
'../../device/serial/serial.gyp:device_serial_mojo',
- '../../third_party/mojo/mojo_public.gyp:mojo_environment_standalone',
- '../../third_party/mojo/mojo_public.gyp:mojo_public',
+ '../../mojo/mojo_public.gyp:mojo_environment_standalone',
+ '../../mojo/mojo_public.gyp:mojo_public',
],
'sources': [
'battor_agent_bin.cc',
@@ -55,11 +55,11 @@
'../../base/base.gyp:run_all_unittests',
'../../base/base.gyp:test_support_base',
'../../device/serial/serial.gyp:device_serial',
- '../../device/serial/serial.gyp:device_serial_test_util',
- '../../testing/gmock.gyp:gmock',
+ '../../device/serial/serial.gyp:device_serial_test_util',
+ '../../mojo/mojo_public.gyp:mojo_environment_standalone',
+ '../../mojo/mojo_public.gyp:mojo_public',
+ '../../testing/gmock.gyp:gmock',
'../../testing/gtest.gyp:gtest',
- '../../third_party/mojo/mojo_public.gyp:mojo_environment_standalone',
- '../../third_party/mojo/mojo_public.gyp:mojo_public',
],
'sources': [
'battor_agent_unittest.cc',
« no previous file with comments | « third_party/mojo/src/mojo/edk/test/test_utils_win.cc ('k') | tools/ipc_fuzzer/message_replay/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698