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

Side by Side Diff: content/content_browser.gypi

Issue 9549012: Move closure_blocks_leopard_compat to base now that it's used by two modules. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 9 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 'browser/debugger/devtools_resources.gyp:devtools_resources', 7 'browser/debugger/devtools_resources.gyp:devtools_resources',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../net/net.gyp:http_server', 10 '../net/net.gyp:http_server',
(...skipping 765 matching lines...) Expand 10 before | Expand all | Expand 10 after
776 ]}], 776 ]}],
777 ['OS=="mac"', { 777 ['OS=="mac"', {
778 'sources': [ 778 'sources': [
779 # Build necessary Mozilla sources 779 # Build necessary Mozilla sources
780 '../third_party/mozilla/ComplexTextInputPanel.h', 780 '../third_party/mozilla/ComplexTextInputPanel.h',
781 '../third_party/mozilla/ComplexTextInputPanel.mm', 781 '../third_party/mozilla/ComplexTextInputPanel.mm',
782 '../third_party/mozilla/NSPasteboard+Utils.h', 782 '../third_party/mozilla/NSPasteboard+Utils.h',
783 '../third_party/mozilla/NSPasteboard+Utils.mm', 783 '../third_party/mozilla/NSPasteboard+Utils.mm',
784 ], 784 ],
785 'dependencies': [ 785 'dependencies': [
786 'closure_blocks_leopard_compat', 786 '../base/base.gyp:closure_blocks_leopard_compat',
787 ], 787 ],
788 }, { # OS!="mac" 788 }, { # OS!="mac"
789 'dependencies': [ 789 'dependencies': [
790 '../sandbox/sandbox.gyp:sandbox', 790 '../sandbox/sandbox.gyp:sandbox',
791 ], 791 ],
792 }], 792 }],
793 ['chromeos==1', { 793 ['chromeos==1', {
794 'dependencies': [ 794 'dependencies': [
795 '../build/linux/system.gyp:dbus-glib', 795 '../build/linux/system.gyp:dbus-glib',
796 ], 796 ],
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
860 ], 860 ],
861 }], 861 }],
862 ['input_speech==0', { 862 ['input_speech==0', {
863 'sources/': [ 863 'sources/': [
864 ['exclude', '^browser/speech/'], 864 ['exclude', '^browser/speech/'],
865 ], 865 ],
866 }], 866 }],
867 ], 867 ],
868 } 868 }
869 869
OLDNEW
« base/base.gyp ('K') | « content/content.gyp ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698