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

Side by Side Diff: ash/ash.gyp

Issue 2142463002: ash: Remove media dependency from ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: oops Created 4 years, 5 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
« no previous file with comments | « no previous file | ash/ash_touch_exploration_manager_chromeos.cc » ('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 # 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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 16 matching lines...) Expand all
27 'accelerators/magnifier_key_scroller.h', 27 'accelerators/magnifier_key_scroller.h',
28 'accelerators/spoken_feedback_toggler.cc', 28 'accelerators/spoken_feedback_toggler.cc',
29 'accelerators/spoken_feedback_toggler.h', 29 'accelerators/spoken_feedback_toggler.h',
30 'app_list/app_list_presenter_delegate.cc', 30 'app_list/app_list_presenter_delegate.cc',
31 'app_list/app_list_presenter_delegate.h', 31 'app_list/app_list_presenter_delegate.h',
32 'app_list/app_list_presenter_delegate_factory.cc', 32 'app_list/app_list_presenter_delegate_factory.cc',
33 'app_list/app_list_presenter_delegate_factory.h', 33 'app_list/app_list_presenter_delegate_factory.h',
34 'ash_export.h', 34 'ash_export.h',
35 'ash_touch_exploration_manager_chromeos.cc', 35 'ash_touch_exploration_manager_chromeos.cc',
36 'ash_touch_exploration_manager_chromeos.h', 36 'ash_touch_exploration_manager_chromeos.h',
37 'audio/sounds.cc',
38 'audio/sounds.h',
39 'aura/aura_layout_manager_adapter.cc', 37 'aura/aura_layout_manager_adapter.cc',
40 'aura/aura_layout_manager_adapter.h', 38 'aura/aura_layout_manager_adapter.h',
41 'aura/wm_lookup_aura.cc', 39 'aura/wm_lookup_aura.cc',
42 'aura/wm_lookup_aura.h', 40 'aura/wm_lookup_aura.h',
43 'aura/wm_root_window_controller_aura.cc', 41 'aura/wm_root_window_controller_aura.cc',
44 'aura/wm_root_window_controller_aura.h', 42 'aura/wm_root_window_controller_aura.h',
45 'aura/wm_shelf_aura.cc', 43 'aura/wm_shelf_aura.cc',
46 'aura/wm_shelf_aura.h', 44 'aura/wm_shelf_aura.h',
47 'aura/wm_shell_aura.cc', 45 'aura/wm_shell_aura.cc',
48 'aura/wm_shell_aura.h', 46 'aura/wm_shell_aura.h',
(...skipping 988 matching lines...) Expand 10 before | Expand all | Expand 10 after
1037 'dependencies': [ 1035 'dependencies': [
1038 '../base/base.gyp:base', 1036 '../base/base.gyp:base',
1039 '../base/base.gyp:base_i18n', 1037 '../base/base.gyp:base_i18n',
1040 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1038 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1041 '../cc/cc.gyp:cc', 1039 '../cc/cc.gyp:cc',
1042 '../components/components.gyp:device_event_log_component', 1040 '../components/components.gyp:device_event_log_component',
1043 '../components/components.gyp:onc_component', 1041 '../components/components.gyp:onc_component',
1044 '../components/components.gyp:signin_core_account_id', 1042 '../components/components.gyp:signin_core_account_id',
1045 '../components/components.gyp:user_manager', 1043 '../components/components.gyp:user_manager',
1046 '../components/components.gyp:wallpaper', 1044 '../components/components.gyp:wallpaper',
1047 '../media/media.gyp:media',
1048 '../net/net.gyp:net', 1045 '../net/net.gyp:net',
1049 '../skia/skia.gyp:skia', 1046 '../skia/skia.gyp:skia',
1050 '../third_party/icu/icu.gyp:icui18n', 1047 '../third_party/icu/icu.gyp:icui18n',
1051 '../third_party/icu/icu.gyp:icuuc', 1048 '../third_party/icu/icu.gyp:icuuc',
1052 '../ui/accessibility/accessibility.gyp:accessibility', 1049 '../ui/accessibility/accessibility.gyp:accessibility',
1053 '../ui/app_list/app_list.gyp:app_list', 1050 '../ui/app_list/app_list.gyp:app_list',
1054 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter', 1051 '../ui/app_list/presenter/app_list_presenter.gyp:app_list_presenter',
1055 '../ui/aura/aura.gyp:aura', 1052 '../ui/aura/aura.gyp:aura',
1056 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 1053 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
1057 '../ui/base/ui_base.gyp:ui_base', 1054 '../ui/base/ui_base.gyp:ui_base',
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
1450 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1447 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1451 ], 1448 ],
1452 } 1449 }
1453 ], 1450 ],
1454 ], 1451 ],
1455 }, 1452 },
1456 ], 1453 ],
1457 }], 1454 }],
1458 ], 1455 ],
1459 } 1456 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_touch_exploration_manager_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698