Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3556)

Unified Diff: chrome/chrome.gyp

Issue 28309: Add missing tests to the GYP+Xcode build. (Closed) Base URL: svn://chrome-svn.corp.google.com/chrome/trunk/src/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/nibs/English.lproj/TabContents.xib ('k') | net/net.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 10694)
+++ chrome/chrome.gyp (working copy)
@@ -1334,9 +1334,9 @@
'app/scoped_ole_initializer.h',
],
'mac_bundle_resources': [
- 'app/nibs/English.lproj/BrowserWindow.xib',
- 'app/nibs/English.lproj/MainMenu.xib',
- 'app/nibs/English.lproj/TabContents.xib',
+ 'app/nibs/en.lproj/BrowserWindow.xib',
+ 'app/nibs/en.lproj/MainMenu.xib',
+ 'app/nibs/en.lproj/TabContents.xib',
'app/theme/chromium/chromium.icns',
'app/theme/back.pdf',
'app/theme/forward.pdf',
@@ -1423,7 +1423,7 @@
'conditions': [
['OS=="mac"', {
'outputs': [
- '<(INTERMEDIATE_DIR)/repack/English.lproj/locale.pak',
+ '<(INTERMEDIATE_DIR)/repack/en.lproj/locale.pak',
],
}, { # else: OS!="mac"
'outputs': [
@@ -1705,7 +1705,6 @@
'browser/download/download_request_manager_unittest.cc',
'browser/extensions/user_script_master_unittest.cc',
'browser/history/text_database_manager_unittest.cc',
- 'browser/history/text_database_unittest.cc',
'browser/history/thumbnail_database_unittest.cc',
'browser/importer/firefox_importer_unittest.cc',
'browser/importer/importer_unittest.cc',
@@ -1737,7 +1736,6 @@
'browser/visitedlink_unittest.cc',
'browser/webdata/web_database_unittest.cc',
'browser/window_sizer_unittest.cc',
- 'common/gfx/chrome_font_unittest.cc',
'common/gfx/emf_unittest.cc',
'common/gfx/icon_util_unittest.cc',
'common/gfx/text_elider_unittest.cc',
« no previous file with comments | « chrome/app/nibs/English.lproj/TabContents.xib ('k') | net/net.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698