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

Side by Side Diff: chrome/chrome.gyp

Issue 177052: Add autocomplete_edit_view_browsertest.cc (Closed) Base URL: svn://svn.chromium.org/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
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 5208 matching lines...) Expand 10 before | Expand all | Expand 10 after
5219 '../third_party/npapi/npapi.gyp:npapi', 5219 '../third_party/npapi/npapi.gyp:npapi',
5220 # run time dependency 5220 # run time dependency
5221 '../webkit/webkit.gyp:webkit_resources', 5221 '../webkit/webkit.gyp:webkit_resources',
5222 ], 5222 ],
5223 'include_dirs': [ 5223 'include_dirs': [
5224 '..', 5224 '..',
5225 ], 5225 ],
5226 # TODO(phajdan.jr): Only temporary, to make transition easier. 5226 # TODO(phajdan.jr): Only temporary, to make transition easier.
5227 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], 5227 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
5228 'sources': [ 5228 'sources': [
5229 'browser/autocomplete/autocomplete_edit_view_browsertest.cc',
5229 'browser/browser_focus_uitest.cc', 5230 'browser/browser_focus_uitest.cc',
5230 'browser/debugger/devtools_sanity_unittest.cc', 5231 'browser/debugger/devtools_sanity_unittest.cc',
5231 'browser/views/bookmark_bar_view_test.cc', 5232 'browser/views/bookmark_bar_view_test.cc',
5232 'browser/blocked_popup_container_interactive_uitest.cc', 5233 'browser/blocked_popup_container_interactive_uitest.cc',
5233 'browser/views/find_bar_host_interactive_uitest.cc', 5234 'browser/views/find_bar_host_interactive_uitest.cc',
5234 'browser/views/tabs/tab_dragging_test.cc', 5235 'browser/views/tabs/tab_dragging_test.cc',
5235 'test/interactive_ui/npapi_interactive_test.cc', 5236 'test/interactive_ui/npapi_interactive_test.cc',
5236 'test/interactive_ui/view_event_test_base.cc', 5237 'test/interactive_ui/view_event_test_base.cc',
5237 'test/interactive_ui/view_event_test_base.h', 5238 'test/interactive_ui/view_event_test_base.h',
5238 ], 5239 ],
(...skipping 19 matching lines...) Expand all
5258 ], 5259 ],
5259 }], 5260 }],
5260 ['OS=="linux" and toolkit_views==1', { 5261 ['OS=="linux" and toolkit_views==1', {
5261 'dependencies': [ 5262 'dependencies': [
5262 '../views/views.gyp:views', 5263 '../views/views.gyp:views',
5263 ], 5264 ],
5264 }], 5265 }],
5265 ['OS=="mac"', { 5266 ['OS=="mac"', {
5266 'sources!': [ 5267 'sources!': [
5267 # TODO(port) 5268 # TODO(port)
5269 'browser/autocomplete/autocomplete_edit_view_browsertest.cc',
5268 'browser/browser_focus_uitest.cc', 5270 'browser/browser_focus_uitest.cc',
5269 'browser/debugger/devtools_sanity_unittest.cc', 5271 'browser/debugger/devtools_sanity_unittest.cc',
5270 'browser/views/bookmark_bar_view_test.cc', 5272 'browser/views/bookmark_bar_view_test.cc',
5271 'browser/blocked_popup_container_interactive_uitest.cc', 5273 'browser/blocked_popup_container_interactive_uitest.cc',
5272 'browser/views/find_bar_host_interactive_uitest.cc', 5274 'browser/views/find_bar_host_interactive_uitest.cc',
5273 'browser/views/tabs/tab_dragging_test.cc', 5275 'browser/views/tabs/tab_dragging_test.cc',
5274 'test/interactive_ui/npapi_interactive_test.cc', 5276 'test/interactive_ui/npapi_interactive_test.cc',
5275 'test/interactive_ui/view_event_test_base.cc', 5277 'test/interactive_ui/view_event_test_base.cc',
5276 'test/interactive_ui/view_event_test_base.h', 5278 'test/interactive_ui/view_event_test_base.h',
5277 ], 5279 ],
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
5640 '../testing/gtest.gyp:gtest', 5642 '../testing/gtest.gyp:gtest',
5641 '../third_party/npapi/npapi.gyp:npapi', 5643 '../third_party/npapi/npapi.gyp:npapi',
5642 # run time dependency 5644 # run time dependency
5643 '../webkit/webkit.gyp:webkit_resources', 5645 '../webkit/webkit.gyp:webkit_resources',
5644 ], 5646 ],
5645 'include_dirs': [ 5647 'include_dirs': [
5646 '..', 5648 '..',
5647 ], 5649 ],
5648 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], 5650 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
5649 'sources': [ 5651 'sources': [
5652 'browser/autocomplete/autocomplete_edit_view_browsertest.cc',
5650 'browser/browser_focus_uitest.cc', 5653 'browser/browser_focus_uitest.cc',
5651 'browser/debugger/devtools_sanity_unittest.cc', 5654 'browser/debugger/devtools_sanity_unittest.cc',
5652 'browser/views/bookmark_bar_view_test.cc', 5655 'browser/views/bookmark_bar_view_test.cc',
5653 'browser/blocked_popup_container_interactive_uitest.cc', 5656 'browser/blocked_popup_container_interactive_uitest.cc',
5654 'browser/views/find_bar_host_interactive_uitest.cc', 5657 'browser/views/find_bar_host_interactive_uitest.cc',
5655 'browser/views/tabs/tab_dragging_test.cc', 5658 'browser/views/tabs/tab_dragging_test.cc',
5656 'test/in_process_browser_test.cc', 5659 'test/in_process_browser_test.cc',
5657 'test/in_process_browser_test.h', 5660 'test/in_process_browser_test.h',
5658 'test/interactive_ui/npapi_interactive_test.cc', 5661 'test/interactive_ui/npapi_interactive_test.cc',
5659 'test/interactive_ui/view_event_test_base.cc', 5662 'test/interactive_ui/view_event_test_base.cc',
(...skipping 25 matching lines...) Expand all
5685 ], 5688 ],
5686 }], 5689 }],
5687 ['OS=="linux" and toolkit_views==1', { 5690 ['OS=="linux" and toolkit_views==1', {
5688 'dependencies': [ 5691 'dependencies': [
5689 '../views/views.gyp:views', 5692 '../views/views.gyp:views',
5690 ], 5693 ],
5691 }], 5694 }],
5692 ['OS=="mac"', { 5695 ['OS=="mac"', {
5693 'sources!': [ 5696 'sources!': [
5694 # TODO(port) 5697 # TODO(port)
5698 'browser/autocomplete/autocomplete_edit_view_browsertest.cc',
5695 'browser/browser_focus_uitest.cc', 5699 'browser/browser_focus_uitest.cc',
5696 'browser/debugger/devtools_sanity_unittest.cc', 5700 'browser/debugger/devtools_sanity_unittest.cc',
5697 'browser/views/bookmark_bar_view_test.cc', 5701 'browser/views/bookmark_bar_view_test.cc',
5698 'browser/blocked_popup_container_interactive_uitest.cc', 5702 'browser/blocked_popup_container_interactive_uitest.cc',
5699 'browser/views/find_bar_host_interactive_uitest.cc', 5703 'browser/views/find_bar_host_interactive_uitest.cc',
5700 'browser/views/tabs/tab_dragging_test.cc', 5704 'browser/views/tabs/tab_dragging_test.cc',
5701 'test/interactive_ui/npapi_interactive_test.cc', 5705 'test/interactive_ui/npapi_interactive_test.cc',
5702 'test/interactive_ui/view_event_test_base.cc', 5706 'test/interactive_ui/view_event_test_base.cc',
5703 'test/interactive_ui/view_event_test_base.h', 5707 'test/interactive_ui/view_event_test_base.h',
5704 ], 5708 ],
(...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after
6097 # Use outputs of this action as inputs for the main target build. 6101 # Use outputs of this action as inputs for the main target build.
6098 # Seems as a misnomer but makes this happy on Linux (scons). 6102 # Seems as a misnomer but makes this happy on Linux (scons).
6099 'process_outputs_as_sources': 1, 6103 'process_outputs_as_sources': 1,
6100 }, 6104 },
6101 ], # 'actions' 6105 ], # 'actions'
6102 }, 6106 },
6103 ] 6107 ]
6104 }], 6108 }],
6105 ], # 'conditions' 6109 ], # 'conditions'
6106 } 6110 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698