| OLD | NEW |
| 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 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1084 'chrome', | 1084 'chrome', |
| 1085 '../third_party/ocmock/ocmock.gyp:ocmock', | 1085 '../third_party/ocmock/ocmock.gyp:ocmock', |
| 1086 ], | 1086 ], |
| 1087 'include_dirs': [ | 1087 'include_dirs': [ |
| 1088 '../third_party/GTM', | 1088 '../third_party/GTM', |
| 1089 '../third_party/GTM/AppKit', | 1089 '../third_party/GTM/AppKit', |
| 1090 ], | 1090 ], |
| 1091 'sources!': [ | 1091 'sources!': [ |
| 1092 # Blocked on bookmark manager. | 1092 # Blocked on bookmark manager. |
| 1093 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', | 1093 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', |
| 1094 'browser/views/accessibility_event_router_views_unittest.cc', | 1094 'browser/views/accessibility_event_router_views_unittest.cc', |
| 1095 'browser/views/bookmark_context_menu_test.cc', | 1095 'browser/views/bookmark_context_menu_test.cc', |
| 1096 'browser/gtk/go_button_gtk_unittest.cc', | 1096 'browser/gtk/go_button_gtk_unittest.cc', |
| 1097 'browser/gtk/tabs/tab_renderer_gtk_unittest.cc', | 1097 'browser/gtk/tabs/tab_renderer_gtk_unittest.cc', |
| 1098 'tools/convert_dict/convert_dict_unittest.cc', | 1098 'tools/convert_dict/convert_dict_unittest.cc', |
| 1099 '../third_party/hunspell/google/hunspell_tests.cc', | 1099 '../third_party/hunspell/google/hunspell_tests.cc', |
| 1100 ], | 1100 ], |
| 1101 # TODO(mark): We really want this for all non-static library targets, | 1101 # TODO(mark): We really want this for all non-static library targets, |
| 1102 # but when we tried to pull it up to the common.gypi level, it broke | 1102 # but when we tried to pull it up to the common.gypi level, it broke |
| 1103 # other things like the ui, startup, and page_cycler tests. *shrug* | 1103 # other things like the ui, startup, and page_cycler tests. *shrug* |
| 1104 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 1104 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
| (...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1863 }, | 1863 }, |
| 1864 }, | 1864 }, |
| 1865 }], | 1865 }], |
| 1866 ], | 1866 ], |
| 1867 }, | 1867 }, |
| 1868 { | 1868 { |
| 1869 'target_name': 'plugin_tests', | 1869 'target_name': 'plugin_tests', |
| 1870 'type': 'executable', | 1870 'type': 'executable', |
| 1871 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', | 1871 'msvs_guid': 'A1CAA831-C507-4B2E-87F3-AEC63C9907F9', |
| 1872 'dependencies': [ | 1872 'dependencies': [ |
| 1873 'chrome', |
| 1873 'chrome_resources', | 1874 'chrome_resources', |
| 1874 'chrome_strings', | 1875 'chrome_strings', |
| 1875 'test_support_common', | 1876 'test_support_common', |
| 1876 'test_support_ui', | 1877 'test_support_ui', |
| 1877 '../skia/skia.gyp:skia', | 1878 '../skia/skia.gyp:skia', |
| 1878 '../testing/gtest.gyp:gtest', | 1879 '../testing/gtest.gyp:gtest', |
| 1879 '../third_party/libxml/libxml.gyp:libxml', | 1880 '../third_party/libxml/libxml.gyp:libxml', |
| 1880 '../third_party/libxslt/libxslt.gyp:libxslt', | 1881 '../third_party/libxslt/libxslt.gyp:libxslt', |
| 1881 '../third_party/npapi/npapi.gyp:npapi', | 1882 '../third_party/npapi/npapi.gyp:npapi', |
| 1882 ], | 1883 ], |
| (...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2233 ] | 2234 ] |
| 2234 }], # 'coverage!=0' | 2235 }], # 'coverage!=0' |
| 2235 ], # 'conditions' | 2236 ], # 'conditions' |
| 2236 } | 2237 } |
| 2237 | 2238 |
| 2238 # Local Variables: | 2239 # Local Variables: |
| 2239 # tab-width:2 | 2240 # tab-width:2 |
| 2240 # indent-tabs-mode:nil | 2241 # indent-tabs-mode:nil |
| 2241 # End: | 2242 # End: |
| 2242 # vim: set expandtab tabstop=2 shiftwidth=2: | 2243 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |