| OLD | NEW |
| 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 856 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 867 'test/file_test_utils.h', | 867 'test/file_test_utils.h', |
| 868 'test/menu_model_test.cc', | 868 'test/menu_model_test.cc', |
| 869 'test/menu_model_test.h', | 869 'test/menu_model_test.h', |
| 870 'test/render_view_test.cc', | 870 'test/render_view_test.cc', |
| 871 'test/render_view_test.h', | 871 'test/render_view_test.h', |
| 872 'test/sync/test_http_bridge_factory.h', | 872 'test/sync/test_http_bridge_factory.h', |
| 873 'test/test_notification_tracker.cc', | 873 'test/test_notification_tracker.cc', |
| 874 'test/test_notification_tracker.h', | 874 'test/test_notification_tracker.h', |
| 875 'test/v8_unit_test.cc', | 875 'test/v8_unit_test.cc', |
| 876 'test/v8_unit_test.h', | 876 'test/v8_unit_test.h', |
| 877 'tools/convert_dict/convert_dict_unittest.cc', |
| 877 '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/comp
act_lang_det_unittest_small.cc', | 878 '../third_party/cld/bar/toolbar/cld/i18n/encodings/compact_lang_det/comp
act_lang_det_unittest_small.cc', |
| 878 ], | 879 ], |
| 879 'conditions': [ | 880 'conditions': [ |
| 880 ['chromeos==0', { | 881 ['chromeos==0', { |
| 881 'sources/': [ | 882 'sources/': [ |
| 882 ['exclude', '^browser/chromeos'], | 883 ['exclude', '^browser/chromeos'], |
| 883 ], | 884 ], |
| 884 }], | 885 }], |
| 885 ['OS=="linux" and selinux==0', { | 886 ['OS=="linux" and selinux==0', { |
| 886 'dependencies': [ | 887 'dependencies': [ |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 945 '../third_party/ocmock/ocmock.gyp:ocmock', | 946 '../third_party/ocmock/ocmock.gyp:ocmock', |
| 946 ], | 947 ], |
| 947 'include_dirs': [ | 948 'include_dirs': [ |
| 948 '../third_party/GTM', | 949 '../third_party/GTM', |
| 949 '../third_party/GTM/AppKit', | 950 '../third_party/GTM/AppKit', |
| 950 ], | 951 ], |
| 951 'sources!': [ | 952 'sources!': [ |
| 952 'browser/views/bookmark_context_menu_test.cc', | 953 'browser/views/bookmark_context_menu_test.cc', |
| 953 'browser/gtk/go_button_gtk_unittest.cc', | 954 'browser/gtk/go_button_gtk_unittest.cc', |
| 954 'browser/gtk/tabs/tab_renderer_gtk_unittest.cc', | 955 'browser/gtk/tabs/tab_renderer_gtk_unittest.cc', |
| 956 'tools/convert_dict/convert_dict_unittest.cc', |
| 955 '../third_party/hunspell/google/hunspell_tests.cc', | 957 '../third_party/hunspell/google/hunspell_tests.cc', |
| 956 ], | 958 ], |
| 957 # TODO(mark): We really want this for all non-static library targets, | 959 # TODO(mark): We really want this for all non-static library targets, |
| 958 # but when we tried to pull it up to the common.gypi level, it broke | 960 # but when we tried to pull it up to the common.gypi level, it broke |
| 959 # other things like the ui, startup, and page_cycler tests. *shrug* | 961 # other things like the ui, startup, and page_cycler tests. *shrug* |
| 960 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 962 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| 961 }, { # OS != "mac" | 963 }, { # OS != "mac" |
| 962 'dependencies': [ | 964 'dependencies': [ |
| 963 'convert_dict_lib', | 965 'convert_dict_lib', |
| 964 '../third_party/hunspell/hunspell.gyp:hunspell', | 966 '../third_party/hunspell/hunspell.gyp:hunspell', |
| (...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1960 ] | 1962 ] |
| 1961 }], # 'coverage!=0' | 1963 }], # 'coverage!=0' |
| 1962 ], # 'conditions' | 1964 ], # 'conditions' |
| 1963 } | 1965 } |
| 1964 | 1966 |
| 1965 # Local Variables: | 1967 # Local Variables: |
| 1966 # tab-width:2 | 1968 # tab-width:2 |
| 1967 # indent-tabs-mode:nil | 1969 # indent-tabs-mode:nil |
| 1968 # End: | 1970 # End: |
| 1969 # vim: set expandtab tabstop=2 shiftwidth=2: | 1971 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |