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

Unified Diff: Source/bindings/modules/v8/v8.gni

Issue 402883003: Add some v8 bindings files to GN build. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/bindings/modules/v8/custom/custom.gypi ('k') | Source/bindings/modules/v8/v8.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/bindings/modules/v8/v8.gni
diff --git a/Source/bindings/modules/v8/v8.gni b/Source/bindings/modules/v8/v8.gni
new file mode 100644
index 0000000000000000000000000000000000000000..3cc1024c33f4982807927a0760e5e8a093296a25
--- /dev/null
+++ b/Source/bindings/modules/v8/v8.gni
@@ -0,0 +1,22 @@
+# 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.
+
+import("custom/custom.gni")
+
+# Make the files absolute so they can be imported to anywhere.
+bindings_modules_v8_files = get_path_info(
+ [
+ "DictionaryHelperForModules.cpp",
+ "IDBBindingUtilities.cpp",
+ "IDBBindingUtilities.h",
+ "ModuleBindingsInitializer.cpp",
+ "ModuleBindingsInitializer.h",
+ ],
+ "abspath") + bindings_modules_v8_custom_files
+
+bindings_modules_v8_unittest_files = get_path_info(
+ [
+ "IDBBindingUtilitiesTest.cpp",
+ ],
+ "abspath")
« no previous file with comments | « Source/bindings/modules/v8/custom/custom.gypi ('k') | Source/bindings/modules/v8/v8.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698