diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-22 22:40:55 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-22 22:40:55 +0000 |
commit | 18e78c588d4f6cc333737d3e79b5e58210ddaac2 (patch) | |
tree | 973ca3db72782cd4f10abc3966ec40cec42ae8e7 /chrome/chrome_common.gypi | |
parent | 676b0afa9a6e80d53a54d0c4ddc2eae022e26bdd (diff) | |
download | chromium_src-18e78c588d4f6cc333737d3e79b5e58210ddaac2.zip chromium_src-18e78c588d4f6cc333737d3e79b5e58210ddaac2.tar.gz chromium_src-18e78c588d4f6cc333737d3e79b5e58210ddaac2.tar.bz2 |
pull plugin name constants out for split_link
(flapper works now!)
R=cpu@chromium.org
TBR=jam@chromium.org
BUG=237249
Review URL: https://chromiumcodereview.appspot.com/15745007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@201625 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 47b66b3..ab53e50 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -121,6 +121,7 @@ 'common/child_process_logging_win.cc', 'common/chrome_content_client.cc', 'common/chrome_content_client.h', + 'common/chrome_content_client_constants.cc', 'common/chrome_content_client_ios.mm', 'common/chrome_notification_types.h', 'common/chrome_result_codes.h', |