diff options
author | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-18 20:26:10 +0000 |
---|---|---|
committer | joi@chromium.org <joi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-18 20:26:10 +0000 |
commit | 8643e6d85c2a41d6497d5cb9b69bea9465102e96 (patch) | |
tree | 59f2ce5b54122410f6200f69bbb3144d19ed02bd /content/content_tests.gypi | |
parent | 16128cf279e5523eac781a97600ef7d9773aa2c5 (diff) | |
download | chromium_src-8643e6d85c2a41d6497d5cb9b69bea9465102e96.zip chromium_src-8643e6d85c2a41d6497d5cb9b69bea9465102e96.tar.gz chromium_src-8643e6d85c2a41d6497d5cb9b69bea9465102e96.tar.bz2 |
Rename TabContentsView to WebContentsView and move to content/public.
Also rename TestTabContentsView to TestWebContentsView.
Add content namespace to both.
TBR=owners (trivial updates)
BUG=98716
Review URL: http://codereview.chromium.org/9241011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118134 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/content_tests.gypi')
-rw-r--r-- | content/content_tests.gypi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/content/content_tests.gypi b/content/content_tests.gypi index 78e8a96..c486b1d 100644 --- a/content/content_tests.gypi +++ b/content/content_tests.gypi @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -108,10 +108,10 @@ 'test/test_navigation_observer.h', 'test/test_notification_tracker.cc', 'test/test_notification_tracker.h', - 'test/test_tab_contents_view.cc', - 'test/test_tab_contents_view.h', 'test/test_url_fetcher_factory.cc', 'test/test_url_fetcher_factory.h', + 'test/test_web_contents_view.cc', + 'test/test_web_contents_view.h', 'test/unittest_test_suite.cc', 'test/unittest_test_suite.h', 'test/webrtc_audio_device_test.cc', @@ -438,7 +438,7 @@ '../third_party/angle/src/build_angle.gyp:libEGL', '../third_party/angle/src/build_angle.gyp:libGLESv2', '../media/media.gyp:media', - '../ui/gfx/gl/gl.gyp:gl', + '../ui/gfx/gl/gl.gyp:gl', ], 'conditions': [ ['win_use_allocator_shim==1', { @@ -446,9 +446,9 @@ '../base/allocator/allocator.gyp:allocator', ], }], - ], + ], }], - ], + ], 'defines!': ['CONTENT_IMPLEMENTATION'], 'type': 'executable', 'dependencies': [ |