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

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

Issue 10806018: Revert 147288 - Renamed resource files to be more verbose, specifically: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
541 'view_unittest.cc', 541 'view_unittest.cc',
542 'widget/native_widget_aura_unittest.cc', 542 'widget/native_widget_aura_unittest.cc',
543 'widget/native_widget_test_utils.h', 543 'widget/native_widget_test_utils.h',
544 'widget/native_widget_test_utils_aura.cc', 544 'widget/native_widget_test_utils_aura.cc',
545 'widget/native_widget_test_utils_win.cc', 545 'widget/native_widget_test_utils_win.cc',
546 'widget/native_widget_unittest.cc', 546 'widget/native_widget_unittest.cc',
547 'widget/native_widget_win_unittest.cc', 547 'widget/native_widget_win_unittest.cc',
548 'widget/widget_unittest.cc', 548 'widget/widget_unittest.cc',
549 'run_all_unittests.cc', 549 'run_all_unittests.cc',
550 550
551 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.rc' , 551 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc',
552 ], 552 ],
553 'conditions': [ 553 'conditions': [
554 ['OS=="win"', { 554 ['OS=="win"', {
555 'link_settings': { 555 'link_settings': {
556 'libraries': [ 556 'libraries': [
557 '-limm32.lib', 557 '-limm32.lib',
558 '-loleacc.lib', 558 '-loleacc.lib',
559 ] 559 ]
560 }, 560 },
561 'include_dirs': [ 561 'include_dirs': [
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 '../../content/app/startup_helper_win.cc', 697 '../../content/app/startup_helper_win.cc',
698 'examples/content_client/examples_browser_main_parts.cc', 698 'examples/content_client/examples_browser_main_parts.cc',
699 'examples/content_client/examples_browser_main_parts.h', 699 'examples/content_client/examples_browser_main_parts.h',
700 'examples/content_client/examples_content_browser_client.cc', 700 'examples/content_client/examples_content_browser_client.cc',
701 'examples/content_client/examples_content_browser_client.h', 701 'examples/content_client/examples_content_browser_client.h',
702 'examples/content_client/examples_main_delegate.cc', 702 'examples/content_client/examples_main_delegate.cc',
703 'examples/content_client/examples_main_delegate.h', 703 'examples/content_client/examples_main_delegate.h',
704 'examples/examples_main.cc', 704 'examples/examples_main.cc',
705 'test/test_views_delegate.cc', 705 'test/test_views_delegate.cc',
706 'test/test_views_delegate.h', 706 'test/test_views_delegate.h',
707 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.rc' , 707 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.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 ]
716 }, 716 },
717 'msvs_settings': { 717 'msvs_settings': {
(...skipping 18 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