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

Unified Diff: chrome/chrome_common.gypi

Issue 9359040: WIP IDL-IPC2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Checkpoint before going back to returning ListValue via ExtensionMsg_Response. Created 8 years, 10 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 | « chrome/chrome_browser.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 991e8632f1b0ff213eba60a752f09a1d87a85c1c..ab442bc6396b0f8c02317258f0be5f1636c3c79d 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -26,6 +26,7 @@
# TODO(gregoryd): chrome_resources and chrome_strings could be
# shared with the 64-bit target, but it does not work due to a gyp
# issue.
+ 'apiidlc_common',
'common_constants',
'common_net',
'common_version',
@@ -478,5 +479,21 @@
},
'includes': [ '../build/protoc.gypi' ],
},
+ {
+ 'target_name': 'apiidlc_common',
+ 'type': 'none',
+ 'variables': {
+ 'apiidlc_in_dir': '.',
+ 'apiidlc_out_dir':
+ '<(SHARED_INTERMEDIATE_DIR)/apiidlc_out/chrome/<(apiidlc_in_dir)',
+ 'source_files': [
+ 'common/extensions/api/generated_messages.h.tmpl',
+ ],
+ 'output_files': [
+ '<(apiidlc_out_dir)/common/extensions/api/generated_messages.h',
+ ],
+ },
+ 'includes': [ '../build/apiidlc.gypi' ],
+ },
],
}
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698