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

Side by Side 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, 4 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 unified diff | Download patch
OLDNEW
(Empty)
1 # 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
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 {
6 'targets': [{
7 'target_name': 'idl_dictionary_core_css_generated',
8 'type': 'none',
9 'includes': [
10 '../../bindings/dictionaries.gypi',
11 ],
12 'sources': [
13 'FontFaceDescriptors.idl',
bashi 2014/07/30 11:32:26 Another place where we need to list dictionary IDL
14 ],
15 }],
16 }
OLDNEW
« 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