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

Side by Side Diff: ash/ash.gyp

Issue 357063002: Snap widgets to pixel boundary on ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adjust tests Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/root_window_controller.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 '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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 'shelf/shelf_window_watcher.h', 242 'shelf/shelf_window_watcher.h',
243 'shelf/shelf_window_watcher_item_delegate.cc', 243 'shelf/shelf_window_watcher_item_delegate.cc',
244 'shelf/shelf_window_watcher_item_delegate.h', 244 'shelf/shelf_window_watcher_item_delegate.h',
245 'shell.cc', 245 'shell.cc',
246 'shell.h', 246 'shell.h',
247 'shell_delegate.h', 247 'shell_delegate.h',
248 'shell_factory.h', 248 'shell_factory.h',
249 'shell_init_params.cc', 249 'shell_init_params.cc',
250 'shell_init_params.h', 250 'shell_init_params.h',
251 'shell_window_ids.h', 251 'shell_window_ids.h',
252 'snap_to_pixel_layout_manager.cc',
253 'snap_to_pixel_layout_manager.h',
252 'sticky_keys/sticky_keys_state.h', 254 'sticky_keys/sticky_keys_state.h',
253 'sticky_keys/sticky_keys_controller.cc', 255 'sticky_keys/sticky_keys_controller.cc',
254 'sticky_keys/sticky_keys_controller.h', 256 'sticky_keys/sticky_keys_controller.h',
255 'sticky_keys/sticky_keys_overlay.cc', 257 'sticky_keys/sticky_keys_overlay.cc',
256 'sticky_keys/sticky_keys_overlay.h', 258 'sticky_keys/sticky_keys_overlay.h',
257 'switchable_windows.cc', 259 'switchable_windows.cc',
258 'switchable_windows.h', 260 'switchable_windows.h',
259 'system/audio/audio_observer.h', 261 'system/audio/audio_observer.h',
260 'system/audio/tray_audio.cc', 262 'system/audio/tray_audio.cc',
261 'system/audio/tray_audio.h', 263 'system/audio/tray_audio.h',
(...skipping 982 matching lines...) Expand 10 before | Expand all | Expand 10 after
1244 'conditions': [ 1246 'conditions': [
1245 ['chromeos==1', { 1247 ['chromeos==1', {
1246 'dependencies': [ 1248 'dependencies': [
1247 '../ui/display/display.gyp:display', 1249 '../ui/display/display.gyp:display',
1248 ], 1250 ],
1249 }], 1251 }],
1250 ], 1252 ],
1251 }, 1253 },
1252 ], 1254 ],
1253 } 1255 }
OLDNEW
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698