diff options
Diffstat (limited to 'chromium/tools/gn/gn.gyp')
-rw-r--r-- | chromium/tools/gn/gn.gyp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chromium/tools/gn/gn.gyp b/chromium/tools/gn/gn.gyp index 79f83a719c8..8428948872d 100644 --- a/chromium/tools/gn/gn.gyp +++ b/chromium/tools/gn/gn.gyp @@ -146,6 +146,8 @@ 'path_output.h', 'pattern.cc', 'pattern.h', + 'qt_creator_writer.cc', + 'qt_creator_writer.h', 'runtime_deps.cc', 'runtime_deps.h', 'scheduler.cc', @@ -207,6 +209,10 @@ 'visual_studio_utils.h', 'visual_studio_writer.cc', 'visual_studio_writer.h', + 'xcode_object.cc', + 'xcode_object.h', + 'xcode_writer.cc', + 'xcode_writer.h', 'xml_element_writer.cc', 'xml_element_writer.h', ], |