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

Side by Side Diff: ash/ash.gyp

Issue 9837046: Revert r128507 "Revert r128436 "relanding: disabled workspace_window_resizer test. fixed access-aft… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 | « ash/accelerators/accelerator_table.cc ('k') | ash/monitor/monitor_controller.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 10
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'accelerators/accelerator_filter_unittest.cc', 323 'accelerators/accelerator_filter_unittest.cc',
324 'accelerators/nested_dispatcher_controller_unittest.cc', 324 'accelerators/nested_dispatcher_controller_unittest.cc',
325 'app_list/app_list_unittest.cc', 325 'app_list/app_list_unittest.cc',
326 'drag_drop/drag_drop_controller_unittest.cc', 326 'drag_drop/drag_drop_controller_unittest.cc',
327 'focus_cycler_unittest.cc', 327 'focus_cycler_unittest.cc',
328 'ime/input_method_event_filter_unittest.cc', 328 'ime/input_method_event_filter_unittest.cc',
329 'launcher/launcher_model_unittest.cc', 329 'launcher/launcher_model_unittest.cc',
330 'launcher/launcher_unittest.cc', 330 'launcher/launcher_unittest.cc',
331 'launcher/view_model_unittest.cc', 331 'launcher/view_model_unittest.cc',
332 'launcher/view_model_utils_unittest.cc', 332 'launcher/view_model_utils_unittest.cc',
333 'monitor/multi_monitor_manager_unittest.cc',
333 'shell_unittest.cc', 334 'shell_unittest.cc',
334 'test/ash_unittests.cc', 335 'test/ash_unittests.cc',
335 'test/ash_test_base.cc', 336 'test/ash_test_base.cc',
336 'test/ash_test_base.h', 337 'test/ash_test_base.h',
337 'test/test_activation_delegate.cc', 338 'test/test_activation_delegate.cc',
338 'test/test_activation_delegate.h', 339 'test/test_activation_delegate.h',
339 'test/test_shell_delegate.cc', 340 'test/test_shell_delegate.cc',
340 'test/test_shell_delegate.h', 341 'test/test_shell_delegate.h',
341 'test/test_suite.cc', 342 'test/test_suite.cc',
342 'test/test_suite.h', 343 'test/test_suite.h',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 'shell/cocoa/app-Info.plist', 462 'shell/cocoa/app-Info.plist',
462 ], 463 ],
463 'xcode_settings': { 464 'xcode_settings': {
464 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 465 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
465 }, 466 },
466 }], 467 }],
467 ], 468 ],
468 }, 469 },
469 ], 470 ],
470 } 471 }
OLDNEW
« no previous file with comments | « ash/accelerators/accelerator_table.cc ('k') | ash/monitor/monitor_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698