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

Side by Side Diff: ash/ash.gyp

Issue 500613003: Use standardized and extendable accelerometer update type. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge and remove unused Vector3dF reference. Created 6 years, 3 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 # These files lists are shared with the GN build. 9 # These files lists are shared with the GN build.
10 'ash_sources': [ 10 'ash_sources': [
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
887 '../base/base.gyp:base_i18n', 887 '../base/base.gyp:base_i18n',
888 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 888 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
889 '../cc/cc.gyp:cc', 889 '../cc/cc.gyp:cc',
890 '../components/components.gyp:user_manager', 890 '../components/components.gyp:user_manager',
891 '../content/content.gyp:content_browser', 891 '../content/content.gyp:content_browser',
892 '../media/media.gyp:media', 892 '../media/media.gyp:media',
893 '../net/net.gyp:net', 893 '../net/net.gyp:net',
894 '../skia/skia.gyp:skia', 894 '../skia/skia.gyp:skia',
895 '../third_party/icu/icu.gyp:icui18n', 895 '../third_party/icu/icu.gyp:icui18n',
896 '../third_party/icu/icu.gyp:icuuc', 896 '../third_party/icu/icu.gyp:icuuc',
897 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer',
897 '../ui/accessibility/accessibility.gyp:accessibility', 898 '../ui/accessibility/accessibility.gyp:accessibility',
898 '../ui/app_list/app_list.gyp:app_list', 899 '../ui/app_list/app_list.gyp:app_list',
899 '../ui/aura/aura.gyp:aura', 900 '../ui/aura/aura.gyp:aura',
900 '../ui/base/ui_base.gyp:ui_base', 901 '../ui/base/ui_base.gyp:ui_base',
901 '../ui/compositor/compositor.gyp:compositor', 902 '../ui/compositor/compositor.gyp:compositor',
902 '../ui/events/events.gyp:events', 903 '../ui/events/events.gyp:events',
903 '../ui/events/events.gyp:events_base', 904 '../ui/events/events.gyp:events_base',
904 '../ui/gfx/gfx.gyp:gfx', 905 '../ui/gfx/gfx.gyp:gfx',
905 '../ui/gfx/gfx.gyp:gfx_geometry', 906 '../ui/gfx/gfx.gyp:gfx_geometry',
906 '../ui/keyboard/keyboard.gyp:keyboard', 907 '../ui/keyboard/keyboard.gyp:keyboard',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 '../base/base.gyp:base', 1059 '../base/base.gyp:base',
1059 '../base/base.gyp:test_support_base', 1060 '../base/base.gyp:test_support_base',
1060 '../chrome/chrome_resources.gyp:packed_resources', 1061 '../chrome/chrome_resources.gyp:packed_resources',
1061 '../components/components.gyp:user_manager', 1062 '../components/components.gyp:user_manager',
1062 '../content/content.gyp:content_browser', 1063 '../content/content.gyp:content_browser',
1063 '../content/content_shell_and_tests.gyp:test_support_content', 1064 '../content/content_shell_and_tests.gyp:test_support_content',
1064 '../skia/skia.gyp:skia', 1065 '../skia/skia.gyp:skia',
1065 '../testing/gtest.gyp:gtest', 1066 '../testing/gtest.gyp:gtest',
1066 '../third_party/icu/icu.gyp:icui18n', 1067 '../third_party/icu/icu.gyp:icui18n',
1067 '../third_party/icu/icu.gyp:icuuc', 1068 '../third_party/icu/icu.gyp:icuuc',
1069 '../ui/accelerometer/ui_accelerometer.gyp:ui_accelerometer',
1068 '../ui/accessibility/accessibility.gyp:accessibility', 1070 '../ui/accessibility/accessibility.gyp:accessibility',
1069 '../ui/app_list/app_list.gyp:app_list', 1071 '../ui/app_list/app_list.gyp:app_list',
1070 '../ui/aura/aura.gyp:aura', 1072 '../ui/aura/aura.gyp:aura',
1071 '../ui/aura/aura.gyp:aura_test_support', 1073 '../ui/aura/aura.gyp:aura_test_support',
1072 '../ui/base/ui_base.gyp:ui_base', 1074 '../ui/base/ui_base.gyp:ui_base',
1073 '../ui/base/ui_base.gyp:ui_base_test_support', 1075 '../ui/base/ui_base.gyp:ui_base_test_support',
1074 '../ui/compositor/compositor.gyp:compositor', 1076 '../ui/compositor/compositor.gyp:compositor',
1075 '../ui/compositor/compositor.gyp:compositor_test_support', 1077 '../ui/compositor/compositor.gyp:compositor_test_support',
1076 '../ui/events/events.gyp:events', 1078 '../ui/events/events.gyp:events',
1077 '../ui/events/events.gyp:events_test_support', 1079 '../ui/events/events.gyp:events_test_support',
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after
1260 'conditions': [ 1262 'conditions': [
1261 ['chromeos==1', { 1263 ['chromeos==1', {
1262 'dependencies': [ 1264 'dependencies': [
1263 '../ui/display/display.gyp:display', 1265 '../ui/display/display.gyp:display',
1264 ], 1266 ],
1265 }], 1267 }],
1266 ], 1268 ],
1267 }, 1269 },
1268 ], 1270 ],
1269 } 1271 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698