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

Side by Side Diff: cc/ipc/cc_ipc.gyp

Issue 2036663003: Establish mojo service between Canvas (blink) and SurfaceManager (browser) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase, format, minor edits Created 4 years, 6 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
« no previous file with comments | « no previous file | cc/ipc/surface_id_struct_traits.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 # Same target as above except that this is used in Blink 58 # Same target as above except that this is used in Blink
59 'target_name': 'interfaces_blink', 59 'target_name': 'interfaces_blink',
60 'type': 'none', 60 'type': 'none',
61 'variables': { 61 'variables': {
62 'for_blink': 'true', 62 'for_blink': 'true',
63 'mojom_files': [ 63 'mojom_files': [
64 'surface_id.mojom', 64 'surface_id.mojom',
65 'surface_sequence.mojom', 65 'surface_sequence.mojom',
66 ], 66 ],
67 'mojom_typemaps': [ 67 'mojom_typemaps': [
68 'surface_id.typemap', 68 '../../third_party/WebKit/Source/platform/mojo/SurfaceId.typemap',
danakj 2016/06/13 18:38:10 I think you need the inverse. cc does not depend o
danakj 2016/06/13 18:40:04 Also, if you change .gyp you should also change BU
69 'surface_sequence.typemap', 69 '../../third_party/WebKit/Source/platform/mojo/SurfaceSequence.typemap ',
70 ], 70 ],
71 }, 71 },
72 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ], 72 'includes': [ '../../mojo/mojom_bindings_generator_explicit.gypi' ],
73 }, 73 },
74 74
75 ], 75 ],
76 } 76 }
OLDNEW
« no previous file with comments | « no previous file | cc/ipc/surface_id_struct_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698