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 430 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
441 'wm/window_modality_controller_unittest.cc', | 441 'wm/window_modality_controller_unittest.cc', |
442 'wm/workspace_controller_test_helper.cc', | 442 'wm/workspace_controller_test_helper.cc', |
443 'wm/workspace_controller_test_helper.h', | 443 'wm/workspace_controller_test_helper.h', |
444 'wm/workspace/multi_window_resize_controller_unittest.cc', | 444 'wm/workspace/multi_window_resize_controller_unittest.cc', |
445 'wm/workspace/workspace_event_filter_test_helper.cc', | 445 'wm/workspace/workspace_event_filter_test_helper.cc', |
446 'wm/workspace/workspace_event_filter_test_helper.h', | 446 'wm/workspace/workspace_event_filter_test_helper.h', |
447 'wm/workspace/workspace_event_filter_unittest.cc', | 447 'wm/workspace/workspace_event_filter_unittest.cc', |
448 'wm/workspace/workspace_manager_unittest.cc', | 448 'wm/workspace/workspace_manager_unittest.cc', |
449 'wm/workspace/workspace_window_resizer_unittest.cc', | 449 'wm/workspace/workspace_window_resizer_unittest.cc', |
450 | 450 |
451 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc', | 451 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
sail
2012/07/12 22:36:43
should this be ui_resources_100.rc?
benrg
2012/07/12 22:51:09
Yes, the unscaled outputs have context="..." on th
| |
452 ], | 452 ], |
453 'conditions': [ | 453 'conditions': [ |
454 ['use_ibus==1', { | 454 ['use_ibus==1', { |
455 'dependencies': [ | 455 'dependencies': [ |
456 '../build/linux/system.gyp:ibus', | 456 '../build/linux/system.gyp:ibus', |
457 ], | 457 ], |
458 }], | 458 }], |
459 ['OS=="win"', { | 459 ['OS=="win"', { |
460 # TODO(zork): fix this test to build on Windows. See: crosbug.com/2690 6 | 460 # TODO(zork): fix this test to build on Windows. See: crosbug.com/2690 6 |
461 'sources/': [ | 461 'sources/': [ |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
524 'shell/shell_main_parts.cc', | 524 'shell/shell_main_parts.cc', |
525 'shell/shell_main_parts.h', | 525 'shell/shell_main_parts.h', |
526 'shell/shell_main_parts_mac.mm', | 526 'shell/shell_main_parts_mac.mm', |
527 'shell/toplevel_window.cc', | 527 'shell/toplevel_window.cc', |
528 'shell/toplevel_window.h', | 528 'shell/toplevel_window.h', |
529 'shell/widgets.cc', | 529 'shell/widgets.cc', |
530 'shell/window_type_launcher.cc', | 530 'shell/window_type_launcher.cc', |
531 'shell/window_type_launcher.h', | 531 'shell/window_type_launcher.h', |
532 'shell/window_watcher.cc', | 532 'shell/window_watcher.cc', |
533 'shell/window_watcher.h', | 533 'shell/window_watcher.h', |
534 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc', | 534 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
535 '../content/app/startup_helper_win.cc', | 535 '../content/app/startup_helper_win.cc', |
536 '../ui/views/test/test_views_delegate.cc', | 536 '../ui/views/test/test_views_delegate.cc', |
537 ], | 537 ], |
538 'conditions': [ | 538 'conditions': [ |
539 ['OS=="win"', { | 539 ['OS=="win"', { |
540 'msvs_settings': { | 540 'msvs_settings': { |
541 'VCLinkerTool': { | 541 'VCLinkerTool': { |
542 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS | 542 'SubSystem': '2', # Set /SUBSYSTEM:WINDOWS |
543 }, | 543 }, |
544 }, | 544 }, |
(...skipping 19 matching lines...) Expand all Loading... | |
564 'shell/cocoa/app-Info.plist', | 564 'shell/cocoa/app-Info.plist', |
565 ], | 565 ], |
566 'xcode_settings': { | 566 'xcode_settings': { |
567 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 567 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
568 }, | 568 }, |
569 }], | 569 }], |
570 ], | 570 ], |
571 }, | 571 }, |
572 ], | 572 ], |
573 } | 573 } |
OLD | NEW |