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

Unified Diff: plugin/idl/idl.gyp

Issue 2825074: Initial version rendering 2D path for O3D. This will eventually allow O3D app... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/o3d/
Patch Set: '' Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « installer/linux/debian.in/debian.gyp ('k') | plugin/linux/main_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: plugin/idl/idl.gyp
===================================================================
--- plugin/idl/idl.gyp (revision 57528)
+++ plugin/idl/idl.gyp (working copy)
@@ -10,9 +10,18 @@
'chromium_code': 0,
'idl_out_path': '<(SHARED_INTERMEDIATE_DIR)/idl_glue',
'static_glue_dir': '../../../<(nixysadir)/static_glue/npapi',
- 'idl_files': [
+ 'idl_files': [
'<!@(python get_idl_files.py)',
],
+ 'conditions': [
+ ['renderer == "cairo"',
+ {
+ 'idl_files': [
+ 'image_2d.idl',
+ ],
+ },
+ ],
+ ],
},
'target_defaults': {
'include_dirs': [
« no previous file with comments | « installer/linux/debian.in/debian.gyp ('k') | plugin/linux/main_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698