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

Unified Diff: components/framelet_mojo_bindings.gyp

Issue 1602663003: Framelet Prototype 2016 using Mojo IPC Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Disabled oilpan Created 4 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 | « components/framelet/renderer/framelet_container.cc ('k') | components/guest_view/browser/guest_view_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/framelet_mojo_bindings.gyp
diff --git a/components/framelet_mojo_bindings.gyp b/components/framelet_mojo_bindings.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..0bdbc4961d8f67c788df0f831a9a562dfe69f952
--- /dev/null
+++ b/components/framelet_mojo_bindings.gyp
@@ -0,0 +1,32 @@
+# Copyright 2014 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.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'framelet_mojo_bindings_mojom',
+ 'type': 'none',
+ 'variables': {
+ 'mojom_files': [
+ 'framelet/common/framelet.mojom',
+ ],
+ },
+ 'includes': [ '../third_party/mojo/mojom_bindings_generator_explicit.gypi' ],
+ },
+ {
+ 'target_name': 'framelet_mojo_bindings',
+ 'type': 'static_library',
+ 'variables': { 'enable_wexit_time_destructors': 1, },
+ 'dependencies': [
+ 'framelet_mojo_bindings_mojom',
+ '../mojo/mojo_base.gyp:mojo_application_bindings',
+ '../mojo/mojo_base.gyp:mojo_environment_chromium',
+ '../skia/skia.gyp:skia_mojo',
+ '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings',
+ ]
+ },
+ ]
+}
+
« no previous file with comments | « components/framelet/renderer/framelet_container.cc ('k') | components/guest_view/browser/guest_view_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698