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 24 matching lines...) Expand all Loading... |
35 '../base/base.gyp:test_support_base', | 35 '../base/base.gyp:test_support_base', |
36 '../skia/skia.gyp:skia', | 36 '../skia/skia.gyp:skia', |
37 '../testing/gmock.gyp:gmock', | 37 '../testing/gmock.gyp:gmock', |
38 '../testing/gtest.gyp:gtest', | 38 '../testing/gtest.gyp:gtest', |
39 ], | 39 ], |
40 'export_dependent_settings': [ | 40 'export_dependent_settings': [ |
41 'renderer', | 41 'renderer', |
42 ], | 42 ], |
43 'include_dirs': [ | 43 'include_dirs': [ |
44 '..', | 44 '..', |
| 45 '<(policy_out_dir)', |
45 ], | 46 ], |
46 'sources': [ | 47 'sources': [ |
47 'app/breakpad_mac_stubs.mm', | 48 'app/breakpad_mac_stubs.mm', |
48 # The only thing used from browser is Browser::Type. | 49 # The only thing used from browser is Browser::Type. |
49 'browser/extensions/test_extension_prefs.cc', | 50 'browser/extensions/test_extension_prefs.cc', |
50 'browser/extensions/test_extension_prefs.h', | 51 'browser/extensions/test_extension_prefs.h', |
51 'browser/geolocation/mock_location_provider.cc', | 52 'browser/geolocation/mock_location_provider.cc', |
52 'browser/geolocation/mock_location_provider.h', | 53 'browser/geolocation/mock_location_provider.h', |
53 'browser/mock_browsing_data_appcache_helper.cc', | 54 'browser/mock_browsing_data_appcache_helper.cc', |
54 'browser/mock_browsing_data_appcache_helper.h', | 55 'browser/mock_browsing_data_appcache_helper.h', |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
172 'chrome_strings', | 173 'chrome_strings', |
173 'theme_resources', | 174 'theme_resources', |
174 '../skia/skia.gyp:skia', | 175 '../skia/skia.gyp:skia', |
175 '../testing/gtest.gyp:gtest', | 176 '../testing/gtest.gyp:gtest', |
176 ], | 177 ], |
177 'export_dependent_settings': [ | 178 'export_dependent_settings': [ |
178 'test_support_common', | 179 'test_support_common', |
179 ], | 180 ], |
180 'include_dirs': [ | 181 'include_dirs': [ |
181 '..', | 182 '..', |
| 183 '<(policy_out_dir)', |
182 ], | 184 ], |
183 'sources': [ | 185 'sources': [ |
184 'test/automated_ui_tests/automated_ui_test_base.cc', | 186 'test/automated_ui_tests/automated_ui_test_base.cc', |
185 'test/automated_ui_tests/automated_ui_test_base.h', | 187 'test/automated_ui_tests/automated_ui_test_base.h', |
186 'test/automation/proxy_launcher.cc', | 188 'test/automation/proxy_launcher.cc', |
187 'test/automation/proxy_launcher.h', | 189 'test/automation/proxy_launcher.h', |
188 'test/testing_browser_process.h', | 190 'test/testing_browser_process.h', |
189 'test/ui/javascript_test_util.cc', | 191 'test/ui/javascript_test_util.cc', |
190 'test/ui/npapi_test_helper.cc', | 192 'test/ui/npapi_test_helper.cc', |
191 'test/ui/npapi_test_helper.h', | 193 'test/ui/npapi_test_helper.h', |
(...skipping 20 matching lines...) Expand all Loading... |
212 'type': '<(library)', | 214 'type': '<(library)', |
213 'dependencies': [ | 215 'dependencies': [ |
214 'test_support_common', | 216 'test_support_common', |
215 'chrome_resources', | 217 'chrome_resources', |
216 'chrome_strings', | 218 'chrome_strings', |
217 '../skia/skia.gyp:skia', | 219 '../skia/skia.gyp:skia', |
218 '../testing/gtest.gyp:gtest', | 220 '../testing/gtest.gyp:gtest', |
219 ], | 221 ], |
220 'include_dirs': [ | 222 'include_dirs': [ |
221 '..', | 223 '..', |
| 224 '<(policy_out_dir)', |
222 ], | 225 ], |
223 'sources': [ | 226 'sources': [ |
224 'test/unit/run_all_unittests.cc', | 227 'test/unit/run_all_unittests.cc', |
225 ], | 228 ], |
226 'conditions': [ | 229 'conditions': [ |
227 ['OS=="linux"', { | 230 ['OS=="linux"', { |
228 'dependencies': [ | 231 'dependencies': [ |
229 # Needed for the following #include chain: | 232 # Needed for the following #include chain: |
230 # test/unit/run_all_unittests.cc | 233 # test/unit/run_all_unittests.cc |
231 # test/unit/chrome_test_suite.h | 234 # test/unit/chrome_test_suite.h |
(...skipping 13 matching lines...) Expand all Loading... |
245 'test_support_common', | 248 'test_support_common', |
246 'test_support_ui', | 249 'test_support_ui', |
247 'theme_resources', | 250 'theme_resources', |
248 '../base/base.gyp:base', | 251 '../base/base.gyp:base', |
249 '../skia/skia.gyp:skia', | 252 '../skia/skia.gyp:skia', |
250 '../third_party/libxml/libxml.gyp:libxml', | 253 '../third_party/libxml/libxml.gyp:libxml', |
251 '../testing/gtest.gyp:gtest', | 254 '../testing/gtest.gyp:gtest', |
252 ], | 255 ], |
253 'include_dirs': [ | 256 'include_dirs': [ |
254 '..', | 257 '..', |
| 258 '<(policy_out_dir)', |
255 ], | 259 ], |
256 'sources': [ | 260 'sources': [ |
257 'test/automated_ui_tests/automated_ui_test_interactive_test.cc', | 261 'test/automated_ui_tests/automated_ui_test_interactive_test.cc', |
258 'test/automated_ui_tests/automated_ui_tests.cc', | 262 'test/automated_ui_tests/automated_ui_tests.cc', |
259 'test/automated_ui_tests/automated_ui_tests.h', | 263 'test/automated_ui_tests/automated_ui_tests.h', |
260 ], | 264 ], |
261 'conditions': [ | 265 'conditions': [ |
262 ['OS=="win" and buildtype=="Official"', { | 266 ['OS=="win" and buildtype=="Official"', { |
263 'configurations': { | 267 'configurations': { |
264 'Release': { | 268 'Release': { |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
309 '../third_party/icu/icu.gyp:icui18n', | 313 '../third_party/icu/icu.gyp:icui18n', |
310 '../third_party/libpng/libpng.gyp:libpng', | 314 '../third_party/libpng/libpng.gyp:libpng', |
311 '../third_party/zlib/zlib.gyp:zlib', | 315 '../third_party/zlib/zlib.gyp:zlib', |
312 '../testing/gtest.gyp:gtest', | 316 '../testing/gtest.gyp:gtest', |
313 '../third_party/npapi/npapi.gyp:npapi', | 317 '../third_party/npapi/npapi.gyp:npapi', |
314 # run time dependency | 318 # run time dependency |
315 '../webkit/support/webkit_support.gyp:webkit_resources', | 319 '../webkit/support/webkit_support.gyp:webkit_resources', |
316 ], | 320 ], |
317 'include_dirs': [ | 321 'include_dirs': [ |
318 '..', | 322 '..', |
| 323 '<(policy_out_dir)', |
319 ], | 324 ], |
320 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], | 325 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], |
321 'sources': [ | 326 'sources': [ |
322 'browser/accessibility/accessibility_mac_uitest.mm', | 327 'browser/accessibility/accessibility_mac_uitest.mm', |
323 'browser/autocomplete/autocomplete_edit_view_browsertest.cc', | 328 'browser/autocomplete/autocomplete_edit_view_browsertest.cc', |
324 'browser/autofill/autofill_common_test.cc', | 329 'browser/autofill/autofill_common_test.cc', |
325 'browser/autofill/autofill_browsertest.cc', | 330 'browser/autofill/autofill_browsertest.cc', |
326 'browser/autofill/form_structure_browsertest.cc', | 331 'browser/autofill/form_structure_browsertest.cc', |
327 'browser/browser_focus_uitest.cc', | 332 'browser/browser_focus_uitest.cc', |
328 'browser/browser_keyevents_browsertest.cc', | 333 'browser/browser_keyevents_browsertest.cc', |
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
916 '../base/base.gyp:base', | 921 '../base/base.gyp:base', |
917 '../build/temp_gyp/googleurl.gyp:googleurl', | 922 '../build/temp_gyp/googleurl.gyp:googleurl', |
918 '../net/net.gyp:net', | 923 '../net/net.gyp:net', |
919 '../skia/skia.gyp:skia', | 924 '../skia/skia.gyp:skia', |
920 '../testing/gtest.gyp:gtest', | 925 '../testing/gtest.gyp:gtest', |
921 '../third_party/icu/icu.gyp:icui18n', | 926 '../third_party/icu/icu.gyp:icui18n', |
922 '../third_party/icu/icu.gyp:icuuc', | 927 '../third_party/icu/icu.gyp:icuuc', |
923 ], | 928 ], |
924 'include_dirs': [ | 929 'include_dirs': [ |
925 '..', | 930 '..', |
| 931 '<(policy_out_dir)', |
926 ], | 932 ], |
927 'sources': [ | 933 'sources': [ |
928 'test/nacl/nacl_test.cc', | 934 'test/nacl/nacl_test.cc', |
929 'test/nacl/nacl_ui_test.cc', | 935 'test/nacl/nacl_ui_test.cc', |
930 ], | 936 ], |
931 'conditions': [ | 937 'conditions': [ |
932 ['OS=="win"', { | 938 ['OS=="win"', { |
933 'dependencies': [ | 939 'dependencies': [ |
934 'chrome_nacl_win64', | 940 'chrome_nacl_win64', |
935 'crash_service', # run time dependency | 941 'crash_service', # run time dependency |
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1003 '../third_party/icu/icu.gyp:icui18n', | 1009 '../third_party/icu/icu.gyp:icui18n', |
1004 '../third_party/icu/icu.gyp:icuuc', | 1010 '../third_party/icu/icu.gyp:icuuc', |
1005 '../third_party/libjingle/libjingle.gyp:libjingle', | 1011 '../third_party/libjingle/libjingle.gyp:libjingle', |
1006 '../third_party/libxml/libxml.gyp:libxml', | 1012 '../third_party/libxml/libxml.gyp:libxml', |
1007 '../third_party/npapi/npapi.gyp:npapi', | 1013 '../third_party/npapi/npapi.gyp:npapi', |
1008 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 1014 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
1009 ], | 1015 ], |
1010 'include_dirs': [ | 1016 'include_dirs': [ |
1011 '..', | 1017 '..', |
1012 '../third_party/cld', | 1018 '../third_party/cld', |
| 1019 '<(policy_out_dir)', |
1013 ], | 1020 ], |
1014 'defines': [ | 1021 'defines': [ |
1015 'CLD_WINDOWS', | 1022 'CLD_WINDOWS', |
1016 ], | 1023 ], |
1017 'direct_dependent_settings': { | 1024 'direct_dependent_settings': { |
1018 'defines': [ | 1025 'defines': [ |
1019 'CLD_WINDOWS', | 1026 'CLD_WINDOWS', |
1020 ], | 1027 ], |
1021 }, | 1028 }, |
1022 'sources': [ | 1029 'sources': [ |
(...skipping 968 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1991 '../skia/skia.gyp:skia', | 1998 '../skia/skia.gyp:skia', |
1992 '../testing/gmock.gyp:gmock', | 1999 '../testing/gmock.gyp:gmock', |
1993 '../testing/gtest.gyp:gtest', | 2000 '../testing/gtest.gyp:gtest', |
1994 '../third_party/icu/icu.gyp:icui18n', | 2001 '../third_party/icu/icu.gyp:icui18n', |
1995 '../third_party/icu/icu.gyp:icuuc', | 2002 '../third_party/icu/icu.gyp:icuuc', |
1996 # Runtime dependencies | 2003 # Runtime dependencies |
1997 'chrome_mesa', | 2004 'chrome_mesa', |
1998 ], | 2005 ], |
1999 'include_dirs': [ | 2006 'include_dirs': [ |
2000 '..', | 2007 '..', |
| 2008 '<(policy_out_dir)', |
2001 ], | 2009 ], |
2002 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], | 2010 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], |
2003 'sources': [ | 2011 'sources': [ |
2004 'app/breakpad_mac_stubs.mm', | 2012 'app/breakpad_mac_stubs.mm', |
2005 'app/chrome_command_ids.h', | 2013 'app/chrome_command_ids.h', |
2006 'app/chrome_dll.rc', | 2014 'app/chrome_dll.rc', |
2007 'app/chrome_dll_resource.h', | 2015 'app/chrome_dll_resource.h', |
2008 'app/chrome_dll_version.rc.version', | 2016 'app/chrome_dll_version.rc.version', |
2009 'browser/autocomplete/autocomplete_browsertest.cc', | 2017 'browser/autocomplete/autocomplete_browsertest.cc', |
2010 'browser/browser_browsertest.cc', | 2018 'browser/browser_browsertest.cc', |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2350 '../app/app.gyp:app_resources', | 2358 '../app/app.gyp:app_resources', |
2351 '../base/base.gyp:base', | 2359 '../base/base.gyp:base', |
2352 '../net/net.gyp:net_test_support', | 2360 '../net/net.gyp:net_test_support', |
2353 '../skia/skia.gyp:skia', | 2361 '../skia/skia.gyp:skia', |
2354 '../testing/gtest.gyp:gtest', | 2362 '../testing/gtest.gyp:gtest', |
2355 # This is the safebrowsing test server. | 2363 # This is the safebrowsing test server. |
2356 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', | 2364 '../third_party/safe_browsing/safe_browsing.gyp:safe_browsing', |
2357 ], | 2365 ], |
2358 'include_dirs': [ | 2366 'include_dirs': [ |
2359 '..', | 2367 '..', |
| 2368 '<(policy_out_dir)', |
2360 ], | 2369 ], |
2361 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], | 2370 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], |
2362 'sources': [ | 2371 'sources': [ |
2363 'app/chrome_dll.rc', | 2372 'app/chrome_dll.rc', |
2364 'browser/safe_browsing/safe_browsing_test.cc', | 2373 'browser/safe_browsing/safe_browsing_test.cc', |
2365 'test/in_process_browser_test.cc', | 2374 'test/in_process_browser_test.cc', |
2366 'test/in_process_browser_test.h', | 2375 'test/in_process_browser_test.h', |
2367 'test/out_of_proc_test_runner.cc', | 2376 'test/out_of_proc_test_runner.cc', |
2368 ], | 2377 ], |
2369 'conditions': [ | 2378 'conditions': [ |
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2500 'chrome', | 2509 'chrome', |
2501 'test_support_common', | 2510 'test_support_common', |
2502 'test_support_ui', | 2511 'test_support_ui', |
2503 'theme_resources', | 2512 'theme_resources', |
2504 '../skia/skia.gyp:skia', | 2513 '../skia/skia.gyp:skia', |
2505 '../testing/gtest.gyp:gtest', | 2514 '../testing/gtest.gyp:gtest', |
2506 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 2515 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
2507 ], | 2516 ], |
2508 'include_dirs': [ | 2517 'include_dirs': [ |
2509 '..', | 2518 '..', |
| 2519 '<(policy_out_dir)', |
2510 ], | 2520 ], |
2511 'sources': [ | 2521 'sources': [ |
2512 'test/reliability/page_load_test.cc', | 2522 'test/reliability/page_load_test.cc', |
2513 'test/reliability/page_load_test.h', | 2523 'test/reliability/page_load_test.h', |
2514 'test/reliability/reliability_test_suite.h', | 2524 'test/reliability/reliability_test_suite.h', |
2515 'test/reliability/run_all_unittests.cc', | 2525 'test/reliability/run_all_unittests.cc', |
2516 ], | 2526 ], |
2517 'conditions': [ | 2527 'conditions': [ |
2518 ['OS=="win" and buildtype=="Official"', { | 2528 ['OS=="win" and buildtype=="Official"', { |
2519 'configurations': { | 2529 'configurations': { |
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2602 'debugger', | 2612 'debugger', |
2603 'test_support_common', | 2613 'test_support_common', |
2604 'test_support_ui', | 2614 'test_support_ui', |
2605 'theme_resources', | 2615 'theme_resources', |
2606 '../base/base.gyp:base', | 2616 '../base/base.gyp:base', |
2607 '../skia/skia.gyp:skia', | 2617 '../skia/skia.gyp:skia', |
2608 '../testing/gtest.gyp:gtest', | 2618 '../testing/gtest.gyp:gtest', |
2609 ], | 2619 ], |
2610 'include_dirs': [ | 2620 'include_dirs': [ |
2611 '..', | 2621 '..', |
| 2622 '<(policy_out_dir)', |
2612 ], | 2623 ], |
2613 'sources': [ | 2624 'sources': [ |
2614 'test/tab_switching/tab_switching_test.cc', | 2625 'test/tab_switching/tab_switching_test.cc', |
2615 ], | 2626 ], |
2616 'conditions': [ | 2627 'conditions': [ |
2617 ['OS=="linux"', { | 2628 ['OS=="linux"', { |
2618 'dependencies': [ | 2629 'dependencies': [ |
2619 '../build/linux/system.gyp:gtk', | 2630 '../build/linux/system.gyp:gtk', |
2620 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2631 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2621 ], | 2632 ], |
(...skipping 14 matching lines...) Expand all Loading... |
2636 'debugger', | 2647 'debugger', |
2637 'test_support_common', | 2648 'test_support_common', |
2638 'test_support_ui', | 2649 'test_support_ui', |
2639 'theme_resources', | 2650 'theme_resources', |
2640 '../base/base.gyp:base', | 2651 '../base/base.gyp:base', |
2641 '../skia/skia.gyp:skia', | 2652 '../skia/skia.gyp:skia', |
2642 '../testing/gtest.gyp:gtest', | 2653 '../testing/gtest.gyp:gtest', |
2643 ], | 2654 ], |
2644 'include_dirs': [ | 2655 'include_dirs': [ |
2645 '..', | 2656 '..', |
| 2657 '<(policy_out_dir)', |
2646 ], | 2658 ], |
2647 'sources': [ | 2659 'sources': [ |
2648 'test/memory_test/memory_test.cc', | 2660 'test/memory_test/memory_test.cc', |
2649 ], | 2661 ], |
2650 'conditions': [ | 2662 'conditions': [ |
2651 ['OS=="linux"', { | 2663 ['OS=="linux"', { |
2652 'dependencies': [ | 2664 'dependencies': [ |
2653 '../build/linux/system.gyp:gtk', | 2665 '../build/linux/system.gyp:gtk', |
2654 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2666 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2655 ], | 2667 ], |
(...skipping 10 matching lines...) Expand all Loading... |
2666 'test_support_common', | 2678 'test_support_common', |
2667 'test_support_ui', | 2679 'test_support_ui', |
2668 'theme_resources', | 2680 'theme_resources', |
2669 '../base/base.gyp:base', | 2681 '../base/base.gyp:base', |
2670 '../net/net.gyp:net', | 2682 '../net/net.gyp:net', |
2671 '../skia/skia.gyp:skia', | 2683 '../skia/skia.gyp:skia', |
2672 '../testing/gtest.gyp:gtest', | 2684 '../testing/gtest.gyp:gtest', |
2673 ], | 2685 ], |
2674 'include_dirs': [ | 2686 'include_dirs': [ |
2675 '..', | 2687 '..', |
| 2688 '<(policy_out_dir)', |
2676 ], | 2689 ], |
2677 'sources': [ | 2690 'sources': [ |
2678 'test/url_fetch_test/url_fetch_test.cc', | 2691 'test/url_fetch_test/url_fetch_test.cc', |
2679 ], | 2692 ], |
2680 'conditions': [ | 2693 'conditions': [ |
2681 ['OS=="win"', { | 2694 ['OS=="win"', { |
2682 'include_dirs': [ | 2695 'include_dirs': [ |
2683 '<(DEPTH)/third_party/wtl/include', | 2696 '<(DEPTH)/third_party/wtl/include', |
2684 ], | 2697 ], |
2685 'conditions': [ | 2698 'conditions': [ |
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2847 '../testing/gtest.gyp:gtest', | 2860 '../testing/gtest.gyp:gtest', |
2848 '../third_party/icu/icu.gyp:icui18n', | 2861 '../third_party/icu/icu.gyp:icui18n', |
2849 '../third_party/icu/icu.gyp:icuuc', | 2862 '../third_party/icu/icu.gyp:icuuc', |
2850 '../third_party/npapi/npapi.gyp:npapi', | 2863 '../third_party/npapi/npapi.gyp:npapi', |
2851 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', | 2864 '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', |
2852 ], | 2865 ], |
2853 'include_dirs': [ | 2866 'include_dirs': [ |
2854 '..', | 2867 '..', |
2855 '<(INTERMEDIATE_DIR)', | 2868 '<(INTERMEDIATE_DIR)', |
2856 '<(protoc_out_dir)', | 2869 '<(protoc_out_dir)', |
| 2870 '<(policy_out_dir)', |
2857 ], | 2871 ], |
2858 # TODO(phajdan.jr): Only temporary, to make transition easier. | 2872 # TODO(phajdan.jr): Only temporary, to make transition easier. |
2859 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], | 2873 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], |
2860 'sources': [ | 2874 'sources': [ |
2861 'app/chrome_command_ids.h', | 2875 'app/chrome_command_ids.h', |
2862 'app/chrome_dll.rc', | 2876 'app/chrome_dll.rc', |
2863 'app/chrome_dll_resource.h', | 2877 'app/chrome_dll_resource.h', |
2864 'app/chrome_dll_version.rc.version', | 2878 'app/chrome_dll_version.rc.version', |
2865 'browser/autofill/autofill_common_test.cc', | 2879 'browser/autofill/autofill_common_test.cc', |
2866 'browser/autofill/autofill_common_test.h', | 2880 'browser/autofill/autofill_common_test.h', |
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3006 '../net/net.gyp:net_test_support', | 3020 '../net/net.gyp:net_test_support', |
3007 '../skia/skia.gyp:skia', | 3021 '../skia/skia.gyp:skia', |
3008 '../testing/gtest.gyp:gtest', | 3022 '../testing/gtest.gyp:gtest', |
3009 '../third_party/icu/icu.gyp:icui18n', | 3023 '../third_party/icu/icu.gyp:icui18n', |
3010 '../third_party/icu/icu.gyp:icuuc', | 3024 '../third_party/icu/icu.gyp:icuuc', |
3011 # Runtime dependencies | 3025 # Runtime dependencies |
3012 'chrome_mesa', | 3026 'chrome_mesa', |
3013 ], | 3027 ], |
3014 'include_dirs': [ | 3028 'include_dirs': [ |
3015 '..', | 3029 '..', |
| 3030 '<(policy_out_dir)', |
3016 ], | 3031 ], |
3017 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], | 3032 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], |
3018 'sources': [ | 3033 'sources': [ |
3019 'test/gpu/gpu_pixel_browsertest.cc', | 3034 'test/gpu/gpu_pixel_browsertest.cc', |
3020 'test/in_process_browser_test.cc', | 3035 'test/in_process_browser_test.cc', |
3021 'test/in_process_browser_test.h', | 3036 'test/in_process_browser_test.h', |
3022 'test/out_of_proc_test_runner.cc', | 3037 'test/out_of_proc_test_runner.cc', |
3023 ], | 3038 ], |
3024 'conditions': [ | 3039 'conditions': [ |
3025 ['OS=="win"', { | 3040 ['OS=="win"', { |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3095 'chrome_strings', | 3110 'chrome_strings', |
3096 'test_support_common', | 3111 'test_support_common', |
3097 'test_support_ui', | 3112 'test_support_ui', |
3098 '../skia/skia.gyp:skia', | 3113 '../skia/skia.gyp:skia', |
3099 '../testing/gtest.gyp:gtest', | 3114 '../testing/gtest.gyp:gtest', |
3100 '../third_party/libxslt/libxslt.gyp:libxslt', | 3115 '../third_party/libxslt/libxslt.gyp:libxslt', |
3101 '../third_party/npapi/npapi.gyp:npapi', | 3116 '../third_party/npapi/npapi.gyp:npapi', |
3102 ], | 3117 ], |
3103 'include_dirs': [ | 3118 'include_dirs': [ |
3104 '..', | 3119 '..', |
| 3120 '<(policy_out_dir)', |
3105 ], | 3121 ], |
3106 'sources': [ | 3122 'sources': [ |
3107 'test/plugin/plugin_test.cpp', | 3123 'test/plugin/plugin_test.cpp', |
3108 ], | 3124 ], |
3109 'conditions': [ | 3125 'conditions': [ |
3110 ['OS=="win"', { | 3126 ['OS=="win"', { |
3111 'dependencies': [ | 3127 'dependencies': [ |
3112 'security_tests', # run time dependency | 3128 'security_tests', # run time dependency |
3113 ], | 3129 ], |
3114 'conditions': [ | 3130 'conditions': [ |
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3201 'dependencies': [ | 3217 'dependencies': [ |
3202 'test_support_common', | 3218 'test_support_common', |
3203 'browser', | 3219 'browser', |
3204 'renderer', | 3220 'renderer', |
3205 'syncapi', | 3221 'syncapi', |
3206 '../base/base.gyp:base', | 3222 '../base/base.gyp:base', |
3207 '../skia/skia.gyp:skia', | 3223 '../skia/skia.gyp:skia', |
3208 ], | 3224 ], |
3209 'include_dirs': [ | 3225 'include_dirs': [ |
3210 '..', | 3226 '..', |
| 3227 '<(policy_out_dir)', |
3211 ], | 3228 ], |
3212 'sources': [ | 3229 'sources': [ |
3213 'tools/profiles/generate_profile.cc', | 3230 'tools/profiles/generate_profile.cc', |
3214 'tools/profiles/thumbnail-inl.h', | 3231 'tools/profiles/thumbnail-inl.h', |
3215 ], | 3232 ], |
3216 'conditions': [ | 3233 'conditions': [ |
3217 ['OS=="win"', { | 3234 ['OS=="win"', { |
3218 'conditions': [ | 3235 'conditions': [ |
3219 ['win_use_allocator_shim==1', { | 3236 ['win_use_allocator_shim==1', { |
3220 'dependencies': [ | 3237 'dependencies': [ |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3278 'chrome_resources', | 3295 'chrome_resources', |
3279 'chrome_strings', | 3296 'chrome_strings', |
3280 'test_support_common', | 3297 'test_support_common', |
3281 'test_support_ui', | 3298 'test_support_ui', |
3282 '../skia/skia.gyp:skia', | 3299 '../skia/skia.gyp:skia', |
3283 '../testing/gtest.gyp:gtest', | 3300 '../testing/gtest.gyp:gtest', |
3284 ], | 3301 ], |
3285 'include_dirs': [ | 3302 'include_dirs': [ |
3286 '..', | 3303 '..', |
3287 '<(DEPTH)/third_party/wtl/include', | 3304 '<(DEPTH)/third_party/wtl/include', |
| 3305 '<(policy_out_dir)', |
3288 ], | 3306 ], |
3289 'sources': [ | 3307 'sources': [ |
3290 'test/selenium/selenium_test.cc', | 3308 'test/selenium/selenium_test.cc', |
3291 ], | 3309 ], |
3292 'conditions': [ | 3310 'conditions': [ |
3293 ['OS=="win" and win_use_allocator_shim==1', { | 3311 ['OS=="win" and win_use_allocator_shim==1', { |
3294 'dependencies': [ | 3312 'dependencies': [ |
3295 '<(allocator_target)', | 3313 '<(allocator_target)', |
3296 ], | 3314 ], |
3297 },], | 3315 },], |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3337 'chrome_strings', | 3355 'chrome_strings', |
3338 'theme_resources', | 3356 'theme_resources', |
3339 '../skia/skia.gyp:skia', | 3357 '../skia/skia.gyp:skia', |
3340 '../testing/gtest.gyp:gtest', | 3358 '../testing/gtest.gyp:gtest', |
3341 ], | 3359 ], |
3342 'export_dependent_settings': [ | 3360 'export_dependent_settings': [ |
3343 'test_support_common', | 3361 'test_support_common', |
3344 ], | 3362 ], |
3345 'include_dirs': [ | 3363 'include_dirs': [ |
3346 '..', | 3364 '..', |
| 3365 '<(policy_out_dir)', |
3347 ], | 3366 ], |
3348 'cflags': [ | 3367 'cflags': [ |
3349 '-Wno-uninitialized', | 3368 '-Wno-uninitialized', |
3350 ], | 3369 ], |
3351 'sources': [ | 3370 'sources': [ |
3352 'test/automation/proxy_launcher.cc', | 3371 'test/automation/proxy_launcher.cc', |
3353 'test/automation/proxy_launcher.h', | 3372 'test/automation/proxy_launcher.h', |
3354 'test/pyautolib/pyautolib.cc', | 3373 'test/pyautolib/pyautolib.cc', |
3355 'test/pyautolib/pyautolib.h', | 3374 'test/pyautolib/pyautolib.h', |
3356 'test/ui/ui_test.cc', | 3375 'test/ui/ui_test.cc', |
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3640 ] | 3659 ] |
3641 }], # 'coverage!=0' | 3660 }], # 'coverage!=0' |
3642 ], # 'conditions' | 3661 ], # 'conditions' |
3643 } | 3662 } |
3644 | 3663 |
3645 # Local Variables: | 3664 # Local Variables: |
3646 # tab-width:2 | 3665 # tab-width:2 |
3647 # indent-tabs-mode:nil | 3666 # indent-tabs-mode:nil |
3648 # End: | 3667 # End: |
3649 # vim: set expandtab tabstop=2 shiftwidth=2: | 3668 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |