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

Side by Side Diff: ash/ash.gyp

Issue 680383007: DeviceOrientation API on ChromeOS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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/content/accelerometer/DEPS » ('j') | ash/content/accelerometer/DEPS » ('J')
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 '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 29 matching lines...) Expand all
40 'autoclick/autoclick_controller.h', 40 'autoclick/autoclick_controller.h',
41 'ash_constants.cc', 41 'ash_constants.cc',
42 'ash_constants.h', 42 'ash_constants.h',
43 'ash_export.h', 43 'ash_export.h',
44 'ash_switches.cc', 44 'ash_switches.cc',
45 'ash_switches.h', 45 'ash_switches.h',
46 'ash_touch_exploration_manager_chromeos.cc', 46 'ash_touch_exploration_manager_chromeos.cc',
47 'ash_touch_exploration_manager_chromeos.h', 47 'ash_touch_exploration_manager_chromeos.h',
48 'cancel_mode.cc', 48 'cancel_mode.cc',
49 'cancel_mode.h', 49 'cancel_mode.h',
50 'content/accelerometer/sensor_manager_delegate_chromeos.cc',
51 'content/accelerometer/sensor_manager_delegate_chromeos.h',
50 'content/display/screen_orientation_delegate_chromeos.cc', 52 'content/display/screen_orientation_delegate_chromeos.cc',
51 'content/display/screen_orientation_delegate_chromeos.h', 53 'content/display/screen_orientation_delegate_chromeos.h',
52 'debug.cc', 54 'debug.cc',
53 'debug.h', 55 'debug.h',
54 'default_accessibility_delegate.cc', 56 'default_accessibility_delegate.cc',
55 'default_accessibility_delegate.h', 57 'default_accessibility_delegate.h',
56 'default_user_wallpaper_delegate.cc', 58 'default_user_wallpaper_delegate.cc',
57 'default_user_wallpaper_delegate.h', 59 'default_user_wallpaper_delegate.h',
58 'desktop_background/desktop_background_controller.cc', 60 'desktop_background/desktop_background_controller.cc',
59 'desktop_background/desktop_background_controller.h', 61 'desktop_background/desktop_background_controller.h',
(...skipping 1238 matching lines...) Expand 10 before | Expand all | Expand 10 after
1298 '../build/isolate.gypi', 1300 '../build/isolate.gypi',
1299 ], 1301 ],
1300 'sources': [ 1302 'sources': [
1301 'ash_unittests.isolate', 1303 'ash_unittests.isolate',
1302 ], 1304 ],
1303 }, 1305 },
1304 ], 1306 ],
1305 }], 1307 }],
1306 ], 1308 ],
1307 } 1309 }
OLDNEW
« no previous file with comments | « no previous file | ash/content/accelerometer/DEPS » ('j') | ash/content/accelerometer/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698