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 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 'app_list/app_list_unittest.cc', | 337 'app_list/app_list_unittest.cc', |
338 'drag_drop/drag_drop_controller_unittest.cc', | 338 'drag_drop/drag_drop_controller_unittest.cc', |
339 'focus_cycler_unittest.cc', | 339 'focus_cycler_unittest.cc', |
340 'ime/input_method_event_filter_unittest.cc', | 340 'ime/input_method_event_filter_unittest.cc', |
341 'launcher/launcher_context_menu_unittest.cc', | 341 'launcher/launcher_context_menu_unittest.cc', |
342 'launcher/launcher_model_unittest.cc', | 342 'launcher/launcher_model_unittest.cc', |
343 'launcher/launcher_unittest.cc', | 343 'launcher/launcher_unittest.cc', |
344 'launcher/launcher_view_unittest.cc', | 344 'launcher/launcher_view_unittest.cc', |
345 'monitor/multi_monitor_manager_unittest.cc', | 345 'monitor/multi_monitor_manager_unittest.cc', |
346 'shell_unittest.cc', | 346 'shell_unittest.cc', |
347 'test/ash_unittests.cc', | |
348 'test/ash_test_base.cc', | 347 'test/ash_test_base.cc', |
349 'test/ash_test_base.h', | 348 'test/ash_test_base.h', |
| 349 'test/ash_unittests.cc', |
| 350 'test/launcher_view_test_api.cc', |
| 351 'test/launcher_view_test_api.h', |
350 'test/test_activation_delegate.cc', | 352 'test/test_activation_delegate.cc', |
351 'test/test_activation_delegate.h', | 353 'test/test_activation_delegate.h', |
352 'test/test_launcher_delegate.cc', | 354 'test/test_launcher_delegate.cc', |
353 'test/test_launcher_delegate.h', | 355 'test/test_launcher_delegate.h', |
354 'test/test_shell_delegate.cc', | 356 'test/test_shell_delegate.cc', |
355 'test/test_shell_delegate.h', | 357 'test/test_shell_delegate.h', |
356 'test/test_suite.cc', | 358 'test/test_suite.cc', |
357 'test/test_suite.h', | 359 'test/test_suite.h', |
358 'test/test_suite_init.h', | 360 'test/test_suite_init.h', |
359 'test/test_suite_init.mm', | 361 'test/test_suite_init.mm', |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
504 'shell/cocoa/app-Info.plist', | 506 'shell/cocoa/app-Info.plist', |
505 ], | 507 ], |
506 'xcode_settings': { | 508 'xcode_settings': { |
507 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 509 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
508 }, | 510 }, |
509 }], | 511 }], |
510 ], | 512 ], |
511 }, | 513 }, |
512 ], | 514 ], |
513 } | 515 } |
OLD | NEW |