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

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: Rebase Created 5 years, 11 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/content/accelerometer/DEPS » ('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 '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 26 matching lines...) Expand all
37 'autoclick/autoclick_controller.h', 37 'autoclick/autoclick_controller.h',
38 'ash_constants.cc', 38 'ash_constants.cc',
39 'ash_constants.h', 39 'ash_constants.h',
40 'ash_export.h', 40 'ash_export.h',
41 'ash_switches.cc', 41 'ash_switches.cc',
42 'ash_switches.h', 42 'ash_switches.h',
43 'ash_touch_exploration_manager_chromeos.cc', 43 'ash_touch_exploration_manager_chromeos.cc',
44 'ash_touch_exploration_manager_chromeos.h', 44 'ash_touch_exploration_manager_chromeos.h',
45 'cancel_mode.cc', 45 'cancel_mode.cc',
46 'cancel_mode.h', 46 'cancel_mode.h',
47 'content/accelerometer/sensor_manager_delegate_chromeos.cc',
48 'content/accelerometer/sensor_manager_delegate_chromeos.h',
47 'content/display/screen_orientation_controller_chromeos.cc', 49 'content/display/screen_orientation_controller_chromeos.cc',
48 'content/display/screen_orientation_controller_chromeos.h', 50 'content/display/screen_orientation_controller_chromeos.h',
49 'debug.cc', 51 'debug.cc',
50 'debug.h', 52 'debug.h',
51 'default_accessibility_delegate.cc', 53 'default_accessibility_delegate.cc',
52 'default_accessibility_delegate.h', 54 'default_accessibility_delegate.h',
53 'default_user_wallpaper_delegate.cc', 55 'default_user_wallpaper_delegate.cc',
54 'default_user_wallpaper_delegate.h', 56 'default_user_wallpaper_delegate.h',
55 'desktop_background/desktop_background_controller.cc', 57 'desktop_background/desktop_background_controller.cc',
56 'desktop_background/desktop_background_controller.h', 58 'desktop_background/desktop_background_controller.h',
(...skipping 1221 matching lines...) Expand 10 before | Expand all | Expand 10 after
1278 '../build/isolate.gypi', 1280 '../build/isolate.gypi',
1279 ], 1281 ],
1280 'sources': [ 1282 'sources': [
1281 'ash_unittests.isolate', 1283 'ash_unittests.isolate',
1282 ], 1284 ],
1283 }, 1285 },
1284 ], 1286 ],
1285 }], 1287 }],
1286 ], 1288 ],
1287 } 1289 }
OLDNEW
« no previous file with comments | « no previous file | ash/content/accelerometer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698