summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
authorbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-04 19:29:58 +0000
committerbrettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-02-04 19:29:58 +0000
commita93e517bfe25f11b2c4cc7d69f386424b93a2efa (patch)
treee8c632b80512e0714da32522ee38c5cdeb193b6c /chrome
parent8a7499e2fb2c6a80aa6a8509fa00b9cf7b6e5031 (diff)
downloadchromium_src-a93e517bfe25f11b2c4cc7d69f386424b93a2efa.zip
chromium_src-a93e517bfe25f11b2c4cc7d69f386424b93a2efa.tar.gz
chromium_src-a93e517bfe25f11b2c4cc7d69f386424b93a2efa.tar.bz2
Add render_view to the mac build.
Review URL: http://codereview.chromium.org/20049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9160 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r--chrome/chrome.xcodeproj/project.pbxproj4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/chrome.xcodeproj/project.pbxproj b/chrome/chrome.xcodeproj/project.pbxproj
index 2f4d201..09a9a92 100644
--- a/chrome/chrome.xcodeproj/project.pbxproj
+++ b/chrome/chrome.xcodeproj/project.pbxproj
@@ -238,6 +238,7 @@
A572828F0F31156100384E1B /* unzip_unittest.cc in Sources */ = {isa = PBXBuildFile; fileRef = E45076E80F153B06003BE099 /* unzip_unittest.cc */; };
A76E43A40F29039C009A7E88 /* browser_render_process_host.cc in Sources */ = {isa = PBXBuildFile; fileRef = A76E43A30F29039C009A7E88 /* browser_render_process_host.cc */; };
A7A20BF20F3A16DC00F62B4D /* render_widget.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D640CD50EAE868600EBCFC0 /* render_widget.cc */; };
+ A7A20E650F3A1E1C00F62B4D /* render_view.cc in Sources */ = {isa = PBXBuildFile; fileRef = 4D640CD30EAE868600EBCFC0 /* render_view.cc */; };
A7C612990F30D63D008CEE5D /* render_process_host.cc in Sources */ = {isa = PBXBuildFile; fileRef = B5D16EC10F2144D500861FAC /* render_process_host.cc */; };
A7C613C10F30D7E4008CEE5D /* mock_render_process_host.cc in Sources */ = {isa = PBXBuildFile; fileRef = A7C613BF0F30D7E4008CEE5D /* mock_render_process_host.cc */; };
A7C6146F0F30DA1D008CEE5D /* ipc_test_sink.cc in Sources */ = {isa = PBXBuildFile; fileRef = A7C6146D0F30DA1D008CEE5D /* ipc_test_sink.cc */; };
@@ -4510,10 +4511,11 @@
3380A6A30F2E9207004EF74F /* ipc_sync_channel.cc in Sources */,
E45076CF0F153871003BE099 /* localized_error.cc in Sources */,
A7A20BF20F3A16DC00F62B4D /* render_widget.cc in Sources */,
+ 3380A9D70F2FC8F9004EF74F /* render_dns_master.cc in Sources */,
4D640CF40EAE86EA00EBCFC0 /* render_dns_queue.cc in Sources */,
3380A6A10F2E91F9004EF74F /* render_process.cc in Sources */,
3380A69D0F2E91D4004EF74F /* render_thread.cc in Sources */,
- 3380A9D70F2FC8F9004EF74F /* render_dns_master.cc in Sources */,
+ A7A20E650F3A1E1C00F62B4D /* render_view.cc in Sources */,
B503E0F00F0175FD00547DC6 /* user_script_slave.cc in Sources */,
4D640CF50EAE86EF00EBCFC0 /* visitedlink_slave.cc in Sources */,
);