diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-03 00:41:23 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-03 00:41:23 +0000 |
commit | 74d1bb0fa3b80cb16100142da9cf7b18a552cda3 (patch) | |
tree | f4c2faba710bd92871421d73a1ac9b9778d63877 /chrome/chrome.gyp | |
parent | 1b44bb9683e902b84616e42d00f486dc0ca4ed9a (diff) | |
download | chromium_src-74d1bb0fa3b80cb16100142da9cf7b18a552cda3.zip chromium_src-74d1bb0fa3b80cb16100142da9cf7b18a552cda3.tar.gz chromium_src-74d1bb0fa3b80cb16100142da9cf7b18a552cda3.tar.bz2 |
Move chrome/apps/result_codes.h to chrome/common/result_codes.h
Review URL: http://codereview.chromium.org/28279
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10761 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 6f1d788..35a243b 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -243,6 +243,7 @@ 'common/resource_bundle_win.cc', 'common/resource_dispatcher.cc', 'common/resource_dispatcher.h', + 'common/result_codes.h', 'common/sandbox_init_wrapper.cc', 'common/sandbox_init_wrapper.h', 'common/scoped_vector.h', @@ -1331,7 +1332,6 @@ 'app/google_update_client.h', 'app/keystone_glue.h', 'app/keystone_glue.m', - 'app/result_codes.h', 'app/scoped_ole_initializer.h', ], 'mac_bundle_resources': [ |