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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1904001: Fix -[NSString isValidURI]. (Closed)
Patch Set: Address review comments Created 10 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
« no previous file with comments | « no previous file | third_party/mozilla/NSString+Utils.mm » ('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 2642 matching lines...) Expand 10 before | Expand all | Expand 10 after
2653 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h', 2653 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h',
2654 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m', 2654 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m',
2655 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h', 2655 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h',
2656 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.m', 2656 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.m',
2657 # Build necessary Mozilla sources 2657 # Build necessary Mozilla sources
2658 '../third_party/mozilla/NSPasteboard+Utils.h', 2658 '../third_party/mozilla/NSPasteboard+Utils.h',
2659 '../third_party/mozilla/NSPasteboard+Utils.mm', 2659 '../third_party/mozilla/NSPasteboard+Utils.mm',
2660 '../third_party/mozilla/NSScreen+Utils.h', 2660 '../third_party/mozilla/NSScreen+Utils.h',
2661 '../third_party/mozilla/NSScreen+Utils.m', 2661 '../third_party/mozilla/NSScreen+Utils.m',
2662 '../third_party/mozilla/NSString+Utils.h', 2662 '../third_party/mozilla/NSString+Utils.h',
2663 '../third_party/mozilla/NSString+Utils.m', 2663 '../third_party/mozilla/NSString+Utils.mm',
2664 '../third_party/mozilla/NSURL+Utils.h', 2664 '../third_party/mozilla/NSURL+Utils.h',
2665 '../third_party/mozilla/NSURL+Utils.m', 2665 '../third_party/mozilla/NSURL+Utils.m',
2666 '../third_party/mozilla/NSWorkspace+Utils.h', 2666 '../third_party/mozilla/NSWorkspace+Utils.h',
2667 '../third_party/mozilla/NSWorkspace+Utils.m', 2667 '../third_party/mozilla/NSWorkspace+Utils.m',
2668 # Headers so that IB can find classes it needs to resolve classes 2668 # Headers so that IB can find classes it needs to resolve classes
2669 # in XIB files. 2669 # in XIB files.
2670 '../base/chrome_application_mac.h', 2670 '../base/chrome_application_mac.h',
2671 ], 2671 ],
2672 'include_dirs': [ 2672 'include_dirs': [
2673 '../third_party/apple', 2673 '../third_party/apple',
(...skipping 734 matching lines...) Expand 10 before | Expand all | Expand 10 after
3408 ] 3408 ]
3409 }, 3409 },
3410 ], 3410 ],
3411 } 3411 }
3412 3412
3413 # Local Variables: 3413 # Local Variables:
3414 # tab-width:2 3414 # tab-width:2
3415 # indent-tabs-mode:nil 3415 # indent-tabs-mode:nil
3416 # End: 3416 # End:
3417 # vim: set expandtab tabstop=2 shiftwidth=2: 3417 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | third_party/mozilla/NSString+Utils.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698