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

Side by Side Diff: ash/ash.gyp

Issue 11343028: Revert 164652 - speculative revert - this change may have caused print dialog test failures on XP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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/ash_switches.h » ('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 'includes': [ 10 'includes': [
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 'wm/window_modality_controller.cc', 378 'wm/window_modality_controller.cc',
379 'wm/window_modality_controller.h', 379 'wm/window_modality_controller.h',
380 'wm/window_properties.cc', 380 'wm/window_properties.cc',
381 'wm/window_properties.h', 381 'wm/window_properties.h',
382 'wm/window_resizer.cc', 382 'wm/window_resizer.cc',
383 'wm/window_resizer.h', 383 'wm/window_resizer.h',
384 'wm/window_util.cc', 384 'wm/window_util.cc',
385 'wm/window_util.h', 385 'wm/window_util.h',
386 'wm/workspace_controller.cc', 386 'wm/workspace_controller.cc',
387 'wm/workspace_controller.h', 387 'wm/workspace_controller.h',
388 'wm/workspace/auto_window_management.cc',
389 'wm/workspace/auto_window_management.h',
390 'wm/workspace/colored_window_controller.cc', 388 'wm/workspace/colored_window_controller.cc',
391 'wm/workspace/colored_window_controller.h', 389 'wm/workspace/colored_window_controller.h',
392 'wm/workspace/desktop_background_fade_controller.cc', 390 'wm/workspace/desktop_background_fade_controller.cc',
393 'wm/workspace/desktop_background_fade_controller.h', 391 'wm/workspace/desktop_background_fade_controller.h',
394 'wm/workspace/frame_maximize_button.cc', 392 'wm/workspace/frame_maximize_button.cc',
395 'wm/workspace/frame_maximize_button.h', 393 'wm/workspace/frame_maximize_button.h',
396 'wm/workspace/magnetism_matcher.cc', 394 'wm/workspace/magnetism_matcher.cc',
397 'wm/workspace/magnetism_matcher.h', 395 'wm/workspace/magnetism_matcher.h',
398 'wm/workspace/maximize_bubble_frame_state.h', 396 'wm/workspace/maximize_bubble_frame_state.h',
399 'wm/workspace/multi_window_resize_controller.cc', 397 'wm/workspace/multi_window_resize_controller.cc',
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 'shell/cocoa/app-Info.plist', 696 'shell/cocoa/app-Info.plist',
699 ], 697 ],
700 'xcode_settings': { 698 'xcode_settings': {
701 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 699 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
702 }, 700 },
703 }], 701 }],
704 ], 702 ],
705 }, 703 },
706 ], 704 ],
707 } 705 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698