OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables' : { | 5 'variables' : { |
6 'pyautolib_sources': [ | 6 'pyautolib_sources': [ |
7 'app/chrome_command_ids.h', | 7 'app/chrome_command_ids.h', |
8 'app/chrome_dll_resource.h', | 8 'app/chrome_dll_resource.h', |
9 'common/automation_constants.h', | 9 'common/automation_constants.h', |
10 'common/pref_names.cc', | 10 'common/pref_names.cc', |
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
107 'configurations': { | 107 'configurations': { |
108 'Release': { | 108 'Release': { |
109 'msvs_settings': { | 109 'msvs_settings': { |
110 'VCCLCompilerTool': { | 110 'VCCLCompilerTool': { |
111 'WholeProgramOptimization': 'false', | 111 'WholeProgramOptimization': 'false', |
112 }, | 112 }, |
113 }, | 113 }, |
114 }, | 114 }, |
115 }, | 115 }, |
116 },], | 116 },], |
117 ['use_x11 == 1', { | 117 ['use_x11==1', { |
118 'dependencies': [ | 118 'dependencies': [ |
119 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 119 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
120 ], | 120 ], |
121 }], | 121 }], |
122 ['OS=="win"', { | 122 ['OS=="win"', { |
123 'include_dirs': [ | 123 'include_dirs': [ |
124 '<(DEPTH)/third_party/wtl/include', | 124 '<(DEPTH)/third_party/wtl/include', |
125 ], | 125 ], |
126 'conditions': [ | 126 'conditions': [ |
127 ['win_use_allocator_shim==1', { | 127 ['win_use_allocator_shim==1', { |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 'test/base/ui_controls_aurawin.cc', | 248 'test/base/ui_controls_aurawin.cc', |
249 'test/base/ui_controls_aurax11.cc', | 249 'test/base/ui_controls_aurax11.cc', |
250 'test/base/ui_controls_gtk.cc', | 250 'test/base/ui_controls_gtk.cc', |
251 'test/base/ui_controls_internal_win.cc', | 251 'test/base/ui_controls_internal_win.cc', |
252 'test/base/ui_controls_internal_win.h', | 252 'test/base/ui_controls_internal_win.h', |
253 'test/base/ui_controls_mac.mm', | 253 'test/base/ui_controls_mac.mm', |
254 'test/base/ui_controls_win.cc', | 254 'test/base/ui_controls_win.cc', |
255 'test/ppapi/ppapi_interactive_browsertest.cc', | 255 'test/ppapi/ppapi_interactive_browsertest.cc', |
256 ], | 256 ], |
257 'conditions': [ | 257 'conditions': [ |
| 258 ['use_x11==1', { |
| 259 'dependencies': [ |
| 260 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 261 ], |
| 262 }], |
258 ['toolkit_uses_gtk == 1', { | 263 ['toolkit_uses_gtk == 1', { |
259 'dependencies': [ | 264 'dependencies': [ |
260 '../build/linux/system.gyp:gtk', | 265 '../build/linux/system.gyp:gtk', |
261 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | |
262 ], | 266 ], |
263 'sources!': [ | 267 'sources!': [ |
264 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', | 268 'browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc', |
265 ], | 269 ], |
266 }], | 270 }], |
267 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { | 271 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { |
268 'dependencies': [ | 272 'dependencies': [ |
269 '../build/linux/system.gyp:ssl', | 273 '../build/linux/system.gyp:ssl', |
270 ], | 274 ], |
271 }], | 275 }], |
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
556 'test/webdriver/webdriver_session.h', | 560 'test/webdriver/webdriver_session.h', |
557 'test/webdriver/webdriver_session_manager.cc', | 561 'test/webdriver/webdriver_session_manager.cc', |
558 'test/webdriver/webdriver_session_manager.h', | 562 'test/webdriver/webdriver_session_manager.h', |
559 'test/webdriver/webdriver_switches.cc', | 563 'test/webdriver/webdriver_switches.cc', |
560 'test/webdriver/webdriver_switches.h', | 564 'test/webdriver/webdriver_switches.h', |
561 'test/webdriver/webdriver_util.cc', | 565 'test/webdriver/webdriver_util.cc', |
562 'test/webdriver/webdriver_util.h', | 566 'test/webdriver/webdriver_util.h', |
563 'test/webdriver/webdriver_util_mac.mm', | 567 'test/webdriver/webdriver_util_mac.mm', |
564 ], | 568 ], |
565 'conditions': [ | 569 'conditions': [ |
| 570 ['use_x11==1', { |
| 571 'dependencies': [ |
| 572 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 573 ], |
| 574 }], |
566 ['toolkit_uses_gtk == 1', { | 575 ['toolkit_uses_gtk == 1', { |
567 'dependencies': [ | 576 'dependencies': [ |
568 '../build/linux/system.gyp:gtk', | 577 '../build/linux/system.gyp:gtk', |
569 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | |
570 ], | 578 ], |
571 'sources!': [ | 579 'sources!': [ |
572 'test/webdriver/keycode_text_conversion_x.cc', | 580 'test/webdriver/keycode_text_conversion_x.cc', |
573 ], | 581 ], |
574 }], | 582 }], |
575 ['toolkit_uses_gtk == 0', { | 583 ['toolkit_uses_gtk == 0', { |
576 'sources!': [ | 584 'sources!': [ |
577 'test/webdriver/keycode_text_conversion_gtk.cc', | 585 'test/webdriver/keycode_text_conversion_gtk.cc', |
578 ], | 586 ], |
579 }], | 587 }], |
(...skipping 1084 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1664 'app/chrome_dll_resource.h', | 1672 'app/chrome_dll_resource.h', |
1665 'app/chrome_version.rc.version', | 1673 'app/chrome_version.rc.version', |
1666 # TODO(port): http://crbug.com/45770 | 1674 # TODO(port): http://crbug.com/45770 |
1667 'browser/printing/printing_layout_browsertest.cc', | 1675 'browser/printing/printing_layout_browsertest.cc', |
1668 'browser/ui/views/message_center/web_notification_tray_win_browserte
st.cc', | 1676 'browser/ui/views/message_center/web_notification_tray_win_browserte
st.cc', |
1669 ], | 1677 ], |
1670 }], | 1678 }], |
1671 ['toolkit_uses_gtk == 1', { | 1679 ['toolkit_uses_gtk == 1', { |
1672 'dependencies': [ | 1680 'dependencies': [ |
1673 '../build/linux/system.gyp:gtk', | 1681 '../build/linux/system.gyp:gtk', |
1674 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | |
1675 ], | 1682 ], |
1676 }], | 1683 }], |
1677 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { | 1684 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { |
1678 'dependencies': [ | 1685 'dependencies': [ |
1679 '../build/linux/system.gyp:ssl', | 1686 '../build/linux/system.gyp:ssl', |
1680 ], | 1687 ], |
1681 }], | 1688 }], |
1682 ['OS=="mac"', { | 1689 ['OS=="mac"', { |
1683 'include_dirs': [ | 1690 'include_dirs': [ |
1684 '../third_party/GTM', | 1691 '../third_party/GTM', |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1883 }, | 1890 }, |
1884 } | 1891 } |
1885 }, { # else: OS != "win" | 1892 }, { # else: OS != "win" |
1886 'sources!': [ | 1893 'sources!': [ |
1887 'app/chrome_command_ids.h', | 1894 'app/chrome_command_ids.h', |
1888 'app/chrome_dll.rc', | 1895 'app/chrome_dll.rc', |
1889 'app/chrome_dll_resource.h', | 1896 'app/chrome_dll_resource.h', |
1890 'app/chrome_version.rc.version', | 1897 'app/chrome_version.rc.version', |
1891 ], | 1898 ], |
1892 }], | 1899 }], |
| 1900 ['use_x11==1', { |
| 1901 'dependencies': [ |
| 1902 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1903 ], |
| 1904 }], |
1893 ['toolkit_uses_gtk == 1', { | 1905 ['toolkit_uses_gtk == 1', { |
1894 'dependencies': [ | 1906 'dependencies': [ |
1895 '../build/linux/system.gyp:gtk', | 1907 '../build/linux/system.gyp:gtk', |
1896 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | |
1897 ], | 1908 ], |
1898 }], | 1909 }], |
1899 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { | 1910 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { |
1900 'dependencies': [ | 1911 'dependencies': [ |
1901 '../build/linux/system.gyp:ssl', | 1912 '../build/linux/system.gyp:ssl', |
1902 ], | 1913 ], |
1903 }], | 1914 }], |
1904 ['OS=="mac"', { | 1915 ['OS=="mac"', { |
1905 'include_dirs': [ | 1916 'include_dirs': [ |
1906 '../third_party/GTM', | 1917 '../third_party/GTM', |
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2044 }, | 2055 }, |
2045 }, | 2056 }, |
2046 }, | 2057 }, |
2047 }, | 2058 }, |
2048 }], | 2059 }], |
2049 ['OS=="mac"', { | 2060 ['OS=="mac"', { |
2050 'sources': [ | 2061 'sources': [ |
2051 'test/perf/mach_ports_test.cc', | 2062 'test/perf/mach_ports_test.cc', |
2052 ], | 2063 ], |
2053 }], | 2064 }], |
| 2065 ['use_x11==1', { |
| 2066 'dependencies': [ |
| 2067 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2068 ], |
| 2069 }], |
2054 ['toolkit_uses_gtk == 1', { | 2070 ['toolkit_uses_gtk == 1', { |
2055 'dependencies': [ | 2071 'dependencies': [ |
2056 '../build/linux/system.gyp:gtk', | 2072 '../build/linux/system.gyp:gtk', |
2057 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | |
2058 ], | 2073 ], |
2059 }], | 2074 }], |
2060 ['os_posix == 1 and OS != "mac" and OS != "android"', { | 2075 ['os_posix == 1 and OS != "mac" and OS != "android"', { |
2061 'conditions': [ | 2076 'conditions': [ |
2062 ['linux_use_tcmalloc==1', { | 2077 ['linux_use_tcmalloc==1', { |
2063 'dependencies': [ | 2078 'dependencies': [ |
2064 '../base/allocator/allocator.gyp:allocator', | 2079 '../base/allocator/allocator.gyp:allocator', |
2065 ], | 2080 ], |
2066 }], | 2081 }], |
2067 ], | 2082 ], |
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2483 'browser/net/sqlite_persistent_cookie_store_perftest.cc', | 2498 'browser/net/sqlite_persistent_cookie_store_perftest.cc', |
2484 'common/json_value_serializer_perftest.cc', | 2499 'common/json_value_serializer_perftest.cc', |
2485 'test/perf/perftests.cc', | 2500 'test/perf/perftests.cc', |
2486 'test/perf/url_parse_perftest.cc', | 2501 'test/perf/url_parse_perftest.cc', |
2487 | 2502 |
2488 # TODO(boliu): Move this to a separate components_perftest target | 2503 # TODO(boliu): Move this to a separate components_perftest target |
2489 # under components/. | 2504 # under components/. |
2490 '../components/visitedlink/test/visitedlink_perftest.cc', | 2505 '../components/visitedlink/test/visitedlink_perftest.cc', |
2491 ], | 2506 ], |
2492 'conditions': [ | 2507 'conditions': [ |
| 2508 ['use_x11==1', { |
| 2509 'dependencies': [ |
| 2510 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2511 ], |
| 2512 }], |
2493 ['toolkit_uses_gtk == 1', { | 2513 ['toolkit_uses_gtk == 1', { |
2494 'dependencies': [ | 2514 'dependencies': [ |
2495 '../build/linux/system.gyp:gtk', | 2515 '../build/linux/system.gyp:gtk', |
2496 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | |
2497 ], | 2516 ], |
2498 }], | 2517 }], |
2499 ['OS=="win"', { | 2518 ['OS=="win"', { |
2500 'configurations': { | 2519 'configurations': { |
2501 'Debug_Base': { | 2520 'Debug_Base': { |
2502 'msvs_settings': { | 2521 'msvs_settings': { |
2503 'VCLinkerTool': { | 2522 'VCLinkerTool': { |
2504 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', | 2523 'LinkIncremental': '<(msvs_large_module_debug_link_mode)', |
2505 }, | 2524 }, |
2506 }, | 2525 }, |
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3008 'sync_integration_tests.isolate', | 3027 'sync_integration_tests.isolate', |
3009 ], | 3028 ], |
3010 'sources': [ | 3029 'sources': [ |
3011 'sync_integration_tests.isolate', | 3030 'sync_integration_tests.isolate', |
3012 ], | 3031 ], |
3013 }, | 3032 }, |
3014 ], | 3033 ], |
3015 }], | 3034 }], |
3016 ], # 'conditions' | 3035 ], # 'conditions' |
3017 } | 3036 } |
OLD | NEW |