diff options
author | jeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 21:56:15 +0000 |
---|---|---|
committer | jeanluc@chromium.org <jeanluc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-19 21:56:15 +0000 |
commit | bb38509df703e517c0e230ec170fad4b7b0ea084 (patch) | |
tree | 93820861da0b56eaeaf5af50b1314585cc1588a9 /chrome/chrome.gyp | |
parent | 1c20dd62b563912adece78d8e674b6aecfce3c91 (diff) | |
download | chromium_src-bb38509df703e517c0e230ec170fad4b7b0ea084.zip chromium_src-bb38509df703e517c0e230ec170fad4b7b0ea084.tar.gz chromium_src-bb38509df703e517c0e230ec170fad4b7b0ea084.tar.bz2 |
Add a missing comma
Review URL: http://codereview.chromium.org/7695004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@97516 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 c60fd50..a027d2b 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -505,7 +505,7 @@ 'target_name': 'syncapi_core', 'type': 'static_library', 'sources': [ - 'browser/sync/engine/configure_reason.h' + 'browser/sync/engine/configure_reason.h', 'browser/sync/engine/http_post_provider_factory.h', 'browser/sync/engine/http_post_provider_interface.h', 'browser/sync/engine/syncapi_internal.cc', |