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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 523108: Port back CLD to Linux and Mac and fix Trad Chinese detection (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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 (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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
485 '../app/app.gyp:app_resources', 485 '../app/app.gyp:app_resources',
486 '../ipc/ipc.gyp:ipc', 486 '../ipc/ipc.gyp:ipc',
487 '../net/net.gyp:net_resources', 487 '../net/net.gyp:net_resources',
488 '../net/net.gyp:net_test_support', 488 '../net/net.gyp:net_test_support',
489 '../printing/printing.gyp:printing', 489 '../printing/printing.gyp:printing',
490 '../webkit/webkit.gyp:webkit_resources', 490 '../webkit/webkit.gyp:webkit_resources',
491 '../skia/skia.gyp:skia', 491 '../skia/skia.gyp:skia',
492 '../testing/gmock.gyp:gmock', 492 '../testing/gmock.gyp:gmock',
493 '../testing/gtest.gyp:gtest', 493 '../testing/gtest.gyp:gtest',
494 '../third_party/bzip2/bzip2.gyp:bzip2', 494 '../third_party/bzip2/bzip2.gyp:bzip2',
495 '../third_party/cld/cld.gyp:cld',
495 '../third_party/icu/icu.gyp:icui18n', 496 '../third_party/icu/icu.gyp:icui18n',
496 '../third_party/icu/icu.gyp:icuuc', 497 '../third_party/icu/icu.gyp:icuuc',
497 '../third_party/libxml/libxml.gyp:libxml', 498 '../third_party/libxml/libxml.gyp:libxml',
498 '../third_party/npapi/npapi.gyp:npapi', 499 '../third_party/npapi/npapi.gyp:npapi',
499 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit', 500 '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
500 ], 501 ],
501 'include_dirs': [ 502 'include_dirs': [
502 '..', 503 '..',
503 '../third_party/cld', 504 '../third_party/cld',
504 ], 505 ],
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after
890 'dependencies': [ 891 'dependencies': [
891 '../build/linux/system.gyp:gtk', 892 '../build/linux/system.gyp:gtk',
892 '../build/linux/system.gyp:nss', 893 '../build/linux/system.gyp:nss',
893 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 894 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
894 ], 895 ],
895 'sources': [ 896 'sources': [
896 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 897 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
897 ], 898 ],
898 'sources!': [ 899 'sources!': [
899 'browser/views/bookmark_context_menu_test.cc', 900 'browser/views/bookmark_context_menu_test.cc',
900 # Compact Language Detection (cld) is not supported in linux yet.
901 '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/ compact_lang_det_unittest_small.cc',
902 ], 901 ],
903 }], 902 }],
904 ['OS=="linux" and (toolkit_views==1 or chromeos==1)', { 903 ['OS=="linux" and (toolkit_views==1 or chromeos==1)', {
905 'dependencies': [ 904 'dependencies': [
906 '../views/views.gyp:views', 905 '../views/views.gyp:views',
907 ], 906 ],
908 'sources': [ 907 'sources': [
909 '<@(views_unit_tests_sources)', 908 '<@(views_unit_tests_sources)',
910 ], 909 ],
911 # We must use 'sources/' instead of 'source!' as there is a 910 # We must use 'sources/' instead of 'source!' as there is a
(...skipping 29 matching lines...) Expand all
941 '../third_party/GTM/AppKit', 940 '../third_party/GTM/AppKit',
942 ], 941 ],
943 'sources!': [ 942 'sources!': [
944 'browser/views/bookmark_context_menu_test.cc', 943 'browser/views/bookmark_context_menu_test.cc',
945 'browser/back_forward_menu_model_unittest.cc', 944 'browser/back_forward_menu_model_unittest.cc',
946 'browser/gtk/go_button_gtk_unittest.cc', 945 'browser/gtk/go_button_gtk_unittest.cc',
947 'browser/gtk/tabs/tab_renderer_gtk_unittest.cc', 946 'browser/gtk/tabs/tab_renderer_gtk_unittest.cc',
948 'browser/tab_contents/navigation_controller_unittest.cc', 947 'browser/tab_contents/navigation_controller_unittest.cc',
949 'browser/task_manager_unittest.cc', 948 'browser/task_manager_unittest.cc',
950 '../third_party/hunspell/google/hunspell_tests.cc', 949 '../third_party/hunspell/google/hunspell_tests.cc',
951
952 # Compact Language Detection (cld) is not supported in mac yet.
953 '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/ compact_lang_det_unittest_small.cc',
954 ], 950 ],
955 # TODO(mark): We really want this for all non-static library targets, 951 # TODO(mark): We really want this for all non-static library targets,
956 # but when we tried to pull it up to the common.gypi level, it broke 952 # but when we tried to pull it up to the common.gypi level, it broke
957 # other things like the ui, startup, and page_cycler tests. *shrug* 953 # other things like the ui, startup, and page_cycler tests. *shrug*
958 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, 954 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']},
959 }, { # OS != "mac" 955 }, { # OS != "mac"
960 'dependencies': [ 956 'dependencies': [
961 'convert_dict_lib', 957 'convert_dict_lib',
962 '../third_party/hunspell/hunspell.gyp:hunspell', 958 '../third_party/hunspell/hunspell.gyp:hunspell',
963 ], 959 ],
(...skipping 874 matching lines...) Expand 10 before | Expand all | Expand 10 after
1838 ] 1834 ]
1839 }], # 'coverage!=0' 1835 }], # 'coverage!=0'
1840 ], # 'conditions' 1836 ], # 'conditions'
1841 } 1837 }
1842 1838
1843 # Local Variables: 1839 # Local Variables:
1844 # tab-width:2 1840 # tab-width:2
1845 # indent-tabs-mode:nil 1841 # indent-tabs-mode:nil
1846 # End: 1842 # End:
1847 # vim: set expandtab tabstop=2 shiftwidth=2: 1843 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/renderer/extensions/extension_api_client_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698