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

Side by Side Diff: chrome/chrome.gyp

Issue 115817: Use correct branding on the "make default browser" button. Create a new local... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
671 'browser/cocoa/first_run_dialog.h', 671 'browser/cocoa/first_run_dialog.h',
672 'browser/cocoa/first_run_dialog.mm', 672 'browser/cocoa/first_run_dialog.mm',
673 'browser/cocoa/grow_box_view.h', 673 'browser/cocoa/grow_box_view.h',
674 'browser/cocoa/grow_box_view.m', 674 'browser/cocoa/grow_box_view.m',
675 'browser/cocoa/location_bar_cell.h', 675 'browser/cocoa/location_bar_cell.h',
676 'browser/cocoa/location_bar_cell.mm', 676 'browser/cocoa/location_bar_cell.mm',
677 'browser/cocoa/location_bar_view_mac.h', 677 'browser/cocoa/location_bar_view_mac.h',
678 'browser/cocoa/location_bar_view_mac.mm', 678 'browser/cocoa/location_bar_view_mac.mm',
679 'browser/cocoa/menu_localizer.h', 679 'browser/cocoa/menu_localizer.h',
680 'browser/cocoa/menu_localizer.mm', 680 'browser/cocoa/menu_localizer.mm',
681 'browser/cocoa/preferences_localizer.h',
682 'browser/cocoa/preferences_localizer.mm',
681 'browser/cocoa/preferences_window_controller.h', 683 'browser/cocoa/preferences_window_controller.h',
682 'browser/cocoa/preferences_window_controller.mm', 684 'browser/cocoa/preferences_window_controller.mm',
683 'browser/cocoa/sad_tab_view.h', 685 'browser/cocoa/sad_tab_view.h',
684 'browser/cocoa/sad_tab_view.mm', 686 'browser/cocoa/sad_tab_view.mm',
685 'browser/cocoa/shell_dialogs_mac.mm', 687 'browser/cocoa/shell_dialogs_mac.mm',
686 'browser/cocoa/status_bubble_mac.h', 688 'browser/cocoa/status_bubble_mac.h',
687 'browser/cocoa/status_bubble_mac.mm', 689 'browser/cocoa/status_bubble_mac.mm',
688 'browser/cocoa/tab_cell.h', 690 'browser/cocoa/tab_cell.h',
689 'browser/cocoa/tab_cell.mm', 691 'browser/cocoa/tab_cell.mm',
690 'browser/cocoa/tab_contents_controller.h', 692 'browser/cocoa/tab_contents_controller.h',
(...skipping 897 matching lines...) Expand 10 before | Expand all | Expand 10 after
1588 'browser/automation/automation_provider_list_generic.cc', 1590 'browser/automation/automation_provider_list_generic.cc',
1589 'browser/bookmarks/bookmark_context_menu.cc', 1591 'browser/bookmarks/bookmark_context_menu.cc',
1590 'browser/bookmarks/bookmark_drop_info.cc', 1592 'browser/bookmarks/bookmark_drop_info.cc',
1591 'browser/debugger/debugger_shell_stubs.cc', 1593 'browser/debugger/debugger_shell_stubs.cc',
1592 ], 1594 ],
1593 'sources': [ 1595 'sources': [
1594 # Build the necessary GTM sources 1596 # Build the necessary GTM sources
1595 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m', 1597 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m',
1596 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m', 1598 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m',
1597 '../third_party/GTM/AppKit/GTMTheme.m', 1599 '../third_party/GTM/AppKit/GTMTheme.m',
1600 '../third_party/GTM/AppKit/GTMUILocalizer.h',
1598 '../third_party/GTM/AppKit/GTMUILocalizer.m', 1601 '../third_party/GTM/AppKit/GTMUILocalizer.m',
1599 # Build necessary Mozilla sources 1602 # Build necessary Mozilla sources
1600 '../third_party/mozilla/include/NSWorkspace+Utils.h', 1603 '../third_party/mozilla/include/NSWorkspace+Utils.h',
1601 '../third_party/mozilla/include/NSWorkspace+Utils.m', 1604 '../third_party/mozilla/include/NSWorkspace+Utils.m',
1602 ], 1605 ],
1603 'include_dirs': [ 1606 'include_dirs': [
1604 '../third_party/GTM', 1607 '../third_party/GTM',
1605 '../third_party/GTM/AppKit', 1608 '../third_party/GTM/AppKit',
1606 ], 1609 ],
1607 'link_settings': { 1610 'link_settings': {
(...skipping 2275 matching lines...) Expand 10 before | Expand all | Expand 10 after
3883 # Use outputs of this action as inputs for the main target build. 3886 # Use outputs of this action as inputs for the main target build.
3884 # Seems as a misnomer but makes this happy on Linux (scons). 3887 # Seems as a misnomer but makes this happy on Linux (scons).
3885 'process_outputs_as_sources': 1, 3888 'process_outputs_as_sources': 1,
3886 }, 3889 },
3887 ], # 'actions' 3890 ], # 'actions'
3888 }, 3891 },
3889 ] 3892 ]
3890 }], 3893 }],
3891 ], # 'conditions' 3894 ], # 'conditions'
3892 } 3895 }
OLDNEW
« chrome/browser/cocoa/preferences_localizer.h ('K') | « chrome/browser/cocoa/preferences_localizer.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698