diff options
author | mariakhomenko@chromium.org <mariakhomenko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-04 22:16:18 +0000 |
---|---|---|
committer | mariakhomenko@chromium.org <mariakhomenko@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-04 22:16:18 +0000 |
commit | 2dead0dc2d232a9950f51aecee70571f69bb9b49 (patch) | |
tree | b7dd09f8bcb7031a938fab678b8db614e43f88fc /content/content_common.gypi | |
parent | 058e29648404c6bf18c1a24005c3cb6d757ec261 (diff) | |
download | chromium_src-2dead0dc2d232a9950f51aecee70571f69bb9b49.zip chromium_src-2dead0dc2d232a9950f51aecee70571f69bb9b49.tar.gz chromium_src-2dead0dc2d232a9950f51aecee70571f69bb9b49.tar.bz2 |
Fix a compilation error with order_profiling=1.
The above file was excluded in
https://chromiumcodereview.appspot.com/23030005/, but is necessary for
successful compilation when order_profiling flag is enabled.
BUG=
Review URL: https://chromiumcodereview.appspot.com/23882006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221280 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_common.gypi')
-rw-r--r-- | content/content_common.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/content_common.gypi b/content/content_common.gypi index 631bd74..0f91308 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -426,7 +426,6 @@ 'sources!': [ 'common/font_list.cc', 'common/sandbox_util.cc', - 'public/common/child_process_host_delegate.cc', ], 'link_settings': { 'libraries': [ |