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

Side by Side Diff: ash/ash.gyp

Issue 1394573003: chromeos: Add SurfaceServiceProvider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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
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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'shell_init_params.cc', 263 'shell_init_params.cc',
264 'shell_init_params.h', 264 'shell_init_params.h',
265 'shell_window_ids.h', 265 'shell_window_ids.h',
266 'snap_to_pixel_layout_manager.cc', 266 'snap_to_pixel_layout_manager.cc',
267 'snap_to_pixel_layout_manager.h', 267 'snap_to_pixel_layout_manager.h',
268 'sticky_keys/sticky_keys_controller.cc', 268 'sticky_keys/sticky_keys_controller.cc',
269 'sticky_keys/sticky_keys_controller.h', 269 'sticky_keys/sticky_keys_controller.h',
270 'sticky_keys/sticky_keys_overlay.cc', 270 'sticky_keys/sticky_keys_overlay.cc',
271 'sticky_keys/sticky_keys_overlay.h', 271 'sticky_keys/sticky_keys_overlay.h',
272 'sticky_keys/sticky_keys_state.h', 272 'sticky_keys/sticky_keys_state.h',
273 'surfaces/surface_controller.cc',
274 'surfaces/surface_controller.h',
275 'surfaces/test_shell_surface_overlay_view.cc',
276 'surfaces/test_shell_surface_overlay_view.h',
273 'switchable_windows.cc', 277 'switchable_windows.cc',
274 'switchable_windows.h', 278 'switchable_windows.h',
275 'system/audio/audio_observer.h', 279 'system/audio/audio_observer.h',
276 'system/audio/tray_audio.cc', 280 'system/audio/tray_audio.cc',
277 'system/audio/tray_audio.h', 281 'system/audio/tray_audio.h',
278 'system/audio/tray_audio_delegate.h', 282 'system/audio/tray_audio_delegate.h',
279 'system/audio/volume_view.cc', 283 'system/audio/volume_view.cc',
280 'system/audio/volume_view.h', 284 'system/audio/volume_view.h',
281 'system/bluetooth/bluetooth_observer.h', 285 'system/bluetooth/bluetooth_observer.h',
282 'system/bluetooth/tray_bluetooth.cc', 286 'system/bluetooth/tray_bluetooth.cc',
(...skipping 660 matching lines...) Expand 10 before | Expand all | Expand 10 after
943 'type': '<(component)', 947 'type': '<(component)',
944 'dependencies': [ 948 'dependencies': [
945 '../base/base.gyp:base', 949 '../base/base.gyp:base',
946 '../base/base.gyp:base_i18n', 950 '../base/base.gyp:base_i18n',
947 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 951 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
948 '../cc/cc.gyp:cc', 952 '../cc/cc.gyp:cc',
949 '../components/components.gyp:device_event_log_component', 953 '../components/components.gyp:device_event_log_component',
950 '../components/components.gyp:user_manager', 954 '../components/components.gyp:user_manager',
951 '../components/components.gyp:wallpaper', 955 '../components/components.gyp:wallpaper',
952 '../content/content.gyp:content_browser', 956 '../content/content.gyp:content_browser',
957 '../gpu/gpu.gyp:command_buffer_service',
953 '../media/media.gyp:media', 958 '../media/media.gyp:media',
954 '../net/net.gyp:net', 959 '../net/net.gyp:net',
955 '../skia/skia.gyp:skia', 960 '../skia/skia.gyp:skia',
956 '../third_party/icu/icu.gyp:icui18n', 961 '../third_party/icu/icu.gyp:icui18n',
957 '../third_party/icu/icu.gyp:icuuc', 962 '../third_party/icu/icu.gyp:icuuc',
958 '../ui/accessibility/accessibility.gyp:accessibility', 963 '../ui/accessibility/accessibility.gyp:accessibility',
959 '../ui/app_list/app_list.gyp:app_list', 964 '../ui/app_list/app_list.gyp:app_list',
960 '../ui/aura/aura.gyp:aura', 965 '../ui/aura/aura.gyp:aura',
961 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime', 966 '../ui/base/ime/ui_base_ime.gyp:ui_base_ime',
962 '../ui/base/ui_base.gyp:ui_base', 967 '../ui/base/ui_base.gyp:ui_base',
(...skipping 399 matching lines...) Expand 10 before | Expand all | Expand 10 after
1362 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1367 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1363 ], 1368 ],
1364 } 1369 }
1365 ], 1370 ],
1366 ], 1371 ],
1367 }, 1372 },
1368 ], 1373 ],
1369 }], 1374 }],
1370 ], 1375 ],
1371 } 1376 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698