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

Unified Diff: third_party/iaccessible2/iaccessible2.gyp

Issue 7649003: fix build break (missing file in IAccessible2Proxy) (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/iaccessible2/iaccessible2.gyp
diff --git a/third_party/iaccessible2/iaccessible2.gyp b/third_party/iaccessible2/iaccessible2.gyp
index 2b33965259c9a27438f46703cac28744ae07a3e0..65b689511035709bebbf67c19061b6d6f9cf9363 100644
--- a/third_party/iaccessible2/iaccessible2.gyp
+++ b/third_party/iaccessible2/iaccessible2.gyp
@@ -38,6 +38,7 @@
'sources': [
'IAccessible2Proxy.def',
'<(INTERMEDIATE_DIR)/../iaccessible2/dlldata.c',
+ '<(INTERMEDIATE_DIR)/../iaccessible2/ia2_api_all_p.c',
Ryan Sleevi 2011/08/13 03:44:57 is _p.c generated by this target? Or is it still g
],
'link_settings': {
'libraries': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698