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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3808001: Implement IME for Mac plugins using the Cocoa event model on 10.6 (Closed)
Patch Set: Windows and unit test compile fixes Created 10 years, 2 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
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 3478 matching lines...) Expand 10 before | Expand all | Expand 10 after
3489 '../third_party/mozilla/NSPasteboard+Utils.h', 3489 '../third_party/mozilla/NSPasteboard+Utils.h',
3490 '../third_party/mozilla/NSPasteboard+Utils.mm', 3490 '../third_party/mozilla/NSPasteboard+Utils.mm',
3491 '../third_party/mozilla/NSScreen+Utils.h', 3491 '../third_party/mozilla/NSScreen+Utils.h',
3492 '../third_party/mozilla/NSScreen+Utils.m', 3492 '../third_party/mozilla/NSScreen+Utils.m',
3493 '../third_party/mozilla/NSString+Utils.h', 3493 '../third_party/mozilla/NSString+Utils.h',
3494 '../third_party/mozilla/NSString+Utils.mm', 3494 '../third_party/mozilla/NSString+Utils.mm',
3495 '../third_party/mozilla/NSURL+Utils.h', 3495 '../third_party/mozilla/NSURL+Utils.h',
3496 '../third_party/mozilla/NSURL+Utils.m', 3496 '../third_party/mozilla/NSURL+Utils.m',
3497 '../third_party/mozilla/NSWorkspace+Utils.h', 3497 '../third_party/mozilla/NSWorkspace+Utils.h',
3498 '../third_party/mozilla/NSWorkspace+Utils.m', 3498 '../third_party/mozilla/NSWorkspace+Utils.m',
3499 '../third_party/mozilla/ComplexTextInputPanel.h',
3500 '../third_party/mozilla/ComplexTextInputPanel.mm',
3499 # Headers so that IB can find classes it needs to resolve classes 3501 # Headers so that IB can find classes it needs to resolve classes
3500 # in XIB files. 3502 # in XIB files.
3501 '../base/chrome_application_mac.h', 3503 '../base/chrome_application_mac.h',
3502 ], 3504 ],
3503 'include_dirs': [ 3505 'include_dirs': [
3504 '../third_party/apple', 3506 '../third_party/apple',
3505 '../third_party/GTM', 3507 '../third_party/GTM',
3506 '../third_party/GTM/AppKit', 3508 '../third_party/GTM/AppKit',
3507 '../third_party/GTM/Foundation', 3509 '../third_party/GTM/Foundation',
3508 '../third_party/GTM/DebugUtils', 3510 '../third_party/GTM/DebugUtils',
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
4163 ], 4165 ],
4164 }, 4166 },
4165 ], 4167 ],
4166 } 4168 }
4167 4169
4168 # Local Variables: 4170 # Local Variables:
4169 # tab-width:2 4171 # tab-width:2
4170 # indent-tabs-mode:nil 4172 # indent-tabs-mode:nil
4171 # End: 4173 # End:
4172 # vim: set expandtab tabstop=2 shiftwidth=2: 4174 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/test/test_render_view_host.cc ('k') | chrome/common/plugin_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698