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

Unified Diff: pkg/typed_mock/BUILD.gn

Issue 2408713004: Updated build files for Fuchsia. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/sdk/@master
Patch Set: Only kept typed_mock Created 4 years, 2 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/typed_mock/BUILD.gn
diff --git a/utils/analysis_server/BUILD.gn b/pkg/typed_mock/BUILD.gn
similarity index 62%
copy from utils/analysis_server/BUILD.gn
copy to pkg/typed_mock/BUILD.gn
index 767c81fcdd0edd4cbde66cf088693e6b5de6107c..b00e00bb871d0d4c7b80073aa112abd5cb638c08 100644
--- a/utils/analysis_server/BUILD.gn
+++ b/pkg/typed_mock/BUILD.gn
@@ -2,8 +2,10 @@
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
-import("../invoke_dart.gni")
+import("//build/dart/dart_package.gni")
-application_snapshot("analysis_server") {
- main_dart = "../../pkg/analysis_server/bin/server.dart"
+dart_package("typed_mock") {
+ package_name = "typed_mock"
+
+ source_dir = "lib"
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698