Chromium Code Reviews| 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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 380 'accelerators/nested_dispatcher_controller_unittest.cc', | 380 'accelerators/nested_dispatcher_controller_unittest.cc', |
| 381 'dip_unittest.cc', | 381 'dip_unittest.cc', |
| 382 'drag_drop/drag_drop_controller_unittest.cc', | 382 'drag_drop/drag_drop_controller_unittest.cc', |
| 383 'extended_desktop_unittest.cc', | 383 'extended_desktop_unittest.cc', |
| 384 'focus_cycler_unittest.cc', | 384 'focus_cycler_unittest.cc', |
| 385 'launcher/launcher_context_menu_unittest.cc', | 385 'launcher/launcher_context_menu_unittest.cc', |
| 386 'launcher/launcher_model_unittest.cc', | 386 'launcher/launcher_model_unittest.cc', |
| 387 'launcher/launcher_navigator_unittest.cc', | 387 'launcher/launcher_navigator_unittest.cc', |
| 388 'launcher/launcher_unittest.cc', | 388 'launcher/launcher_unittest.cc', |
| 389 'launcher/launcher_view_unittest.cc', | 389 'launcher/launcher_view_unittest.cc', |
| 390 'monitor/monitor_controller_unittest.cc', | |
|
Ben Goodger (Google)
2012/06/27 15:32:52
monitor? i thought you renamed all of this to disp
oshima
2012/06/27 21:00:06
http://codereview.chromium.org/10675011/ was just
| |
| 390 'monitor/multi_monitor_manager_unittest.cc', | 391 'monitor/multi_monitor_manager_unittest.cc', |
| 391 'screensaver/screensaver_view_unittest.cc', | 392 'screensaver/screensaver_view_unittest.cc', |
| 392 'shell_unittest.cc', | 393 'shell_unittest.cc', |
| 393 'system/tray/system_tray_unittest.cc', | 394 'system/tray/system_tray_unittest.cc', |
| 394 'system/web_notification/web_notification_tray_unittest.cc', | 395 'system/web_notification/web_notification_tray_unittest.cc', |
| 395 'test/ash_test_base.cc', | 396 'test/ash_test_base.cc', |
| 396 'test/ash_test_base.h', | 397 'test/ash_test_base.h', |
| 397 'test/ash_unittests.cc', | 398 'test/ash_unittests.cc', |
| 398 'test/capture_tracking_view.cc', | 399 'test/capture_tracking_view.cc', |
| 399 'test/capture_tracking_view.h', | 400 'test/capture_tracking_view.h', |
| (...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 559 'shell/cocoa/app-Info.plist', | 560 'shell/cocoa/app-Info.plist', |
| 560 ], | 561 ], |
| 561 'xcode_settings': { | 562 'xcode_settings': { |
| 562 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 563 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 563 }, | 564 }, |
| 564 }], | 565 }], |
| 565 ], | 566 ], |
| 566 }, | 567 }, |
| 567 ], | 568 ], |
| 568 } | 569 } |
| OLD | NEW |