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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 'target_name': 'framelet_mojo_bindings_mojom',
9 'type': 'none',
10 'variables': {
11 'mojom_files': [
12 'framelet/common/framelet.mojom',
13 ],
14 },
15 'includes': [ '../third_party/mojo/mojom_bindings_generator_explicit.gypi' ],
16 },
17 {
18 'target_name': 'framelet_mojo_bindings',
19 'type': 'static_library',
20 'variables': { 'enable_wexit_time_destructors': 1, },
21 'dependencies': [
22 'framelet_mojo_bindings_mojom',
23 '../mojo/mojo_base.gyp:mojo_application_bindings',
24 '../mojo/mojo_base.gyp:mojo_environment_chromium',
25 '../skia/skia.gyp:skia_mojo',
26 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
27 '../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings',
28 ]
29 },
30 ]
31 }
32
OLDNEW
« 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