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 2021 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2032 # ProcessSingletonMac doesn't do anything. | 2032 # ProcessSingletonMac doesn't do anything. |
2033 'browser/process_singleton_browsertest.cc', | 2033 'browser/process_singleton_browsertest.cc', |
2034 # This test depends on GetCommandLineForRelaunch, which is not | 2034 # This test depends on GetCommandLineForRelaunch, which is not |
2035 # available on Mac. | 2035 # available on Mac. |
2036 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', | 2036 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', |
2037 ], | 2037 ], |
2038 }], | 2038 }], |
2039 ['OS=="mac" or OS=="win"', { | 2039 ['OS=="mac" or OS=="win"', { |
2040 'sources': [ | 2040 'sources': [ |
2041 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc
', | 2041 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc
', |
| 2042 'browser/media_galleries/fileapi/picasa/picasa_data_provider_browser
test.cc', |
2042 ], | 2043 ], |
2043 }], | 2044 }], |
2044 ['os_posix == 0 or chromeos == 1', { | 2045 ['os_posix == 0 or chromeos == 1', { |
2045 'sources!': [ | 2046 'sources!': [ |
2046 'common/time_format_browsertest.cc', | 2047 'common/time_format_browsertest.cc', |
2047 ], | 2048 ], |
2048 }], | 2049 }], |
2049 ['os_posix == 1 and OS != "mac" and OS != "android"', { | 2050 ['os_posix == 1 and OS != "mac" and OS != "android"', { |
2050 'conditions': [ | 2051 'conditions': [ |
2051 ['linux_use_tcmalloc==1', { | 2052 ['linux_use_tcmalloc==1', { |
(...skipping 1382 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3434 'utility', | 3435 'utility', |
3435 ], | 3436 ], |
3436 'sources': [ | 3437 'sources': [ |
3437 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3438 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3438 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3439 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3439 ], | 3440 ], |
3440 }] | 3441 }] |
3441 }], | 3442 }], |
3442 ], # 'conditions' | 3443 ], # 'conditions' |
3443 } | 3444 } |
OLD | NEW |