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

Unified Diff: Source/core/css/generated.gyp

Issue 429853002: IDL: Add build target for IDL dictionary impl generation in core (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
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
« Source/core/css/FontFace.h ('K') | « Source/core/css/FontFaceDescriptors.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/css/generated.gyp
diff --git a/Source/core/css/generated.gyp b/Source/core/css/generated.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..25bc3f4cb3e7dc3e4fed4a717c0e8ef1decc59f0
--- /dev/null
+++ b/Source/core/css/generated.gyp
@@ -0,0 +1,16 @@
+# Copyright (c) 2014 The Chromium Authors. All rights reserved.
haraken 2014/07/30 19:57:36 We might want to avoid creating generated.gyp to e
bashi 2014/07/31 02:34:05 Yeah, adding generated.gyp look a bit tricky and t
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'targets': [{
+ 'target_name': 'idl_dictionary_core_css_generated',
+ 'type': 'none',
+ 'includes': [
+ '../../bindings/dictionaries.gypi',
+ ],
+ 'sources': [
+ 'FontFaceDescriptors.idl',
bashi 2014/07/30 11:32:26 Another place where we need to list dictionary IDL
+ ],
+ }],
+}
« Source/core/css/FontFace.h ('K') | « Source/core/css/FontFaceDescriptors.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698