OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |