| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 '../ui/ui.gyp:ui_resources', | 256 '../ui/ui.gyp:ui_resources', |
| 257 '../ui/ui.gyp:ui_resources_standard', | 257 '../ui/ui.gyp:ui_resources_standard', |
| 258 '../ui/views/views.gyp:views', | 258 '../ui/views/views.gyp:views', |
| 259 'ash', | 259 'ash', |
| 260 ], | 260 ], |
| 261 'sources': [ | 261 'sources': [ |
| 262 '../ui/views/test/test_views_delegate.cc', | 262 '../ui/views/test/test_views_delegate.cc', |
| 263 '../ui/views/test/test_views_delegate.h', | 263 '../ui/views/test/test_views_delegate.h', |
| 264 'accelerators/accelerator_controller_unittest.cc', | 264 'accelerators/accelerator_controller_unittest.cc', |
| 265 'accelerators/accelerator_filter_unittest.cc', | 265 'accelerators/accelerator_filter_unittest.cc', |
| 266 » 'accelerators/nested_dispatcher_controller_unittest.cc', | 266 'accelerators/nested_dispatcher_controller_unittest.cc', |
| 267 'drag_drop/drag_drop_controller_unittest.cc', | 267 'drag_drop/drag_drop_controller_unittest.cc', |
| 268 'focus_cycler_unittest.cc', | 268 'focus_cycler_unittest.cc', |
| 269 'ime/input_method_event_filter_unittest.cc', | 269 'ime/input_method_event_filter_unittest.cc', |
| 270 'launcher/launcher_model_unittest.cc', | 270 'launcher/launcher_model_unittest.cc', |
| 271 'launcher/launcher_unittest.cc', | 271 'launcher/launcher_unittest.cc', |
| 272 'launcher/view_model_unittest.cc', | 272 'launcher/view_model_unittest.cc', |
| 273 'launcher/view_model_utils_unittest.cc', | 273 'launcher/view_model_utils_unittest.cc', |
| 274 'shell_unittest.cc', | 274 'shell_unittest.cc', |
| 275 'test/ash_unittests.cc', | 275 'test/ash_unittests.cc', |
| 276 'test/ash_test_base.cc', | 276 'test/ash_test_base.cc', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 293 'wm/root_window_event_filter_unittest.cc', | 293 'wm/root_window_event_filter_unittest.cc', |
| 294 'wm/shadow_controller_unittest.cc', | 294 'wm/shadow_controller_unittest.cc', |
| 295 'wm/shelf_layout_manager_unittest.cc', | 295 'wm/shelf_layout_manager_unittest.cc', |
| 296 'wm/system_modal_container_layout_manager_unittest.cc', | 296 'wm/system_modal_container_layout_manager_unittest.cc', |
| 297 'wm/toplevel_layout_manager_unittest.cc', | 297 'wm/toplevel_layout_manager_unittest.cc', |
| 298 'wm/toplevel_window_event_filter_unittest.cc', | 298 'wm/toplevel_window_event_filter_unittest.cc', |
| 299 'wm/video_detector_unittest.cc', | 299 'wm/video_detector_unittest.cc', |
| 300 'wm/visibility_controller_unittest.cc', | 300 'wm/visibility_controller_unittest.cc', |
| 301 'wm/window_cycle_controller_unittest.cc', | 301 'wm/window_cycle_controller_unittest.cc', |
| 302 'wm/window_modality_controller_unittest.cc', | 302 'wm/window_modality_controller_unittest.cc', |
| 303 'wm/workspace/workspace_event_filter_unittest.cc', |
| 303 'wm/workspace/workspace_manager_unittest.cc', | 304 'wm/workspace/workspace_manager_unittest.cc', |
| 304 'wm/workspace/workspace_window_resizer_unittest.cc', | 305 'wm/workspace/workspace_window_resizer_unittest.cc', |
| 305 | 306 |
| 306 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 307 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
| 307 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 308 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
| 308 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', | 309 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa
rd.rc', |
| 309 ], | 310 ], |
| 310 'conditions': [ | 311 'conditions': [ |
| 311 ['use_ibus==1', { | 312 ['use_ibus==1', { |
| 312 'dependencies': [ | 313 'dependencies': [ |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 'shell/cocoa/app-Info.plist', | 399 'shell/cocoa/app-Info.plist', |
| 399 ], | 400 ], |
| 400 'xcode_settings': { | 401 'xcode_settings': { |
| 401 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 402 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
| 402 }, | 403 }, |
| 403 }], | 404 }], |
| 404 ], | 405 ], |
| 405 }, | 406 }, |
| 406 ], | 407 ], |
| 407 } | 408 } |
| OLD | NEW |