diff options
author | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-04 16:50:51 +0000 |
---|---|---|
committer | tonyg@chromium.org <tonyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-04 16:50:51 +0000 |
commit | 498160bba533677d2e07b863e762b2e36e416f2f (patch) | |
tree | aeb996c2500d93c3a3fdc7391e8c421ba7991fe9 /chrome_frame | |
parent | 16194f430b5f1ed6a4fdf81e5baef77e22d3c8ff (diff) | |
download | chromium_src-498160bba533677d2e07b863e762b2e36e416f2f.zip chromium_src-498160bba533677d2e07b863e762b2e36e416f2f.tar.gz chromium_src-498160bba533677d2e07b863e762b2e36e416f2f.tar.bz2 |
Remove page cyclers from chrome binary.
The page cyclers run with Telemetry now. They should not be baked into the chrome
binary itself. This causes unwanted dependencies on test code and bloats the
binary.
BUG=280157
Review URL: https://chromiumcodereview.appspot.com/23498004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221201 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame')
-rw-r--r-- | chrome_frame/chrome_frame.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame.gyp b/chrome_frame/chrome_frame.gyp index 61ece92..d401ce2 100644 --- a/chrome_frame/chrome_frame.gyp +++ b/chrome_frame/chrome_frame.gyp @@ -335,10 +335,10 @@ '../chrome/chrome.gyp:test_support_common', '../chrome/chrome.gyp:test_support_ui', '../chrome/chrome.gyp:utility', + '../chrome/test/perf/perf_test.gyp:*', '../content/content.gyp:content_gpu', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', - '../testing/perf/perf_test.gyp:*', '../third_party/libxml/libxml.gyp:libxml', '../third_party/libxslt/libxslt.gyp:libxslt', '../url/url.gyp:url_lib', |