| 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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 'ash', | 372 'ash', |
| 373 ], | 373 ], |
| 374 'sources': [ | 374 'sources': [ |
| 375 '../ui/views/test/test_views_delegate.cc', | 375 '../ui/views/test/test_views_delegate.cc', |
| 376 '../ui/views/test/test_views_delegate.h', | 376 '../ui/views/test/test_views_delegate.h', |
| 377 'accelerators/accelerator_controller_unittest.cc', | 377 'accelerators/accelerator_controller_unittest.cc', |
| 378 'accelerators/accelerator_filter_unittest.cc', | 378 'accelerators/accelerator_filter_unittest.cc', |
| 379 'accelerators/accelerator_table_unittest.cc', | 379 'accelerators/accelerator_table_unittest.cc', |
| 380 'accelerators/nested_dispatcher_controller_unittest.cc', | 380 'accelerators/nested_dispatcher_controller_unittest.cc', |
| 381 'dip_unittest.cc', | 381 'dip_unittest.cc', |
| 382 'display/display_controller_unittest.cc', |
| 382 'display/multi_display_manager_unittest.cc', | 383 'display/multi_display_manager_unittest.cc', |
| 383 'drag_drop/drag_drop_controller_unittest.cc', | 384 'drag_drop/drag_drop_controller_unittest.cc', |
| 384 'extended_desktop_unittest.cc', | 385 'extended_desktop_unittest.cc', |
| 385 'focus_cycler_unittest.cc', | 386 'focus_cycler_unittest.cc', |
| 386 'launcher/launcher_context_menu_unittest.cc', | 387 'launcher/launcher_context_menu_unittest.cc', |
| 387 'launcher/launcher_model_unittest.cc', | 388 'launcher/launcher_model_unittest.cc', |
| 388 'launcher/launcher_navigator_unittest.cc', | 389 'launcher/launcher_navigator_unittest.cc', |
| 389 'launcher/launcher_unittest.cc', | 390 'launcher/launcher_unittest.cc', |
| 390 'launcher/launcher_view_unittest.cc', | 391 'launcher/launcher_view_unittest.cc', |
| 391 'root_window_controller_unittest.cc', | 392 'root_window_controller_unittest.cc', |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 560 'shell/cocoa/app-Info.plist', | 561 'shell/cocoa/app-Info.plist', |
| 561 ], | 562 ], |
| 562 'xcode_settings': { | 563 'xcode_settings': { |
| 563 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 564 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 564 }, | 565 }, |
| 565 }], | 566 }], |
| 566 ], | 567 ], |
| 567 }, | 568 }, |
| 568 ], | 569 ], |
| 569 } | 570 } |
| OLD | NEW |