diff options
author | milanb@chromium.org <milanb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-10 19:51:00 +0000 |
---|---|---|
committer | milanb@chromium.org <milanb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-12-10 19:51:00 +0000 |
commit | de1533fc1e256c7b30c1a9a5d89068328571ba98 (patch) | |
tree | f8d7712fd01607de05574952bae11c89db5db2be | |
parent | 19a38002ce79794ad9237ab3aa6f88b7f9f57462 (diff) | |
download | chromium_src-de1533fc1e256c7b30c1a9a5d89068328571ba98.zip chromium_src-de1533fc1e256c7b30c1a9a5d89068328571ba98.tar.gz chromium_src-de1533fc1e256c7b30c1a9a5d89068328571ba98.tar.bz2 |
Add all sources from ios/ subdir to ios projects automatically.
Add "['include', '(^|/)ios/']," to ios specific section of gyp files. This
shall allow automatic inclusion of source files from ios subdirectories.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/11500008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172113 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | ui/ui.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -557,6 +557,7 @@ 'sources/': [ ['exclude', '\\.(cc|mm)$'], ['include', '_ios\\.(cc|mm)$'], + ['include', '(^|/)ios/'], ['include', '^gfx/'], ['exclude', '^gfx/codec/jpeg_codec\\.cc$'], ['exclude', '^gfx/pango_util\\.'], |