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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 482006: Make a shared app menu model and update win and mac to use it. Remove the NSM... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years 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 | « chrome/chrome_browser.gypi ('k') | 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 'browser_tests_sources_views_specific': [ 7 'browser_tests_sources_views_specific': [
8 'browser/extensions/browser_action_test_util_views.cc', 8 'browser/extensions/browser_action_test_util_views.cc',
9 'browser/views/find_bar_host_browsertest.cc', 9 'browser/views/find_bar_host_browsertest.cc',
10 ], 10 ],
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after
499 ], 499 ],
500 'direct_dependent_settings': { 500 'direct_dependent_settings': {
501 'defines': [ 501 'defines': [
502 'CLD_WINDOWS', 502 'CLD_WINDOWS',
503 ], 503 ],
504 }, 504 },
505 'sources': [ 505 'sources': [
506 'app/breakpad_mac_stubs.mm', 506 'app/breakpad_mac_stubs.mm',
507 # All unittests in browser, common, and renderer. 507 # All unittests in browser, common, and renderer.
508 'browser/app_controller_mac_unittest.mm', 508 'browser/app_controller_mac_unittest.mm',
509 'browser/app_menu_model_unittest.cc',
509 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm', 510 'browser/autocomplete/autocomplete_edit_view_mac_unittest.mm',
510 'browser/autocomplete/autocomplete_unittest.cc', 511 'browser/autocomplete/autocomplete_unittest.cc',
511 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm', 512 'browser/autocomplete/autocomplete_popup_view_mac_unittest.mm',
512 'browser/autocomplete/history_contents_provider_unittest.cc', 513 'browser/autocomplete/history_contents_provider_unittest.cc',
513 'browser/autocomplete/history_url_provider_unittest.cc', 514 'browser/autocomplete/history_url_provider_unittest.cc',
514 'browser/autocomplete/keyword_provider_unittest.cc', 515 'browser/autocomplete/keyword_provider_unittest.cc',
515 'browser/autocomplete/search_provider_unittest.cc', 516 'browser/autocomplete/search_provider_unittest.cc',
516 'browser/automation/automation_provider_unittest.cc', 517 'browser/automation/automation_provider_unittest.cc',
517 'browser/back_forward_menu_model_unittest.cc', 518 'browser/back_forward_menu_model_unittest.cc',
518 'browser/blocked_popup_container_unittest.cc', 519 'browser/blocked_popup_container_unittest.cc',
(...skipping 1288 matching lines...) Expand 10 before | Expand all | Expand 10 after
1807 ] 1808 ]
1808 }], # 'coverage!=0' 1809 }], # 'coverage!=0'
1809 ], # 'conditions' 1810 ], # 'conditions'
1810 } 1811 }
1811 1812
1812 # Local Variables: 1813 # Local Variables:
1813 # tab-width:2 1814 # tab-width:2
1814 # indent-tabs-mode:nil 1815 # indent-tabs-mode:nil
1815 # End: 1816 # End:
1816 # vim: set expandtab tabstop=2 shiftwidth=2: 1817 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698