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 432 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
443 'wm/window_modality_controller_unittest.cc', | 443 'wm/window_modality_controller_unittest.cc', |
444 'wm/workspace_controller_test_helper.cc', | 444 'wm/workspace_controller_test_helper.cc', |
445 'wm/workspace_controller_test_helper.h', | 445 'wm/workspace_controller_test_helper.h', |
446 'wm/workspace/multi_window_resize_controller_unittest.cc', | 446 'wm/workspace/multi_window_resize_controller_unittest.cc', |
447 'wm/workspace/workspace_event_filter_test_helper.cc', | 447 'wm/workspace/workspace_event_filter_test_helper.cc', |
448 'wm/workspace/workspace_event_filter_test_helper.h', | 448 'wm/workspace/workspace_event_filter_test_helper.h', |
449 'wm/workspace/workspace_event_filter_unittest.cc', | 449 'wm/workspace/workspace_event_filter_unittest.cc', |
450 'wm/workspace/workspace_manager_unittest.cc', | 450 'wm/workspace/workspace_manager_unittest.cc', |
451 'wm/workspace/workspace_window_resizer_unittest.cc', | 451 'wm/workspace/workspace_window_resizer_unittest.cc', |
452 | 452 |
453 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc', | 453 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.rc'
, |
454 ], | 454 ], |
455 'conditions': [ | 455 'conditions': [ |
456 ['use_ibus==1', { | 456 ['use_ibus==1', { |
457 'dependencies': [ | 457 'dependencies': [ |
458 '../build/linux/system.gyp:ibus', | 458 '../build/linux/system.gyp:ibus', |
459 ], | 459 ], |
460 }], | 460 }], |
461 ['OS=="win"', { | 461 ['OS=="win"', { |
462 # TODO(zork): fix this test to build on Windows. See: crosbug.com/2690
6 | 462 # TODO(zork): fix this test to build on Windows. See: crosbug.com/2690
6 |
463 'sources/': [ | 463 'sources/': [ |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
558 'shell/shell_main_parts.cc', | 558 'shell/shell_main_parts.cc', |
559 'shell/shell_main_parts.h', | 559 'shell/shell_main_parts.h', |
560 'shell/shell_main_parts_mac.mm', | 560 'shell/shell_main_parts_mac.mm', |
561 'shell/toplevel_window.cc', | 561 'shell/toplevel_window.cc', |
562 'shell/toplevel_window.h', | 562 'shell/toplevel_window.h', |
563 'shell/widgets.cc', | 563 'shell/widgets.cc', |
564 'shell/window_type_launcher.cc', | 564 'shell/window_type_launcher.cc', |
565 'shell/window_type_launcher.h', | 565 'shell/window_type_launcher.h', |
566 'shell/window_watcher.cc', | 566 'shell/window_watcher.cc', |
567 'shell/window_watcher.h', | 567 'shell/window_watcher.h', |
568 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc', | 568 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.rc'
, |
569 '../content/app/startup_helper_win.cc', | 569 '../content/app/startup_helper_win.cc', |
570 '../ui/views/test/test_views_delegate.cc', | 570 '../ui/views/test/test_views_delegate.cc', |
571 ], | 571 ], |
572 'conditions': [ | 572 'conditions': [ |
573 ['OS=="win"', { | 573 ['OS=="win"', { |
574 'msvs_settings': { | 574 'msvs_settings': { |
575 'VCLinkerTool': { | 575 'VCLinkerTool': { |
576 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 576 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
577 }, | 577 }, |
578 }, | 578 }, |
(...skipping 19 matching lines...) Expand all Loading... |
598 'shell/cocoa/app-Info.plist', | 598 'shell/cocoa/app-Info.plist', |
599 ], | 599 ], |
600 'xcode_settings': { | 600 'xcode_settings': { |
601 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 601 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
602 }, | 602 }, |
603 }], | 603 }], |
604 ], | 604 ], |
605 }, | 605 }, |
606 ], | 606 ], |
607 } | 607 } |
OLD | NEW |