| 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 'targets': [ | 10 'targets': [ |
| 11 { | 11 { |
| 12 'target_name': 'ash', | 12 'target_name': 'ash', |
| 13 'type': '<(component)', | 13 'type': '<(component)', |
| 14 'dependencies': [ | 14 'dependencies': [ |
| 15 '../base/base.gyp:base', | 15 '../base/base.gyp:base', |
| 16 '../base/base.gyp:base_i18n', | 16 '../base/base.gyp:base_i18n', |
| 17 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 17 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 18 '../cc/cc.gyp:cc', | 18 '../cc/cc.gyp:cc', |
| 19 '../components/components.gyp:user_manager', |
| 19 '../content/content.gyp:content_browser', | 20 '../content/content.gyp:content_browser', |
| 20 '../media/media.gyp:media', | 21 '../media/media.gyp:media', |
| 21 '../net/net.gyp:net', | 22 '../net/net.gyp:net', |
| 22 '../skia/skia.gyp:skia', | 23 '../skia/skia.gyp:skia', |
| 23 '../third_party/icu/icu.gyp:icui18n', | 24 '../third_party/icu/icu.gyp:icui18n', |
| 24 '../third_party/icu/icu.gyp:icuuc', | 25 '../third_party/icu/icu.gyp:icuuc', |
| 25 '../ui/accessibility/accessibility.gyp:accessibility', | 26 '../ui/accessibility/accessibility.gyp:accessibility', |
| 26 '../ui/app_list/app_list.gyp:app_list', | 27 '../ui/app_list/app_list.gyp:app_list', |
| 27 '../ui/aura/aura.gyp:aura', | 28 '../ui/aura/aura.gyp:aura', |
| 28 '../ui/base/ui_base.gyp:ui_base', | 29 '../ui/base/ui_base.gyp:ui_base', |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 'rotator/screen_rotation.cc', | 223 'rotator/screen_rotation.cc', |
| 223 'rotator/screen_rotation.h', | 224 'rotator/screen_rotation.h', |
| 224 'scoped_target_root_window.cc', | 225 'scoped_target_root_window.cc', |
| 225 'scoped_target_root_window.h', | 226 'scoped_target_root_window.h', |
| 226 'screen_util.cc', | 227 'screen_util.cc', |
| 227 'screen_util.h', | 228 'screen_util.h', |
| 228 'screenshot_delegate.h', | 229 'screenshot_delegate.h', |
| 229 'session/session_state_delegate.h', | 230 'session/session_state_delegate.h', |
| 230 'session/session_state_observer.cc', | 231 'session/session_state_observer.cc', |
| 231 'session/session_state_observer.h', | 232 'session/session_state_observer.h', |
| 232 'session/user_info.h', | |
| 233 'shelf/app_list_button.cc', | 233 'shelf/app_list_button.cc', |
| 234 'shelf/app_list_button.h', | 234 'shelf/app_list_button.h', |
| 235 'shelf/app_list_shelf_item_delegate.cc', | 235 'shelf/app_list_shelf_item_delegate.cc', |
| 236 'shelf/app_list_shelf_item_delegate.h', | 236 'shelf/app_list_shelf_item_delegate.h', |
| 237 'shelf/background_animator.cc', | 237 'shelf/background_animator.cc', |
| 238 'shelf/background_animator.h', | 238 'shelf/background_animator.h', |
| 239 'shelf/overflow_bubble.cc', | 239 'shelf/overflow_bubble.cc', |
| 240 'shelf/overflow_bubble.h', | 240 'shelf/overflow_bubble.h', |
| 241 'shelf/overflow_bubble_view.cc', | 241 'shelf/overflow_bubble_view.cc', |
| 242 'shelf/overflow_bubble_view.h', | 242 'shelf/overflow_bubble_view.h', |
| (...skipping 976 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1219 'conditions': [ | 1219 'conditions': [ |
| 1220 ['chromeos==1', { | 1220 ['chromeos==1', { |
| 1221 'dependencies': [ | 1221 'dependencies': [ |
| 1222 '../ui/display/display.gyp:display', | 1222 '../ui/display/display.gyp:display', |
| 1223 ], | 1223 ], |
| 1224 }], | 1224 }], |
| 1225 ], | 1225 ], |
| 1226 }, | 1226 }, |
| 1227 ], | 1227 ], |
| 1228 } | 1228 } |
| OLD | NEW |