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

Side by Side Diff: samples/myapi/myapi.gyp

Issue 1209033003: Work in progres, please take a look and give early feedback if this is the way we want to structure… (Closed) Base URL: git@github.com:dart-lang/fletch.git@master
Patch Set: address comments Created 5 years, 5 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 | « samples/myapi/generated/myapi_service_impl.dart ('k') | samples/myapi/myapi_client.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE.md file.
4
5 {
6 'target_defaults': {
7 'include_dirs': [
8 '../../',
9 ],
10 },
11 'targets': [
12 {
13 'target_name': 'myapi_test',
14 'type': 'executable',
15 'dependencies': [
16 '../../src/vm/vm.gyp:fletch_vm_library',
17 ],
18 'sources': [
19 'myapi_client.cc',
20 'generated/myapi.h',
21 'generated/cc/myapi_service.cc',
22 'generated/cc/myapi_service.h',
23 'generated/cc/struct.cc',
24 'generated/cc/struct.h',
25 'generated/cc/unicode.cc',
26 'generated/cc/unicode.h',
27 ],
28 },
29 ],
30 }
OLDNEW
« no previous file with comments | « samples/myapi/generated/myapi_service_impl.dart ('k') | samples/myapi/myapi_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698