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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2812007: Remove compact navbar: 1st step. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: " Created 10 years, 6 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
« no previous file with comments | « chrome/browser/views/accelerator_table_gtk.cc ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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/browser_actions_container_browsertest.cc', 9 'browser/views/browser_actions_container_browsertest.cc',
10 ], 10 ],
(...skipping 1442 matching lines...) Expand 10 before | Expand all | Expand 10 after
1453 ['OS=="linux" and toolkit_views==1', { 1453 ['OS=="linux" and toolkit_views==1', {
1454 'dependencies': [ 1454 'dependencies': [
1455 '../views/views.gyp:views', 1455 '../views/views.gyp:views',
1456 ], 1456 ],
1457 'sources': [ 1457 'sources': [
1458 '<@(browser_tests_sources_views_specific)', 1458 '<@(browser_tests_sources_views_specific)',
1459 ], 1459 ],
1460 }], 1460 }],
1461 ['OS=="linux" and chromeos==1', { 1461 ['OS=="linux" and chromeos==1', {
1462 'sources': [ 1462 'sources': [
1463 'browser/chromeos/compact_location_bar_host_browsertest.cc',
1464 'browser/chromeos/compact_navigation_bar_browsertest.cc',
1465 'browser/chromeos/cros/cros_in_process_browser_test.cc', 1463 'browser/chromeos/cros/cros_in_process_browser_test.cc',
1466 'browser/chromeos/cros/cros_in_process_browser_test.h', 1464 'browser/chromeos/cros/cros_in_process_browser_test.h',
1467 'browser/chromeos/cros/mock_cros_library.h', 1465 'browser/chromeos/cros/mock_cros_library.h',
1468 'browser/chromeos/cros/mock_cryptohome_library.h', 1466 'browser/chromeos/cros/mock_cryptohome_library.h',
1469 'browser/chromeos/cros/mock_keyboard_library.h', 1467 'browser/chromeos/cros/mock_keyboard_library.h',
1470 'browser/chromeos/cros/mock_language_library.h', 1468 'browser/chromeos/cros/mock_language_library.h',
1471 'browser/chromeos/cros/mock_mount_library.cc', 1469 'browser/chromeos/cros/mock_mount_library.cc',
1472 'browser/chromeos/cros/mock_mount_library.h', 1470 'browser/chromeos/cros/mock_mount_library.h',
1473 'browser/chromeos/cros/mock_network_library.h', 1471 'browser/chromeos/cros/mock_network_library.h',
1474 'browser/chromeos/cros/mock_power_library.h', 1472 'browser/chromeos/cros/mock_power_library.h',
(...skipping 1060 matching lines...) Expand 10 before | Expand all | Expand 10 after
2535 ] 2533 ]
2536 }], # 'coverage!=0' 2534 }], # 'coverage!=0'
2537 ], # 'conditions' 2535 ], # 'conditions'
2538 } 2536 }
2539 2537
2540 # Local Variables: 2538 # Local Variables:
2541 # tab-width:2 2539 # tab-width:2
2542 # indent-tabs-mode:nil 2540 # indent-tabs-mode:nil
2543 # End: 2541 # End:
2544 # vim: set expandtab tabstop=2 shiftwidth=2: 2542 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/views/accelerator_table_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698