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

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: 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') | ash/root_window_controller.cc » ('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 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 'shelf/shelf_window_watcher.h', 283 'shelf/shelf_window_watcher.h',
284 'shelf/shelf_window_watcher_item_delegate.cc', 284 'shelf/shelf_window_watcher_item_delegate.cc',
285 'shelf/shelf_window_watcher_item_delegate.h', 285 'shelf/shelf_window_watcher_item_delegate.h',
286 'shell.cc', 286 'shell.cc',
287 'shell.h', 287 'shell.h',
288 'shell_delegate.h', 288 'shell_delegate.h',
289 'shell_factory.h', 289 'shell_factory.h',
290 'shell_init_params.cc', 290 'shell_init_params.cc',
291 'shell_init_params.h', 291 'shell_init_params.h',
292 'shell_window_ids.h', 292 'shell_window_ids.h',
293 'snap_to_pixel_layout_manager.cc',
294 'snap_to_pixel_layout_manager.h',
293 'sticky_keys/sticky_keys_state.h', 295 'sticky_keys/sticky_keys_state.h',
294 'sticky_keys/sticky_keys_controller.cc', 296 'sticky_keys/sticky_keys_controller.cc',
295 'sticky_keys/sticky_keys_controller.h', 297 'sticky_keys/sticky_keys_controller.h',
296 'sticky_keys/sticky_keys_overlay.cc', 298 'sticky_keys/sticky_keys_overlay.cc',
297 'sticky_keys/sticky_keys_overlay.h', 299 'sticky_keys/sticky_keys_overlay.h',
298 'switchable_windows.cc', 300 'switchable_windows.cc',
299 'switchable_windows.h', 301 'switchable_windows.h',
300 'system/audio/audio_observer.h', 302 'system/audio/audio_observer.h',
301 'system/audio/tray_audio.cc', 303 'system/audio/tray_audio.cc',
302 'system/audio/tray_audio.h', 304 'system/audio/tray_audio.h',
(...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after
1222 'conditions': [ 1224 'conditions': [
1223 ['chromeos==1', { 1225 ['chromeos==1', {
1224 'dependencies': [ 1226 'dependencies': [
1225 '../ui/display/display.gyp:display', 1227 '../ui/display/display.gyp:display',
1226 ], 1228 ],
1227 }], 1229 }],
1228 ], 1230 ],
1229 }, 1231 },
1230 ], 1232 ],
1231 } 1233 }
OLDNEW
« no previous file with comments | « no previous file | ash/root_window_controller.cc » ('j') | ash/root_window_controller.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698