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

Unified Diff: mojo/public/js/bindings/BUILD.gn

Issue 259823005: Add GN targets for mojom generator (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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
Index: mojo/public/js/bindings/BUILD.gn
diff --git a/net/net.isolate b/mojo/public/js/bindings/BUILD.gn
similarity index 66%
copy from net/net.isolate
copy to mojo/public/js/bindings/BUILD.gn
index f5ca9b501c302711d39d7e465e2fdebbdde0b415..0f305e924ec52d3d1b6923ecc012b55a1ac69eac 100644
--- a/net/net.isolate
+++ b/mojo/public/js/bindings/BUILD.gn
@@ -1,10 +1,10 @@
# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-{
- 'conditions': [
- ],
- 'includes': [
- '../base/base.isolate',
- ],
+
+source_set("bindings") {
+ sources = [
+ "constants.cc",
+ "constants.h",
+ ]
}

Powered by Google App Engine
This is Rietveld 408576698