Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Side by Side Diff: ui/views/views.gyp

Issue 10377155: Move ui/gfx/resources to ui/base/native_theme/resources Step2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: keep gfx_resources.pak for DumpRenderTree Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « ui/ui_unittests.gypi ('k') | webkit/tools/test_shell/test_shell.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 '../../chrome/chrome_resources.gyp:packed_resources', 488 '../../chrome/chrome_resources.gyp:packed_resources',
489 '../../build/temp_gyp/googleurl.gyp:googleurl', 489 '../../build/temp_gyp/googleurl.gyp:googleurl',
490 '../../skia/skia.gyp:skia', 490 '../../skia/skia.gyp:skia',
491 '../../testing/gmock.gyp:gmock', 491 '../../testing/gmock.gyp:gmock',
492 '../../testing/gtest.gyp:gtest', 492 '../../testing/gtest.gyp:gtest',
493 '../../third_party/icu/icu.gyp:icui18n', 493 '../../third_party/icu/icu.gyp:icui18n',
494 '../../third_party/icu/icu.gyp:icuuc', 494 '../../third_party/icu/icu.gyp:icuuc',
495 '../base/strings/ui_strings.gyp:ui_strings', 495 '../base/strings/ui_strings.gyp:ui_strings',
496 '../compositor/compositor.gyp:compositor', 496 '../compositor/compositor.gyp:compositor',
497 '../compositor/compositor.gyp:compositor_test_support', 497 '../compositor/compositor.gyp:compositor_test_support',
498 '../ui.gyp:gfx_resources', 498 '../ui.gyp:native_theme_resources',
499 '../ui.gyp:ui', 499 '../ui.gyp:ui',
500 '../ui.gyp:ui_resources', 500 '../ui.gyp:ui_resources',
501 '../ui.gyp:ui_resources_standard', 501 '../ui.gyp:ui_resources_standard',
502 '../ui.gyp:ui_test_support', 502 '../ui.gyp:ui_test_support',
503 'test_support_views', 503 'test_support_views',
504 'views', 504 'views',
505 ], 505 ],
506 'include_dirs': [ 506 'include_dirs': [
507 '..', 507 '..',
508 ], 508 ],
(...skipping 28 matching lines...) Expand all
537 'view_unittest.cc', 537 'view_unittest.cc',
538 'widget/native_widget_aura_unittest.cc', 538 'widget/native_widget_aura_unittest.cc',
539 'widget/native_widget_test_utils.h', 539 'widget/native_widget_test_utils.h',
540 'widget/native_widget_test_utils_aura.cc', 540 'widget/native_widget_test_utils_aura.cc',
541 'widget/native_widget_test_utils_win.cc', 541 'widget/native_widget_test_utils_win.cc',
542 'widget/native_widget_unittest.cc', 542 'widget/native_widget_unittest.cc',
543 'widget/native_widget_win_unittest.cc', 543 'widget/native_widget_win_unittest.cc',
544 'widget/widget_unittest.cc', 544 'widget/widget_unittest.cc',
545 'run_all_unittests.cc', 545 'run_all_unittests.cc',
546 546
547 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 547 '<(SHARED_INTERMEDIATE_DIR)/ui/native_theme/native_theme_resources.rc',
tony 2012/05/16 21:15:49 As a follow up cleanup, we should see if this unit
oshima 2012/05/16 21:35:18 IIRC, rc files are generated for all platforms, so
548 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 548 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
549 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 549 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
550 ], 550 ],
551 'conditions': [ 551 'conditions': [
552 ['OS=="win"', { 552 ['OS=="win"', {
553 'link_settings': { 553 'link_settings': {
554 'libraries': [ 554 'libraries': [
555 '-limm32.lib', 555 '-limm32.lib',
556 '-loleacc.lib', 556 '-loleacc.lib',
557 ] 557 ]
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 'dependencies': [ 591 'dependencies': [
592 '../../base/base.gyp:base', 592 '../../base/base.gyp:base',
593 '../../base/base.gyp:base_i18n', 593 '../../base/base.gyp:base_i18n',
594 '../../build/temp_gyp/googleurl.gyp:googleurl', 594 '../../build/temp_gyp/googleurl.gyp:googleurl',
595 '../../chrome/chrome_resources.gyp:packed_resources', 595 '../../chrome/chrome_resources.gyp:packed_resources',
596 '../../content/content.gyp:content', 596 '../../content/content.gyp:content',
597 '../../skia/skia.gyp:skia', 597 '../../skia/skia.gyp:skia',
598 '../../third_party/icu/icu.gyp:icui18n', 598 '../../third_party/icu/icu.gyp:icui18n',
599 '../../third_party/icu/icu.gyp:icuuc', 599 '../../third_party/icu/icu.gyp:icuuc',
600 '../ui.gyp:ui', 600 '../ui.gyp:ui',
601 '../ui.gyp:gfx_resources', 601 '../ui.gyp:native_theme_resources',
602 '../ui.gyp:ui_resources', 602 '../ui.gyp:ui_resources',
603 '../ui.gyp:ui_resources_standard', 603 '../ui.gyp:ui_resources_standard',
604 'views', 604 'views',
605 ], 605 ],
606 'include_dirs': [ 606 'include_dirs': [
607 '..', 607 '..',
608 ], 608 ],
609 'defines': [ 609 'defines': [
610 'VIEWS_EXAMPLES_IMPLEMENTATION', 610 'VIEWS_EXAMPLES_IMPLEMENTATION',
611 ], 611 ],
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 '../../base/base.gyp:base', 676 '../../base/base.gyp:base',
677 '../../base/base.gyp:base_i18n', 677 '../../base/base.gyp:base_i18n',
678 '../../chrome/chrome_resources.gyp:packed_resources', 678 '../../chrome/chrome_resources.gyp:packed_resources',
679 '../../content/content.gyp:content_shell_lib', 679 '../../content/content.gyp:content_shell_lib',
680 '../../content/content.gyp:content', 680 '../../content/content.gyp:content',
681 '../../content/content.gyp:test_support_content', 681 '../../content/content.gyp:test_support_content',
682 '../../skia/skia.gyp:skia', 682 '../../skia/skia.gyp:skia',
683 '../../third_party/icu/icu.gyp:icui18n', 683 '../../third_party/icu/icu.gyp:icui18n',
684 '../../third_party/icu/icu.gyp:icuuc', 684 '../../third_party/icu/icu.gyp:icuuc',
685 '../ui.gyp:ui', 685 '../ui.gyp:ui',
686 '../ui.gyp:gfx_resources', 686 '../ui.gyp:native_theme_resources',
687 '../ui.gyp:ui_resources', 687 '../ui.gyp:ui_resources',
688 '../ui.gyp:ui_resources_standard', 688 '../ui.gyp:ui_resources_standard',
689 'views_examples_lib', 689 'views_examples_lib',
690 ], 690 ],
691 'include_dirs': [ 691 'include_dirs': [
692 '../..', 692 '../..',
693 ], 693 ],
694 'sources': [ 694 'sources': [
695 '../../content/app/startup_helper_win.cc', 695 '../../content/app/startup_helper_win.cc',
696 'examples/content_client/examples_browser_main_parts.cc', 696 'examples/content_client/examples_browser_main_parts.cc',
697 'examples/content_client/examples_browser_main_parts.h', 697 'examples/content_client/examples_browser_main_parts.h',
698 'examples/content_client/examples_content_browser_client.cc', 698 'examples/content_client/examples_content_browser_client.cc',
699 'examples/content_client/examples_content_browser_client.h', 699 'examples/content_client/examples_content_browser_client.h',
700 'examples/content_client/examples_main_delegate.cc', 700 'examples/content_client/examples_main_delegate.cc',
701 'examples/content_client/examples_main_delegate.h', 701 'examples/content_client/examples_main_delegate.h',
702 'examples/examples_main.cc', 702 'examples/examples_main.cc',
703 'test/test_views_delegate.cc', 703 'test/test_views_delegate.cc',
704 'test/test_views_delegate.h', 704 'test/test_views_delegate.h',
705 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 705 '<(SHARED_INTERMEDIATE_DIR)/ui/native_theme/native_theme_resources.rc',
tony 2012/05/16 21:15:49 Same here.
706 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 706 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
707 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 707 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
708 ], 708 ],
709 'conditions': [ 709 'conditions': [
710 ['OS=="win"', { 710 ['OS=="win"', {
711 'link_settings': { 711 'link_settings': {
712 'libraries': [ 712 'libraries': [
713 '-limm32.lib', 713 '-limm32.lib',
714 '-loleacc.lib', 714 '-loleacc.lib',
715 ] 715 ]
(...skipping 20 matching lines...) Expand all
736 'sources/': [ 736 'sources/': [
737 # This is needed because the aura rule strips it from the default 737 # This is needed because the aura rule strips it from the default
738 # sources list. 738 # sources list.
739 ['include', '^../../content/app/startup_helper_win.cc'], 739 ['include', '^../../content/app/startup_helper_win.cc'],
740 ], 740 ],
741 }], 741 }],
742 ], 742 ],
743 }, # target_name: views_examples_lib 743 }, # target_name: views_examples_lib
744 ], 744 ],
745 } 745 }
OLDNEW
« no previous file with comments | « ui/ui_unittests.gypi ('k') | webkit/tools/test_shell/test_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698