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

Unified 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, 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/myapi/myapi.gyp
diff --git a/samples/myapi/myapi.gyp b/samples/myapi/myapi.gyp
deleted file mode 100644
index 031380a742c4ee6121b3bed31a473816a02e0a61..0000000000000000000000000000000000000000
--- a/samples/myapi/myapi.gyp
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file
-# for details. All rights reserved. Use of this source code is governed by a
-# BSD-style license that can be found in the LICENSE.md file.
-
-{
- 'target_defaults': {
- 'include_dirs': [
- '../../',
- ],
- },
- 'targets': [
- {
- 'target_name': 'myapi_test',
- 'type': 'executable',
- 'dependencies': [
- '../../src/vm/vm.gyp:fletch_vm_library',
- ],
- 'sources': [
- 'myapi_client.cc',
- 'generated/myapi.h',
- 'generated/cc/myapi_service.cc',
- 'generated/cc/myapi_service.h',
- 'generated/cc/struct.cc',
- 'generated/cc/struct.h',
- 'generated/cc/unicode.cc',
- 'generated/cc/unicode.h',
- ],
- },
- ],
-}
« 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