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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 11229022: Move ash/system/web_notification message_center to ui/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again. Created 8 years, 1 month 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/browser/ui/views/ash/balloon_view_ash.cc ('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 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 ['use_ibus==1', { 682 ['use_ibus==1', {
683 'dependencies': [ 683 'dependencies': [
684 '../build/linux/system.gyp:ibus', 684 '../build/linux/system.gyp:ibus',
685 ], 685 ],
686 }], 686 }],
687 ['use_ash==1', { 687 ['use_ash==1', {
688 'dependencies': [ 688 'dependencies': [
689 '../ash/ash.gyp:ash', 689 '../ash/ash.gyp:ash',
690 '../ash/ash_strings.gyp:ash_strings', 690 '../ash/ash_strings.gyp:ash_strings',
691 '../ui/app_list/app_list.gyp:app_list', 691 '../ui/app_list/app_list.gyp:app_list',
692 '../ui/message_center/message_center.gyp:message_center',
692 ], 693 ],
693 }], 694 }],
694 ['use_aura==1', { 695 ['use_aura==1', {
695 'dependencies': [ 696 'dependencies': [
696 '../ui/aura/aura.gyp:aura', 697 '../ui/aura/aura.gyp:aura',
697 '../ui/compositor/compositor.gyp:compositor', 698 '../ui/compositor/compositor.gyp:compositor',
698 ], 699 ],
699 }], 700 }],
700 ['ui_compositor_image_transport==1', { 701 ['ui_compositor_image_transport==1', {
701 'dependencies': [ 702 'dependencies': [
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
738 'type': 'static_library', 739 'type': 'static_library',
739 'sources': [ 'browser/chromeos/drive/drive.proto' ], 740 'sources': [ 'browser/chromeos/drive/drive.proto' ],
740 'variables': { 741 'variables': {
741 'proto_in_dir': 'browser/chromeos/drive', 742 'proto_in_dir': 'browser/chromeos/drive',
742 'proto_out_dir': 'chrome/browser/chromeos/drive', 743 'proto_out_dir': 'chrome/browser/chromeos/drive',
743 }, 744 },
744 'includes': [ '../build/protoc.gypi' ] 745 'includes': [ '../build/protoc.gypi' ]
745 }, 746 },
746 ], 747 ],
747 } 748 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/ash/balloon_view_ash.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698