diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-22 01:33:53 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-22 01:33:53 +0000 |
commit | 557221548b76b970d4b70f890cb1d3165ff8257d (patch) | |
tree | 145bdab7a078d1012d480fba66f6697f9f3ecb42 /content/content_common.gypi | |
parent | 8fb5ca734a7680739653b79d264e4997add31f05 (diff) | |
download | chromium_src-557221548b76b970d4b70f890cb1d3165ff8257d.zip chromium_src-557221548b76b970d4b70f890cb1d3165ff8257d.tar.gz chromium_src-557221548b76b970d4b70f890cb1d3165ff8257d.tar.bz2 |
Move some more renderer messages to content. Also move a couple of files which should have been moved.TBR=tsepez
R=sky@chromium.org,*,jam@chromium.org,jcivelli@chromium.org,phajdan.jr@chromium.org,darin@chromium.org,brettw@chromium.org,ben@chromium.org
Review URL: http://codereview.chromium.org/6718020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78957 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index d889966..56e36e0 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -69,6 +69,7 @@ 'common/dom_storage_messages.h', 'common/dx_diag_node.cc', 'common/dx_diag_node.h', + 'common/edit_command.h', 'common/file_path_watcher/file_path_watcher.cc', 'common/file_path_watcher/file_path_watcher.h', 'common/file_path_watcher/file_path_watcher_inotify.cc', |