OLD | NEW |
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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', | 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', |
9 }, | 9 }, |
10 'includes': [ | 10 'includes': [ |
(...skipping 607 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
618 '../skia/skia.gyp:skia', | 618 '../skia/skia.gyp:skia', |
619 '../testing/gtest.gyp:gtest', | 619 '../testing/gtest.gyp:gtest', |
620 '../third_party/icu/icu.gyp:icui18n', | 620 '../third_party/icu/icu.gyp:icui18n', |
621 '../third_party/icu/icu.gyp:icuuc', | 621 '../third_party/icu/icu.gyp:icuuc', |
622 '../ui/app_list/app_list.gyp:app_list', | 622 '../ui/app_list/app_list.gyp:app_list', |
623 '../ui/aura/aura.gyp:aura', | 623 '../ui/aura/aura.gyp:aura', |
624 '../ui/aura/aura.gyp:aura_test_support', | 624 '../ui/aura/aura.gyp:aura_test_support', |
625 '../ui/compositor/compositor.gyp:compositor', | 625 '../ui/compositor/compositor.gyp:compositor', |
626 '../ui/keyboard/keyboard.gyp:keyboard', | 626 '../ui/keyboard/keyboard.gyp:keyboard', |
627 '../ui/message_center/message_center.gyp:message_center', | 627 '../ui/message_center/message_center.gyp:message_center', |
| 628 '../ui/message_center/message_center.gyp:message_center_test_support', |
628 '../ui/ui.gyp:ui', | 629 '../ui/ui.gyp:ui', |
629 '../ui/ui.gyp:ui_resources', | 630 '../ui/ui.gyp:ui_resources', |
630 '../ui/ui.gyp:ui_test_support', | 631 '../ui/ui.gyp:ui_test_support', |
631 '../ui/views/views.gyp:views', | 632 '../ui/views/views.gyp:views', |
632 '../ui/views/views.gyp:views_examples_with_content_lib', | 633 '../ui/views/views.gyp:views_examples_with_content_lib', |
633 '../ui/views/views.gyp:views_test_support', | 634 '../ui/views/views.gyp:views_test_support', |
634 '../ui/views/views.gyp:views_with_content_test_support', | 635 '../ui/views/views.gyp:views_with_content_test_support', |
635 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', | 636 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs_test_support', |
636 '../url/url.gyp:url_lib', | 637 '../url/url.gyp:url_lib', |
637 'ash_strings.gyp:ash_strings', | 638 'ash_strings.gyp:ash_strings', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
687 'shell/lock_view.cc', | 688 'shell/lock_view.cc', |
688 'shell/panel_window.cc', | 689 'shell/panel_window.cc', |
689 'shell/shell_delegate_impl.cc', | 690 'shell/shell_delegate_impl.cc', |
690 'shell/shell_delegate_impl.h', | 691 'shell/shell_delegate_impl.h', |
691 'shell/toplevel_window.cc', | 692 'shell/toplevel_window.cc', |
692 'shell/widgets.cc', | 693 'shell/widgets.cc', |
693 'shell/window_type_launcher.cc', | 694 'shell/window_type_launcher.cc', |
694 'shell/window_watcher.cc', | 695 'shell/window_watcher.cc', |
695 'shell/window_watcher_unittest.cc', | 696 'shell/window_watcher_unittest.cc', |
696 'system/chromeos/network/network_state_notifier_unittest.cc', | 697 'system/chromeos/network/network_state_notifier_unittest.cc', |
| 698 'system/chromeos/power/tray_power_unittest.cc', |
697 'system/tray/system_tray_unittest.cc', | 699 'system/tray/system_tray_unittest.cc', |
698 'system/user/tray_user_unittest.cc', | 700 'system/user/tray_user_unittest.cc', |
699 'system/web_notification/web_notification_tray_unittest.cc', | 701 'system/web_notification/web_notification_tray_unittest.cc', |
700 'test/ash_test_helper_unittest.cc', | 702 'test/ash_test_helper_unittest.cc', |
701 'test/ash_unittests.cc', | 703 'test/ash_unittests.cc', |
702 'tooltips/tooltip_controller_unittest.cc', | 704 'tooltips/tooltip_controller_unittest.cc', |
703 'touch/touch_observer_hud_unittest.cc', | 705 'touch/touch_observer_hud_unittest.cc', |
704 'wm/activation_controller_unittest.cc', | 706 'wm/activation_controller_unittest.cc', |
705 'wm/ash_activation_controller_unittest.cc', | 707 'wm/ash_activation_controller_unittest.cc', |
706 'wm/ash_native_cursor_manager_unittest.cc', | 708 'wm/ash_native_cursor_manager_unittest.cc', |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
875 'shell/cocoa/app-Info.plist', | 877 'shell/cocoa/app-Info.plist', |
876 ], | 878 ], |
877 'xcode_settings': { | 879 'xcode_settings': { |
878 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 880 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
879 }, | 881 }, |
880 }], | 882 }], |
881 ], | 883 ], |
882 }, | 884 }, |
883 ], | 885 ], |
884 } | 886 } |
OLD | NEW |