OLD | NEW |
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 { | 5 { |
6 'variables' : { | 6 'variables' : { |
7 'pyautolib_sources': [ | 7 'pyautolib_sources': [ |
8 'app/chrome_command_ids.h', | 8 'app/chrome_command_ids.h', |
9 'app/chrome_dll_resource.h', | 9 'app/chrome_dll_resource.h', |
10 'common/automation_constants.h', | 10 'common/automation_constants.h', |
(...skipping 1108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1119 '../third_party/expat/expat.gyp:expat', | 1119 '../third_party/expat/expat.gyp:expat', |
1120 '../third_party/icu/icu.gyp:icui18n', | 1120 '../third_party/icu/icu.gyp:icui18n', |
1121 '../third_party/icu/icu.gyp:icuuc', | 1121 '../third_party/icu/icu.gyp:icuuc', |
1122 '../third_party/libjingle/libjingle.gyp:libjingle', | 1122 '../third_party/libjingle/libjingle.gyp:libjingle', |
1123 '../third_party/libxml/libxml.gyp:libxml', | 1123 '../third_party/libxml/libxml.gyp:libxml', |
1124 '../third_party/npapi/npapi.gyp:npapi', | 1124 '../third_party/npapi/npapi.gyp:npapi', |
1125 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 1125 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
1126 ], | 1126 ], |
1127 'include_dirs': [ | 1127 'include_dirs': [ |
1128 '..', | 1128 '..', |
1129 '../third_party/cld', | |
1130 ], | 1129 ], |
1131 'defines': [ | 1130 'defines': [ |
1132 'CLD_WINDOWS', | 1131 'CLD_WINDOWS', |
1133 ], | 1132 ], |
1134 'direct_dependent_settings': { | 1133 'direct_dependent_settings': { |
1135 'defines': [ | 1134 'defines': [ |
1136 'CLD_WINDOWS', | 1135 'CLD_WINDOWS', |
1137 ], | 1136 ], |
1138 }, | 1137 }, |
1139 'sources': [ | 1138 'sources': [ |
(...skipping 398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1538 'browser/sync/util/cryptographer_unittest.cc', | 1537 'browser/sync/util/cryptographer_unittest.cc', |
1539 'browser/sync/util/nigori_unittest.cc', | 1538 'browser/sync/util/nigori_unittest.cc', |
1540 'browser/tab_contents/tab_specific_content_settings_unittest.cc', | 1539 'browser/tab_contents/tab_specific_content_settings_unittest.cc', |
1541 'browser/tab_contents/thumbnail_generator_unittest.cc', | 1540 'browser/tab_contents/thumbnail_generator_unittest.cc', |
1542 'browser/tab_contents/web_contents_unittest.cc', | 1541 'browser/tab_contents/web_contents_unittest.cc', |
1543 'browser/tabs/pinned_tab_codec_unittest.cc', | 1542 'browser/tabs/pinned_tab_codec_unittest.cc', |
1544 'browser/tabs/tab_strip_model_unittest.cc', | 1543 'browser/tabs/tab_strip_model_unittest.cc', |
1545 'browser/task_manager/task_manager_unittest.cc', | 1544 'browser/task_manager/task_manager_unittest.cc', |
1546 'browser/themes/browser_theme_pack_unittest.cc', | 1545 'browser/themes/browser_theme_pack_unittest.cc', |
1547 'browser/themes/browser_theme_provider_unittest.cc', | 1546 'browser/themes/browser_theme_provider_unittest.cc', |
1548 'browser/translate/translate_manager_unittest.cc', | |
1549 # It is safe to list */cocoa/* files in the "common" file list | 1547 # It is safe to list */cocoa/* files in the "common" file list |
1550 # without an explicit exclusion since gyp is smart enough to | 1548 # without an explicit exclusion since gyp is smart enough to |
1551 # exclude them from non-Mac builds. | 1549 # exclude them from non-Mac builds. |
1552 'browser/ui/cocoa/about_ipc_controller_unittest.mm', | 1550 'browser/ui/cocoa/about_ipc_controller_unittest.mm', |
1553 'browser/ui/cocoa/about_window_controller_unittest.mm', | 1551 'browser/ui/cocoa/about_window_controller_unittest.mm', |
1554 'browser/ui/cocoa/accelerators_cocoa_unittest.mm', | 1552 'browser/ui/cocoa/accelerators_cocoa_unittest.mm', |
1555 'browser/ui/cocoa/animatable_image_unittest.mm', | 1553 'browser/ui/cocoa/animatable_image_unittest.mm', |
1556 'browser/ui/cocoa/animatable_view_unittest.mm', | 1554 'browser/ui/cocoa/animatable_view_unittest.mm', |
1557 'browser/ui/cocoa/applescript/bookmark_applescript_utils_unittest.h', | 1555 'browser/ui/cocoa/applescript/bookmark_applescript_utils_unittest.h', |
1558 'browser/ui/cocoa/applescript/bookmark_applescript_utils_unittest.mm', | 1556 'browser/ui/cocoa/applescript/bookmark_applescript_utils_unittest.mm', |
(...skipping 547 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2106 'renderer', | 2104 'renderer', |
2107 'test_support_common', | 2105 'test_support_common', |
2108 '../app/app.gyp:app_base', | 2106 '../app/app.gyp:app_base', |
2109 '../base/base.gyp:base', | 2107 '../base/base.gyp:base', |
2110 '../base/base.gyp:base_i18n', | 2108 '../base/base.gyp:base_i18n', |
2111 '../base/base.gyp:test_support_base', | 2109 '../base/base.gyp:test_support_base', |
2112 '../net/net.gyp:net_test_support', | 2110 '../net/net.gyp:net_test_support', |
2113 '../skia/skia.gyp:skia', | 2111 '../skia/skia.gyp:skia', |
2114 '../testing/gmock.gyp:gmock', | 2112 '../testing/gmock.gyp:gmock', |
2115 '../testing/gtest.gyp:gtest', | 2113 '../testing/gtest.gyp:gtest', |
| 2114 '../third_party/cld/cld.gyp:cld', |
2116 '../third_party/icu/icu.gyp:icui18n', | 2115 '../third_party/icu/icu.gyp:icui18n', |
2117 '../third_party/icu/icu.gyp:icuuc', | 2116 '../third_party/icu/icu.gyp:icuuc', |
2118 # Runtime dependencies | 2117 # Runtime dependencies |
2119 'chrome_mesa', | 2118 'chrome_mesa', |
2120 ], | 2119 ], |
2121 'include_dirs': [ | 2120 'include_dirs': [ |
2122 '..', | 2121 '..', |
2123 ], | 2122 ], |
2124 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], | 2123 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], |
2125 'sources': [ | 2124 'sources': [ |
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2271 'browser/renderer_host/web_cache_manager_browsertest.cc', | 2270 'browser/renderer_host/web_cache_manager_browsertest.cc', |
2272 'browser/safe_browsing/safe_browsing_blocking_page_test.cc', | 2271 'browser/safe_browsing/safe_browsing_blocking_page_test.cc', |
2273 'browser/safe_browsing/safe_browsing_service_browsertest.cc', | 2272 'browser/safe_browsing/safe_browsing_service_browsertest.cc', |
2274 'browser/service/service_process_control_browsertest.cc', | 2273 'browser/service/service_process_control_browsertest.cc', |
2275 'browser/sessions/session_restore_browsertest.cc', | 2274 'browser/sessions/session_restore_browsertest.cc', |
2276 'browser/sessions/tab_restore_service_browsertest.cc', | 2275 'browser/sessions/tab_restore_service_browsertest.cc', |
2277 'browser/speech/speech_input_browsertest.cc', | 2276 'browser/speech/speech_input_browsertest.cc', |
2278 'browser/speech/speech_input_bubble_browsertest.cc', | 2277 'browser/speech/speech_input_bubble_browsertest.cc', |
2279 'browser/ssl/ssl_browser_tests.cc', | 2278 'browser/ssl/ssl_browser_tests.cc', |
2280 'browser/task_manager/task_manager_browsertest.cc', | 2279 'browser/task_manager/task_manager_browsertest.cc', |
| 2280 'browser/translate/translate_manager_browsertest.cc', |
2281 'browser/ui/browser_init_browsertest.cc', | 2281 'browser/ui/browser_init_browsertest.cc', |
2282 'browser/ui/browser_navigator_browsertest.cc', | 2282 'browser/ui/browser_navigator_browsertest.cc', |
2283 'browser/ui/browser_navigator_browsertest.h', | 2283 'browser/ui/browser_navigator_browsertest.h', |
2284 'browser/ui/browser_navigator_browsertest_chromeos.cc', | 2284 'browser/ui/browser_navigator_browsertest_chromeos.cc', |
2285 'browser/ui/cocoa/view_id_util_browsertest.mm', | 2285 'browser/ui/cocoa/view_id_util_browsertest.mm', |
2286 'browser/ui/cocoa/applescript/browsercrapplication+applescript_test.mm', | 2286 'browser/ui/cocoa/applescript/browsercrapplication+applescript_test.mm', |
2287 'browser/ui/cocoa/applescript/window_applescript_test.mm', | 2287 'browser/ui/cocoa/applescript/window_applescript_test.mm', |
2288 'browser/ui/find_bar/find_bar_host_browsertest.cc', | 2288 'browser/ui/find_bar/find_bar_host_browsertest.cc', |
2289 'browser/ui/login/login_prompt_browsertest.cc', | 2289 'browser/ui/login/login_prompt_browsertest.cc', |
2290 'browser/ui/views/browser_actions_container_browsertest.cc', | 2290 'browser/ui/views/browser_actions_container_browsertest.cc', |
(...skipping 1493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3784 ] | 3784 ] |
3785 }], # 'coverage!=0' | 3785 }], # 'coverage!=0' |
3786 ], # 'conditions' | 3786 ], # 'conditions' |
3787 } | 3787 } |
3788 | 3788 |
3789 # Local Variables: | 3789 # Local Variables: |
3790 # tab-width:2 | 3790 # tab-width:2 |
3791 # indent-tabs-mode:nil | 3791 # indent-tabs-mode:nil |
3792 # End: | 3792 # End: |
3793 # vim: set expandtab tabstop=2 shiftwidth=2: | 3793 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |