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

Side by Side Diff: ash/ash.gyp

Issue 10852003: Changes all non-workspace code to talk to WorkspaceManager via (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more constness Created 8 years, 4 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 }, 9 },
10 10
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 'wm/workspace/snap_sizer.cc', 334 'wm/workspace/snap_sizer.cc',
335 'wm/workspace/snap_sizer.h', 335 'wm/workspace/snap_sizer.h',
336 'wm/workspace/workspace.cc', 336 'wm/workspace/workspace.cc',
337 'wm/workspace/workspace.h', 337 'wm/workspace/workspace.h',
338 'wm/workspace/workspace_event_filter.cc', 338 'wm/workspace/workspace_event_filter.cc',
339 'wm/workspace/workspace_event_filter.h', 339 'wm/workspace/workspace_event_filter.h',
340 'wm/workspace/workspace_layout_manager.cc', 340 'wm/workspace/workspace_layout_manager.cc',
341 'wm/workspace/workspace_layout_manager.h', 341 'wm/workspace/workspace_layout_manager.h',
342 'wm/workspace/workspace_manager.cc', 342 'wm/workspace/workspace_manager.cc',
343 'wm/workspace/workspace_manager.h', 343 'wm/workspace/workspace_manager.h',
344 'wm/workspace/workspace_types.h',
344 'wm/workspace/workspace_window_resizer.cc', 345 'wm/workspace/workspace_window_resizer.cc',
345 'wm/workspace/workspace_window_resizer.h', 346 'wm/workspace/workspace_window_resizer.h',
346 ], 347 ],
347 'conditions': [ 348 'conditions': [
348 ['OS=="mac"', { 349 ['OS=="mac"', {
349 'sources/': [ 350 'sources/': [
350 ['exclude', 'accelerators/accelerator_controller.cc'], 351 ['exclude', 'accelerators/accelerator_controller.cc'],
351 ['exclude', 'accelerators/accelerator_controller.h'], 352 ['exclude', 'accelerators/accelerator_controller.h'],
352 ['exclude', 'accelerators/accelerator_dispatcher.cc'], 353 ['exclude', 'accelerators/accelerator_dispatcher.cc'],
353 ['exclude', 'accelerators/accelerator_dispatcher.h'], 354 ['exclude', 'accelerators/accelerator_dispatcher.h'],
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 'shell/cocoa/app-Info.plist', 612 'shell/cocoa/app-Info.plist',
612 ], 613 ],
613 'xcode_settings': { 614 'xcode_settings': {
614 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 615 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
615 }, 616 },
616 }], 617 }],
617 ], 618 ],
618 }, 619 },
619 ], 620 ],
620 } 621 }
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