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

Side by Side Diff: content/content_browser.gypi

Issue 8770010: views: Move views.gyp to ui/views/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix aura build Created 9 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/chrome_tests.gypi ('k') | ui/aura_shell/aura_shell.gyp » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 '../crypto/crypto.gyp:crypto', 7 '../crypto/crypto.gyp:crypto',
8 '../net/net.gyp:http_server', 8 '../net/net.gyp:http_server',
9 '../net/net.gyp:net', 9 '../net/net.gyp:net',
10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy',
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 ['OS=="linux" and toolkit_uses_gtk==0', { 682 ['OS=="linux" and toolkit_uses_gtk==0', {
683 'dependencies': [ 683 'dependencies': [
684 '../build/linux/system.gyp:dbus', 684 '../build/linux/system.gyp:dbus',
685 '../build/linux/system.gyp:fontconfig', 685 '../build/linux/system.gyp:fontconfig',
686 '../build/linux/system.gyp:x11', 686 '../build/linux/system.gyp:x11',
687 '../dbus/dbus.gyp:dbus', 687 '../dbus/dbus.gyp:dbus',
688 ], 688 ],
689 }], 689 }],
690 ['OS=="linux" and toolkit_views==1',{ 690 ['OS=="linux" and toolkit_views==1',{
691 'dependencies': [ 691 'dependencies': [
692 '../views/views.gyp:views', 692 '../ui/views/views.gyp:views',
693 ], 693 ],
694 }], 694 }],
695 ['OS=="mac"', { 695 ['OS=="mac"', {
696 'sources': [ 696 'sources': [
697 # Build necessary Mozilla sources 697 # Build necessary Mozilla sources
698 '../third_party/mozilla/ComplexTextInputPanel.h', 698 '../third_party/mozilla/ComplexTextInputPanel.h',
699 '../third_party/mozilla/ComplexTextInputPanel.mm', 699 '../third_party/mozilla/ComplexTextInputPanel.mm',
700 '../third_party/mozilla/NSPasteboard+Utils.h', 700 '../third_party/mozilla/NSPasteboard+Utils.h',
701 '../third_party/mozilla/NSPasteboard+Utils.mm', 701 '../third_party/mozilla/NSPasteboard+Utils.mm',
702 ], 702 ],
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 'ENABLE_JAVA_BRIDGE', 783 'ENABLE_JAVA_BRIDGE',
784 ], 784 ],
785 }, { 785 }, {
786 'sources/': [ 786 'sources/': [
787 ['exclude', '^browser/renderer_host/java/'], 787 ['exclude', '^browser/renderer_host/java/'],
788 ], 788 ],
789 }], 789 }],
790 ], 790 ],
791 } 791 }
792 792
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | ui/aura_shell/aura_shell.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698