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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8581003: views: Move ime and test directories to ui/views. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix linux Created 9 years, 1 month 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 # Variables for js2gtest rules 6 # Variables for js2gtest rules
7 'gypv8sh': '../tools/gypv8sh.py', 7 'gypv8sh': '../tools/gypv8sh.py',
8 'js2gtest': 'test/base/js2gtest.js', 8 'js2gtest': 'test/base/js2gtest.js',
9 'mock_js': 'third_party/mock4js/mock4js.js', 9 'mock_js': 'third_party/mock4js/mock4js.js',
10 'test_api_js': 'test/data/webui/test_api.js', 10 'test_api_js': 'test/data/webui/test_api.js',
(...skipping 1967 matching lines...) Expand 10 before | Expand all | Expand 10 after
1978 '../content/browser/renderer_host/text_input_client_mac_unittest.mm', 1978 '../content/browser/renderer_host/text_input_client_mac_unittest.mm',
1979 '../content/browser/tab_contents/navigation_controller_unittest.cc', 1979 '../content/browser/tab_contents/navigation_controller_unittest.cc',
1980 '../content/browser/tab_contents/render_view_host_manager_unittest.cc', 1980 '../content/browser/tab_contents/render_view_host_manager_unittest.cc',
1981 '../content/common/sandbox_mac_diraccess_unittest.mm', 1981 '../content/common/sandbox_mac_diraccess_unittest.mm',
1982 '../content/common/sandbox_mac_fontloading_unittest.mm', 1982 '../content/common/sandbox_mac_fontloading_unittest.mm',
1983 '../content/common/sandbox_mac_unittest_helper.h', 1983 '../content/common/sandbox_mac_unittest_helper.h',
1984 '../content/common/sandbox_mac_unittest_helper.mm', 1984 '../content/common/sandbox_mac_unittest_helper.mm',
1985 '../content/common/sandbox_mac_system_access_unittest.mm', 1985 '../content/common/sandbox_mac_system_access_unittest.mm',
1986 '../testing/gtest_mac_unittest.mm', 1986 '../testing/gtest_mac_unittest.mm',
1987 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc', 1987 '../third_party/cld/encodings/compact_lang_det/compact_lang_det_unittest _small.cc',
1988 '../views/test/test_views_delegate.cc', 1988 '../ui/views/test/test_views_delegate.cc',
1989 '../views/test/test_views_delegate.h', 1989 '../ui/views/test/test_views_delegate.h',
1990 '../views/test/views_test_base.cc', 1990 '../ui/views/test/views_test_base.cc',
1991 '../views/test/views_test_base.h', 1991 '../ui/views/test/views_test_base.h',
1992 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc', 1992 '../webkit/fileapi/file_system_dir_url_request_job_unittest.cc',
1993 '../webkit/fileapi/file_system_operation_write_unittest.cc', 1993 '../webkit/fileapi/file_system_operation_write_unittest.cc',
1994 '../webkit/fileapi/file_system_url_request_job_unittest.cc', 1994 '../webkit/fileapi/file_system_url_request_job_unittest.cc',
1995 '../webkit/fileapi/file_writer_delegate_unittest.cc', 1995 '../webkit/fileapi/file_writer_delegate_unittest.cc',
1996 '../webkit/fileapi/file_system_test_helper.cc', 1996 '../webkit/fileapi/file_system_test_helper.cc',
1997 '../webkit/fileapi/file_system_test_helper.h', 1997 '../webkit/fileapi/file_system_test_helper.h',
1998 '../webkit/quota/mock_storage_client.cc', 1998 '../webkit/quota/mock_storage_client.cc',
1999 '../webkit/quota/mock_storage_client.h', 1999 '../webkit/quota/mock_storage_client.h',
2000 ], 2000 ],
2001 'rules': [ 2001 'rules': [
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
2334 'dependencies': [ 2334 'dependencies': [
2335 '../views/views.gyp:views', 2335 '../views/views.gyp:views',
2336 ], 2336 ],
2337 'sources!': [ 2337 'sources!': [
2338 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc', 2338 'browser/ui/gtk/tabs/tab_renderer_gtk_unittest.cc',
2339 ], 2339 ],
2340 }, { # else: toolkit_views == 0 2340 }, { # else: toolkit_views == 0
2341 'sources/': [ 2341 'sources/': [
2342 ['exclude', '^browser/ui/views/'], 2342 ['exclude', '^browser/ui/views/'],
2343 ['exclude', '^../views/'], 2343 ['exclude', '^../views/'],
2344 ['exclude', '^../ui/views/'],
2344 ['exclude', '^browser/extensions/key_identifier_conversion_views_uni ttest.cc'], 2345 ['exclude', '^browser/extensions/key_identifier_conversion_views_uni ttest.cc'],
2345 ], 2346 ],
2346 }], 2347 }],
2347 ['use_openssl==1', { 2348 ['use_openssl==1', {
2348 'sources/': [ 2349 'sources/': [
2349 # OpenSSL build does not support firefox importer. See 2350 # OpenSSL build does not support firefox importer. See
2350 # http://crbug.com/64926 2351 # http://crbug.com/64926
2351 ['exclude', '^browser/importer/'], 2352 ['exclude', '^browser/importer/'],
2352 ], 2353 ],
2353 }], 2354 }],
(...skipping 1921 matching lines...) Expand 10 before | Expand all | Expand 10 after
4275 # Use outputs of this action as inputs for the main target build. 4276 # Use outputs of this action as inputs for the main target build.
4276 # Seems as a misnomer but makes this happy on Linux (scons). 4277 # Seems as a misnomer but makes this happy on Linux (scons).
4277 'process_outputs_as_sources': 1, 4278 'process_outputs_as_sources': 1,
4278 }, 4279 },
4279 ], # 'actions' 4280 ], # 'actions'
4280 }, 4281 },
4281 ] 4282 ]
4282 }], # 'coverage!=0' 4283 }], # 'coverage!=0'
4283 ], # 'conditions' 4284 ], # 'conditions'
4284 } 4285 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/virtual_keyboard/virtual_keyboard_manager.cc ('k') | ui/views/examples/examples_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698