| 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 'chromedriver_unittest_sources': [ | 6 'chromedriver_unittest_sources': [ |
| 7 'test/chromedriver/capabilities_unittest.cc', | 7 'test/chromedriver/capabilities_unittest.cc', |
| 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', | 8 'test/chromedriver/chrome/chrome_finder_unittest.cc', |
| 9 'test/chromedriver/chrome/console_logger_unittest.cc', | 9 'test/chromedriver/chrome/console_logger_unittest.cc', |
| 10 'test/chromedriver/chrome/device_manager_unittest.cc', | 10 'test/chromedriver/chrome/device_manager_unittest.cc', |
| (...skipping 2300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2311 'chrome_resources.gyp:chrome_resources', | 2311 'chrome_resources.gyp:chrome_resources', |
| 2312 'chrome_resources.gyp:chrome_strings', | 2312 'chrome_resources.gyp:chrome_strings', |
| 2313 'chrome_resources.gyp:packed_extra_resources', | 2313 'chrome_resources.gyp:packed_extra_resources', |
| 2314 'chrome_resources.gyp:packed_resources', | 2314 'chrome_resources.gyp:packed_resources', |
| 2315 'common', | 2315 'common', |
| 2316 'common/extensions/api/api.gyp:api', | 2316 'common/extensions/api/api.gyp:api', |
| 2317 'renderer', | 2317 'renderer', |
| 2318 'test_support_chrome', | 2318 'test_support_chrome', |
| 2319 'test_support_common', | 2319 'test_support_common', |
| 2320 '../net/net.gyp:net', | 2320 '../net/net.gyp:net', |
| 2321 '../printing/printing.gyp:printing', | |
| 2322 '../skia/skia.gyp:skia', | 2321 '../skia/skia.gyp:skia', |
| 2323 '../sync/sync.gyp:sync', | 2322 '../sync/sync.gyp:sync', |
| 2324 '../sync/sync.gyp:test_support_sync_testserver', | 2323 '../sync/sync.gyp:test_support_sync_testserver', |
| 2325 '../testing/gmock.gyp:gmock', | 2324 '../testing/gmock.gyp:gmock', |
| 2326 '../testing/gtest.gyp:gtest', | 2325 '../testing/gtest.gyp:gtest', |
| 2327 '../third_party/icu/icu.gyp:icui18n', | 2326 '../third_party/icu/icu.gyp:icui18n', |
| 2328 '../third_party/icu/icu.gyp:icuuc', | 2327 '../third_party/icu/icu.gyp:icuuc', |
| 2329 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2328 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2330 '../third_party/npapi/npapi.gyp:npapi', | 2329 '../third_party/npapi/npapi.gyp:npapi', |
| 2331 '../third_party/WebKit/public/blink.gyp:blink', | 2330 '../third_party/WebKit/public/blink.gyp:blink', |
| (...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2479 'app/chrome_dll.rc', | 2478 'app/chrome_dll.rc', |
| 2480 'app/chrome_version.rc.version', | 2479 'app/chrome_version.rc.version', |
| 2481 'test/data/resource.rc', | 2480 'test/data/resource.rc', |
| 2482 ], | 2481 ], |
| 2483 }], | 2482 }], |
| 2484 ['toolkit_views==1', { | 2483 ['toolkit_views==1', { |
| 2485 'dependencies': [ | 2484 'dependencies': [ |
| 2486 '../ui/views/views.gyp:views', | 2485 '../ui/views/views.gyp:views', |
| 2487 ], | 2486 ], |
| 2488 }], | 2487 }], |
| 2488 ['enable_printing!=0', { |
| 2489 'dependencies': [ |
| 2490 '../printing/printing.gyp:printing', |
| 2491 ], |
| 2492 }], |
| 2489 ], | 2493 ], |
| 2490 }, | 2494 }, |
| 2491 { | 2495 { |
| 2492 'target_name': 'sync_performance_tests', | 2496 'target_name': 'sync_performance_tests', |
| 2493 'type': 'executable', | 2497 'type': 'executable', |
| 2494 'dependencies': [ | 2498 'dependencies': [ |
| 2495 'browser', | 2499 'browser', |
| 2496 'chrome', | 2500 'chrome', |
| 2497 'common/extensions/api/api.gyp:api', | 2501 'common/extensions/api/api.gyp:api', |
| 2498 'test/perf/perf_test.gyp:*', | 2502 'test/perf/perf_test.gyp:*', |
| (...skipping 449 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2948 # In gyp, booleans are 0/1 not True/False. | 2952 # In gyp, booleans are 0/1 not True/False. |
| 2949 'suppress_wildcard': 1, | 2953 'suppress_wildcard': 1, |
| 2950 'type': 'none', | 2954 'type': 'none', |
| 2951 'dependencies': [ | 2955 'dependencies': [ |
| 2952 '../base/base.gyp:base_unittests', | 2956 '../base/base.gyp:base_unittests', |
| 2953 # browser_tests's use of subprocesses chokes gcov on 10.6? | 2957 # browser_tests's use of subprocesses chokes gcov on 10.6? |
| 2954 # Disabling for now (enabled on linux/windows below). | 2958 # Disabling for now (enabled on linux/windows below). |
| 2955 # 'browser_tests', | 2959 # 'browser_tests', |
| 2956 '../ipc/ipc.gyp:ipc_tests', | 2960 '../ipc/ipc.gyp:ipc_tests', |
| 2957 '../net/net.gyp:net_unittests', | 2961 '../net/net.gyp:net_unittests', |
| 2958 '../printing/printing.gyp:printing_unittests', | |
| 2959 '../remoting/remoting.gyp:remoting_unittests', | 2962 '../remoting/remoting.gyp:remoting_unittests', |
| 2960 '../sql/sql.gyp:sql_unittests', | 2963 '../sql/sql.gyp:sql_unittests', |
| 2961 '../content/content_shell_and_tests.gyp:content_unittests', | 2964 '../content/content_shell_and_tests.gyp:content_unittests', |
| 2962 'unit_tests', | 2965 'unit_tests', |
| 2963 '../sync/sync.gyp:sync_unit_tests', | 2966 '../sync/sync.gyp:sync_unit_tests', |
| 2964 ], # 'dependencies' | 2967 ], # 'dependencies' |
| 2965 'conditions': [ | 2968 'conditions': [ |
| 2966 ['OS!="ios"', { | 2969 ['OS!="ios"', { |
| 2967 'dependencies': [ | 2970 'dependencies': [ |
| 2968 '../media/media.gyp:media_unittests', | 2971 '../media/media.gyp:media_unittests', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 2992 'chromedriver_unittests', | 2995 'chromedriver_unittests', |
| 2993 'performance_ui_tests', | 2996 'performance_ui_tests', |
| 2994 'pyautolib', | 2997 'pyautolib', |
| 2995 'sync_integration_tests', | 2998 'sync_integration_tests', |
| 2996 ], | 2999 ], |
| 2997 }], | 3000 }], |
| 2998 ['OS=="mac"', { | 3001 ['OS=="mac"', { |
| 2999 'dependencies': [ | 3002 'dependencies': [ |
| 3000 # Placeholder; empty for now. | 3003 # Placeholder; empty for now. |
| 3001 ]}], | 3004 ]}], |
| 3005 ['enable_printing!=0', { |
| 3006 'dependencies': [ |
| 3007 '../printing/printing.gyp:printing_unittests', |
| 3008 ], |
| 3009 }], |
| 3002 ], # 'conditions' | 3010 ], # 'conditions' |
| 3003 'actions': [ | 3011 'actions': [ |
| 3004 { | 3012 { |
| 3005 # 'message' for Linux/scons in particular. Scons | 3013 # 'message' for Linux/scons in particular. Scons |
| 3006 # requires the 'coverage' target be run from within | 3014 # requires the 'coverage' target be run from within |
| 3007 # src/chrome. | 3015 # src/chrome. |
| 3008 'message': 'Compiling coverage bundles', | 3016 'message': 'Compiling coverage bundles', |
| 3009 # MSVS must have an input file and an output file. | 3017 # MSVS must have an input file and an output file. |
| 3010 # | 3018 # |
| 3011 # TODO(jrg): | 3019 # TODO(jrg): |
| (...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3232 'utility', | 3240 'utility', |
| 3233 ], | 3241 ], |
| 3234 'sources': [ | 3242 'sources': [ |
| 3235 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3243 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3236 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3244 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3237 ], | 3245 ], |
| 3238 }] | 3246 }] |
| 3239 }], | 3247 }], |
| 3240 ], # 'conditions' | 3248 ], # 'conditions' |
| 3241 } | 3249 } |
| OLD | NEW |