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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5950003: Remove CrApplication dependency from base (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/base
Patch Set: '' Created 10 years 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
« no previous file with comments | « chrome/browser/ui/cocoa/cocoa_test_helper.h ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 3726 matching lines...) Expand 10 before | Expand all | Expand 10 after
3737 '../third_party/mozilla/NSString+Utils.h', 3737 '../third_party/mozilla/NSString+Utils.h',
3738 '../third_party/mozilla/NSString+Utils.mm', 3738 '../third_party/mozilla/NSString+Utils.mm',
3739 '../third_party/mozilla/NSURL+Utils.h', 3739 '../third_party/mozilla/NSURL+Utils.h',
3740 '../third_party/mozilla/NSURL+Utils.m', 3740 '../third_party/mozilla/NSURL+Utils.m',
3741 '../third_party/mozilla/NSWorkspace+Utils.h', 3741 '../third_party/mozilla/NSWorkspace+Utils.h',
3742 '../third_party/mozilla/NSWorkspace+Utils.m', 3742 '../third_party/mozilla/NSWorkspace+Utils.m',
3743 '../third_party/mozilla/ComplexTextInputPanel.h', 3743 '../third_party/mozilla/ComplexTextInputPanel.h',
3744 '../third_party/mozilla/ComplexTextInputPanel.mm', 3744 '../third_party/mozilla/ComplexTextInputPanel.mm',
3745 # Headers so that IB can find classes it needs to resolve classes 3745 # Headers so that IB can find classes it needs to resolve classes
3746 # in XIB files. 3746 # in XIB files.
3747 '../base/chrome_application_mac.h', 3747 'common/chrome_application_mac.h',
3748 ], 3748 ],
3749 'include_dirs': [ 3749 'include_dirs': [
3750 '../third_party/apple', 3750 '../third_party/apple',
3751 '../third_party/GTM', 3751 '../third_party/GTM',
3752 '../third_party/GTM/AppKit', 3752 '../third_party/GTM/AppKit',
3753 '../third_party/GTM/Foundation', 3753 '../third_party/GTM/Foundation',
3754 '../third_party/GTM/DebugUtils', 3754 '../third_party/GTM/DebugUtils',
3755 ], 3755 ],
3756 'link_settings': { 3756 'link_settings': {
3757 'libraries': [ 3757 'libraries': [
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
4513 ], 4513 ],
4514 }, 4514 },
4515 ], 4515 ],
4516 } 4516 }
4517 4517
4518 # Local Variables: 4518 # Local Variables:
4519 # tab-width:2 4519 # tab-width:2
4520 # indent-tabs-mode:nil 4520 # indent-tabs-mode:nil
4521 # End: 4521 # End:
4522 # vim: set expandtab tabstop=2 shiftwidth=2: 4522 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/cocoa_test_helper.h ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698