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

Unified Diff: mojo/mojo_ipc.gypi

Issue 23629032: mojo: MessageBuilder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add support for a string field type. Created 7 years, 3 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
« mojo/ipc/message/ipc_message_unittest.cc ('K') | « mojo/mojo.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_ipc.gypi
diff --git a/tools/gn/secondary/base/third_party/xdg_user_dirs/BUILD.gn b/mojo/mojo_ipc.gypi
similarity index 55%
copy from tools/gn/secondary/base/third_party/xdg_user_dirs/BUILD.gn
copy to mojo/mojo_ipc.gypi
index eda4e02fffd69b8b02fcf20f869379d7be7e85b0..d70c2c8f2b8b54fdc96064ffa479feeadf2991b7 100644
--- a/tools/gn/secondary/base/third_party/xdg_user_dirs/BUILD.gn
+++ b/mojo/mojo_ipc.gypi
@@ -1,11 +1,12 @@
# Copyright (c) 2013 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-
-static_library("xdg_user_dirs") {
- external = true
- sources = [
- "xdg_user_dir_lookup.cc",
- "xdg_user_dir_lookup.h",
- ]
+{
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
+ 'ipc/message/ipc_message.cc',
+ 'ipc/message/ipc_message_builder.cc',
+ ],
}
« mojo/ipc/message/ipc_message_unittest.cc ('K') | « mojo/mojo.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698