| OLD | NEW |
| 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 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 333 'accelerators/accelerator_controller_unittest.cc', | 333 'accelerators/accelerator_controller_unittest.cc', |
| 334 'accelerators/accelerator_filter_unittest.cc', | 334 'accelerators/accelerator_filter_unittest.cc', |
| 335 'accelerators/nested_dispatcher_controller_unittest.cc', | 335 'accelerators/nested_dispatcher_controller_unittest.cc', |
| 336 'app_list/app_list_unittest.cc', | 336 'app_list/app_list_unittest.cc', |
| 337 'drag_drop/drag_drop_controller_unittest.cc', | 337 'drag_drop/drag_drop_controller_unittest.cc', |
| 338 'focus_cycler_unittest.cc', | 338 'focus_cycler_unittest.cc', |
| 339 'ime/input_method_event_filter_unittest.cc', | 339 'ime/input_method_event_filter_unittest.cc', |
| 340 'launcher/launcher_context_menu_unittest.cc', | 340 'launcher/launcher_context_menu_unittest.cc', |
| 341 'launcher/launcher_model_unittest.cc', | 341 'launcher/launcher_model_unittest.cc', |
| 342 'launcher/launcher_unittest.cc', | 342 'launcher/launcher_unittest.cc', |
| 343 'launcher/launcher_view_unittest.cc', |
| 343 'monitor/multi_monitor_manager_unittest.cc', | 344 'monitor/multi_monitor_manager_unittest.cc', |
| 344 'shell_unittest.cc', | 345 'shell_unittest.cc', |
| 345 'test/ash_unittests.cc', | 346 'test/ash_unittests.cc', |
| 346 'test/ash_test_base.cc', | 347 'test/ash_test_base.cc', |
| 347 'test/ash_test_base.h', | 348 'test/ash_test_base.h', |
| 348 'test/test_activation_delegate.cc', | 349 'test/test_activation_delegate.cc', |
| 349 'test/test_activation_delegate.h', | 350 'test/test_activation_delegate.h', |
| 350 'test/test_shell_delegate.cc', | 351 'test/test_shell_delegate.cc', |
| 351 'test/test_shell_delegate.h', | 352 'test/test_shell_delegate.h', |
| 352 'test/test_suite.cc', | 353 'test/test_suite.cc', |
| (...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 481 'shell/cocoa/app-Info.plist', | 482 'shell/cocoa/app-Info.plist', |
| 482 ], | 483 ], |
| 483 'xcode_settings': { | 484 'xcode_settings': { |
| 484 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 485 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 485 }, | 486 }, |
| 486 }], | 487 }], |
| 487 ], | 488 ], |
| 488 }, | 489 }, |
| 489 ], | 490 ], |
| 490 } | 491 } |
| OLD | NEW |