diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-20 03:25:11 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-20 03:25:11 +0000 |
commit | a87daad928d7d0c80c2dae106ef0ce17d76dcb7a (patch) | |
tree | 6716ffb5aa9713f8c3f947889534fc2d16e90183 /chrome/chrome_nibs.gyp | |
parent | da1276f7e6ca78beec0fa1c90ac1f7172fc60c8f (diff) | |
download | chromium_src-a87daad928d7d0c80c2dae106ef0ce17d76dcb7a.zip chromium_src-a87daad928d7d0c80c2dae106ef0ce17d76dcb7a.tar.gz chromium_src-a87daad928d7d0c80c2dae106ef0ce17d76dcb7a.tar.bz2 |
Re-save XIB files using Xcode 4.4.1 on Mac OS X 10.8.1.
This also adds a PRESUBMIT check to enforce the policy described here:
http://dev.chromium.org/developers/design-documents/mac-xib-files
BUG=149763
TEST=Build chrome target on 10.6 with Xcode 3.2. Chromium.app launches and works.
TBR=mark@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10950010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157690 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_nibs.gyp')
-rw-r--r-- | chrome/chrome_nibs.gyp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/chrome_nibs.gyp b/chrome/chrome_nibs.gyp index b277646..223aae6 100644 --- a/chrome/chrome_nibs.gyp +++ b/chrome/chrome_nibs.gyp @@ -35,6 +35,8 @@ 'type': 'executable', 'mac_bundle': 1, 'sources': [ + '../third_party/GTM/AppKit/GTMUILocalizer.h', + '../third_party/GTM/AppKit/GTMUILocalizer.mm', '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h', '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.mm', '../ui/base/cocoa/base_view.h', @@ -113,6 +115,8 @@ 'browser/ui/cocoa/download/download_show_all_cell.mm', 'browser/ui/cocoa/draggable_button.h', 'browser/ui/cocoa/draggable_button.mm', + 'browser/ui/cocoa/browser/edit_search_engine_cocoa_controller.h', + 'browser/ui/cocoa/browser/edit_search_engine_cocoa_controller.mm', 'browser/ui/cocoa/extensions/browser_actions_container_view.h', 'browser/ui/cocoa/extensions/browser_actions_container_view.mm', 'browser/ui/cocoa/extensions/extension_install_dialog_controller.h', @@ -157,6 +161,8 @@ 'browser/ui/cocoa/image_button_cell.mm', 'browser/ui/cocoa/importer/import_progress_dialog.h', 'browser/ui/cocoa/importer/import_progress_dialog.mm', + 'browser/ui/cocoa/importer/import_progress_dialog_cocoa.h', + 'browser/ui/cocoa/importer/import_progress_dialog_cocoa.mm', 'browser/ui/cocoa/info_bubble_view.h', 'browser/ui/cocoa/info_bubble_view.mm', 'browser/ui/cocoa/info_bubble_window.h', @@ -171,6 +177,8 @@ 'browser/ui/cocoa/location_bar/autocomplete_text_field.mm', 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.h', 'browser/ui/cocoa/location_bar/autocomplete_text_field_cell.mm', + 'browser/ui/cocoa/login_prompt_cocoa.h', + 'browser/ui/cocoa/login_prompt_cocoa.mm', 'browser/ui/cocoa/menu_button.h', 'browser/ui/cocoa/menu_button.mm', 'browser/ui/cocoa/menu_controller.h', |