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

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

Issue 10694170: Renamed .pak and .rc files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Whitespace error (Attempt 2) 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 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'view_unittest.cc', 542 'view_unittest.cc',
543 'widget/native_widget_aura_unittest.cc', 543 'widget/native_widget_aura_unittest.cc',
544 'widget/native_widget_test_utils.h', 544 'widget/native_widget_test_utils.h',
545 'widget/native_widget_test_utils_aura.cc', 545 'widget/native_widget_test_utils_aura.cc',
546 'widget/native_widget_test_utils_win.cc', 546 'widget/native_widget_test_utils_win.cc',
547 'widget/native_widget_unittest.cc', 547 'widget/native_widget_unittest.cc',
548 'widget/native_widget_win_unittest.cc', 548 'widget/native_widget_win_unittest.cc',
549 'widget/widget_unittest.cc', 549 'widget/widget_unittest.cc',
550 'run_all_unittests.cc', 550 'run_all_unittests.cc',
551 551
552 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc', 552 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.rc' ,
553 ], 553 ],
554 'conditions': [ 554 'conditions': [
555 ['OS=="win"', { 555 ['OS=="win"', {
556 'link_settings': { 556 'link_settings': {
557 'libraries': [ 557 'libraries': [
558 '-limm32.lib', 558 '-limm32.lib',
559 '-loleacc.lib', 559 '-loleacc.lib',
560 ] 560 ]
561 }, 561 },
562 'include_dirs': [ 562 'include_dirs': [
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 '../../content/app/startup_helper_win.cc', 698 '../../content/app/startup_helper_win.cc',
699 'examples/content_client/examples_browser_main_parts.cc', 699 'examples/content_client/examples_browser_main_parts.cc',
700 'examples/content_client/examples_browser_main_parts.h', 700 'examples/content_client/examples_browser_main_parts.h',
701 'examples/content_client/examples_content_browser_client.cc', 701 'examples/content_client/examples_content_browser_client.cc',
702 'examples/content_client/examples_content_browser_client.h', 702 'examples/content_client/examples_content_browser_client.h',
703 'examples/content_client/examples_main_delegate.cc', 703 'examples/content_client/examples_main_delegate.cc',
704 'examples/content_client/examples_main_delegate.h', 704 'examples/content_client/examples_main_delegate.h',
705 'examples/examples_main.cc', 705 'examples/examples_main.cc',
706 'test/test_views_delegate.cc', 706 'test/test_views_delegate.cc',
707 'test/test_views_delegate.h', 707 'test/test_views_delegate.h',
708 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_standard.rc', 708 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.rc' ,
709 ], 709 ],
710 'conditions': [ 710 'conditions': [
711 ['OS=="win"', { 711 ['OS=="win"', {
712 'link_settings': { 712 'link_settings': {
713 'libraries': [ 713 'libraries': [
714 '-limm32.lib', 714 '-limm32.lib',
715 '-loleacc.lib', 715 '-loleacc.lib',
716 ] 716 ]
717 }, 717 },
718 'msvs_settings': { 718 'msvs_settings': {
(...skipping 18 matching lines...) Expand all
737 'sources/': [ 737 'sources/': [
738 # This is needed because the aura rule strips it from the default 738 # This is needed because the aura rule strips it from the default
739 # sources list. 739 # sources list.
740 ['include', '^../../content/app/startup_helper_win.cc'], 740 ['include', '^../../content/app/startup_helper_win.cc'],
741 ], 741 ],
742 }], 742 }],
743 ], 743 ],
744 }, # target_name: views_examples_lib 744 }, # target_name: views_examples_lib
745 ], 745 ],
746 } 746 }
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