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

Side by Side Diff: chrome/chrome.gyp

Issue 201081: Fix build failure on Windows (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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 | « no previous file | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 5611 matching lines...) Expand 10 before | Expand all | Expand 10 after
5622 ], 5622 ],
5623 'include_dirs': [ 5623 'include_dirs': [
5624 '..', 5624 '..',
5625 ], 5625 ],
5626 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], 5626 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
5627 'sources': [ 5627 'sources': [
5628 'browser/browser_focus_uitest.cc', 5628 'browser/browser_focus_uitest.cc',
5629 'browser/debugger/devtools_sanity_unittest.cc', 5629 'browser/debugger/devtools_sanity_unittest.cc',
5630 'browser/views/bookmark_bar_view_test.cc', 5630 'browser/views/bookmark_bar_view_test.cc',
5631 'browser/blocked_popup_container_interactive_uitest.cc', 5631 'browser/blocked_popup_container_interactive_uitest.cc',
5632 'browser/views/find_bar_win_interactive_uitest.cc', 5632 'browser/views/find_bar_host_interactive_uitest.cc',
5633 'browser/views/tabs/tab_dragging_test.cc', 5633 'browser/views/tabs/tab_dragging_test.cc',
5634 'test/in_process_browser_test.cc', 5634 'test/in_process_browser_test.cc',
5635 'test/in_process_browser_test.h', 5635 'test/in_process_browser_test.h',
5636 'test/interactive_ui/npapi_interactive_test.cc', 5636 'test/interactive_ui/npapi_interactive_test.cc',
5637 'test/interactive_ui/view_event_test_base.cc', 5637 'test/interactive_ui/view_event_test_base.cc',
5638 'test/interactive_ui/view_event_test_base.h', 5638 'test/interactive_ui/view_event_test_base.h',
5639 'test/test_launcher/run_all_unittests.cc', 5639 'test/test_launcher/run_all_unittests.cc',
5640 'test/test_launcher/test_runner.h', 5640 'test/test_launcher/test_runner.h',
5641 'test/test_launcher/test_runner.cc', 5641 'test/test_launcher/test_runner.cc',
5642 'test/unit/chrome_test_suite.h', 5642 'test/unit/chrome_test_suite.h',
5643 ], 5643 ],
5644 'conditions': [ 5644 'conditions': [
5645 ['OS=="linux"', { 5645 ['OS=="linux"', {
5646 'dependencies': [ 5646 'dependencies': [
5647 '../build/linux/system.gyp:gtk', 5647 '../build/linux/system.gyp:gtk',
5648 ], 5648 ],
5649 'sources!': [ 5649 'sources!': [
5650 # TODO(port) 5650 # TODO(port)
5651 'browser/views/bookmark_bar_view_test.cc', 5651 'browser/views/bookmark_bar_view_test.cc',
5652 'browser/views/find_bar_win_interactive_uitest.cc', 5652 'browser/views/find_bar_host_interactive_uitest.cc',
5653 'browser/views/tabs/tab_dragging_test.cc', 5653 'browser/views/tabs/tab_dragging_test.cc',
5654 'test/interactive_ui/npapi_interactive_test.cc', 5654 'test/interactive_ui/npapi_interactive_test.cc',
5655 'test/interactive_ui/view_event_test_base.cc', 5655 'test/interactive_ui/view_event_test_base.cc',
5656 'test/interactive_ui/view_event_test_base.h', 5656 'test/interactive_ui/view_event_test_base.h',
5657 ], 5657 ],
5658 }], 5658 }],
5659 ['target_arch!="x64"', { 5659 ['target_arch!="x64"', {
5660 'dependencies': [ 5660 'dependencies': [
5661 # run time dependency 5661 # run time dependency
5662 '../webkit/tools/test_shell/test_shell.gyp:npapi_test_plugin', 5662 '../webkit/tools/test_shell/test_shell.gyp:npapi_test_plugin',
5663 ], 5663 ],
5664 }], 5664 }],
5665 ['OS=="linux" and toolkit_views==1', { 5665 ['OS=="linux" and toolkit_views==1', {
5666 'dependencies': [ 5666 'dependencies': [
5667 '../views/views.gyp:views', 5667 '../views/views.gyp:views',
5668 ], 5668 ],
5669 }], 5669 }],
5670 ['OS=="mac"', { 5670 ['OS=="mac"', {
5671 'sources!': [ 5671 'sources!': [
5672 # TODO(port) 5672 # TODO(port)
5673 'browser/browser_focus_uitest.cc', 5673 'browser/browser_focus_uitest.cc',
5674 'browser/debugger/devtools_sanity_unittest.cc', 5674 'browser/debugger/devtools_sanity_unittest.cc',
5675 'browser/views/bookmark_bar_view_test.cc', 5675 'browser/views/bookmark_bar_view_test.cc',
5676 'browser/blocked_popup_container_interactive_uitest.cc', 5676 'browser/blocked_popup_container_interactive_uitest.cc',
5677 'browser/views/find_bar_win_interactive_uitest.cc', 5677 'browser/views/find_bar_host_interactive_uitest.cc',
5678 'browser/views/tabs/tab_dragging_test.cc', 5678 'browser/views/tabs/tab_dragging_test.cc',
5679 'test/interactive_ui/npapi_interactive_test.cc', 5679 'test/interactive_ui/npapi_interactive_test.cc',
5680 'test/interactive_ui/view_event_test_base.cc', 5680 'test/interactive_ui/view_event_test_base.cc',
5681 'test/interactive_ui/view_event_test_base.h', 5681 'test/interactive_ui/view_event_test_base.h',
5682 ], 5682 ],
5683 }], 5683 }],
5684 ['OS=="win"', { 5684 ['OS=="win"', {
5685 'include_dirs': [ 5685 'include_dirs': [
5686 'third_party/wtl/include', 5686 'third_party/wtl/include',
5687 ], 5687 ],
(...skipping 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
6075 # Use outputs of this action as inputs for the main target build. 6075 # Use outputs of this action as inputs for the main target build.
6076 # Seems as a misnomer but makes this happy on Linux (scons). 6076 # Seems as a misnomer but makes this happy on Linux (scons).
6077 'process_outputs_as_sources': 1, 6077 'process_outputs_as_sources': 1,
6078 }, 6078 },
6079 ], # 'actions' 6079 ], # 'actions'
6080 }, 6080 },
6081 ] 6081 ]
6082 }], 6082 }],
6083 ], # 'conditions' 6083 ], # 'conditions'
6084 } 6084 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698