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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 143733002: Remove FILE_MANAGER_EXTENSION and related configuration. They can be folded back to Chrome OS as co… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove FILE_MANAGER_EXTENSION and related configuration. They can be folded back to Chrome OS as co… Created 6 years, 11 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chromedriver_unittest_sources': [ 6 'chromedriver_unittest_sources': [
7 'test/chromedriver/capabilities_unittest.cc', 7 'test/chromedriver/capabilities_unittest.cc',
8 'test/chromedriver/chrome/chrome_finder_unittest.cc', 8 'test/chromedriver/chrome/chrome_finder_unittest.cc',
9 'test/chromedriver/chrome/console_logger_unittest.cc', 9 'test/chromedriver/chrome/console_logger_unittest.cc',
10 'test/chromedriver/chrome/device_manager_unittest.cc', 10 'test/chromedriver/chrome/device_manager_unittest.cc',
(...skipping 1771 matching lines...) Expand 10 before | Expand all | Expand 10 after
1782 # chromeos does not use cross-platform panels 1782 # chromeos does not use cross-platform panels
1783 'browser/ui/panels/panel_extension_browsertest.cc', 1783 'browser/ui/panels/panel_extension_browsertest.cc',
1784 # chromeos does not use the desktop user manager 1784 # chromeos does not use the desktop user manager
1785 'browser/ui/webui/signin/user_manager_ui_browsertest.cc', 1785 'browser/ui/webui/signin/user_manager_ui_browsertest.cc',
1786 ], 1786 ],
1787 'dependencies': [ 1787 'dependencies': [
1788 '../dbus/dbus.gyp:dbus_test_support', 1788 '../dbus/dbus.gyp:dbus_test_support',
1789 '../build/linux/system.gyp:dbus', 1789 '../build/linux/system.gyp:dbus',
1790 ], 1790 ],
1791 }], 1791 }],
1792 ['file_manager_extension==0', { 1792 ['chromeos==0', {
Lei Zhang 2014/01/21 20:38:01 combine this block with the chromeos==0 block on l
Junichi Uekawa 2014/01/22 01:11:35 Done.
1793 'sources!': [ 1793 'sources!': [
1794 'browser/ui/views/select_file_dialog_extension_browsertest.cc', 1794 'browser/ui/views/select_file_dialog_extension_browsertest.cc',
1795 ], 1795 ],
1796 }], 1796 }],
1797 ['configuration_policy==0', { 1797 ['configuration_policy==0', {
1798 'sources/': [ 1798 'sources/': [
1799 ['exclude', '^browser/policy/'], 1799 ['exclude', '^browser/policy/'],
1800 ], 1800 ],
1801 'sources!': [ 1801 'sources!': [
1802 'browser/ui/webui/options/certificate_manager_browsertest.cc', 1802 'browser/ui/webui/options/certificate_manager_browsertest.cc',
(...skipping 1375 matching lines...) Expand 10 before | Expand all | Expand 10 after
3178 'utility', 3178 'utility',
3179 ], 3179 ],
3180 'sources': [ 3180 'sources': [
3181 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3181 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3182 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3182 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3183 ], 3183 ],
3184 }] 3184 }]
3185 }], 3185 }],
3186 ], # 'conditions' 3186 ], # 'conditions'
3187 } 3187 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698