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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 11896029: Remove use_ibus variable from gyp file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_ui.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_chromeos', 9 'target_name': 'browser_chromeos',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 ['exclude', 'browser/chromeos/extensions/file_handler_util.h'], 720 ['exclude', 'browser/chromeos/extensions/file_handler_util.h'],
721 ['exclude', 'browser/chromeos/extensions/file_handler_util.cc'], 721 ['exclude', 'browser/chromeos/extensions/file_handler_util.cc'],
722 ['exclude', 'browser/chromeos/extensions/file_manager_util.h'], 722 ['exclude', 'browser/chromeos/extensions/file_manager_util.h'],
723 ['exclude', 'browser/chromeos/extensions/file_manager_util.cc'], 723 ['exclude', 'browser/chromeos/extensions/file_manager_util.cc'],
724 ['exclude', 'browser/chromeos/extensions/media_player_api.cc'], 724 ['exclude', 'browser/chromeos/extensions/media_player_api.cc'],
725 ['exclude', 'browser/chromeos/extensions/media_player_api.h'], 725 ['exclude', 'browser/chromeos/extensions/media_player_api.h'],
726 ['exclude', 'browser/chromeos/extensions/zip_file_creator.h'], 726 ['exclude', 'browser/chromeos/extensions/zip_file_creator.h'],
727 ['exclude', 'browser/chromeos/extensions/zip_file_creator.cc'], 727 ['exclude', 'browser/chromeos/extensions/zip_file_creator.cc'],
728 ], 728 ],
729 }], 729 }],
730 ['use_ibus==1', {
731 'dependencies': [
732 '../build/linux/system.gyp:ibus',
733 ],
734 }],
735 ['use_ash==1', { 730 ['use_ash==1', {
736 'dependencies': [ 731 'dependencies': [
737 '../ash/ash.gyp:ash', 732 '../ash/ash.gyp:ash',
738 '../ash/ash.gyp:ash_resources', 733 '../ash/ash.gyp:ash_resources',
739 '../ash/ash_strings.gyp:ash_strings', 734 '../ash/ash_strings.gyp:ash_strings',
740 '../ui/app_list/app_list.gyp:app_list', 735 '../ui/app_list/app_list.gyp:app_list',
741 '../ui/message_center/message_center.gyp:message_center', 736 '../ui/message_center/message_center.gyp:message_center',
742 ], 737 ],
743 }], 738 }],
744 ['use_aura==1', { 739 ['use_aura==1', {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
788 'type': 'static_library', 783 'type': 'static_library',
789 'sources': [ 'browser/chromeos/drive/drive.proto' ], 784 'sources': [ 'browser/chromeos/drive/drive.proto' ],
790 'variables': { 785 'variables': {
791 'proto_in_dir': 'browser/chromeos/drive', 786 'proto_in_dir': 'browser/chromeos/drive',
792 'proto_out_dir': 'chrome/browser/chromeos/drive', 787 'proto_out_dir': 'chrome/browser/chromeos/drive',
793 }, 788 },
794 'includes': [ '../build/protoc.gypi' ] 789 'includes': [ '../build/protoc.gypi' ]
795 }, 790 },
796 ], 791 ],
797 } 792 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698