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

Side by Side Diff: gyp/skiamojo.gyp

Issue 1644043003: SkMojo: test linking Skia against the Mojo SDK (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2016 Google Inc.
2 #
3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file.
5 {
6 'targets': [
7 {
8 'target_name': 'skiamojo',
9 'type': 'static_library',
10 'sources': [ '../experimental/mojo/Skia.mojom.cc', ],
mtklein 2016/01/29 01:07:38 There some way to get gyp to generate this dynamic
hal.canary 2016/01/29 17:58:30 I think I've got it now.
11 'include_dirs': [ '../third_party/externals', '../experimental/mojo', ],
12 'direct_dependent_settings': {
13 'include_dirs': [
14 '../third_party/externals',
15 '../experimental/mojo',
16 ],
17 },
18 },
19 ],
20 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698