| 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 2037 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2048 # ProcessSingletonMac doesn't do anything. | 2048 # ProcessSingletonMac doesn't do anything. |
| 2049 'browser/process_singleton_browsertest.cc', | 2049 'browser/process_singleton_browsertest.cc', |
| 2050 # This test depends on GetCommandLineForRelaunch, which is not | 2050 # This test depends on GetCommandLineForRelaunch, which is not |
| 2051 # available on Mac. | 2051 # available on Mac. |
| 2052 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', | 2052 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc
', |
| 2053 ], | 2053 ], |
| 2054 }], | 2054 }], |
| 2055 ['OS=="mac" or OS=="win"', { | 2055 ['OS=="mac" or OS=="win"', { |
| 2056 'sources': [ | 2056 'sources': [ |
| 2057 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc
', | 2057 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc
', |
| 2058 'browser/media_galleries/fileapi/picasa/picasa_data_provider_browser
test.cc', |
| 2058 ], | 2059 ], |
| 2059 }], | 2060 }], |
| 2060 ['os_posix == 0 or chromeos == 1', { | 2061 ['os_posix == 0 or chromeos == 1', { |
| 2061 'sources!': [ | 2062 'sources!': [ |
| 2062 'common/time_format_browsertest.cc', | 2063 'common/time_format_browsertest.cc', |
| 2063 ], | 2064 ], |
| 2064 }], | 2065 }], |
| 2065 ['os_posix == 1 and OS != "mac" and OS != "android"', { | 2066 ['os_posix == 1 and OS != "mac" and OS != "android"', { |
| 2066 'conditions': [ | 2067 'conditions': [ |
| 2067 ['linux_use_tcmalloc==1', { | 2068 ['linux_use_tcmalloc==1', { |
| (...skipping 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3467 'utility', | 3468 'utility', |
| 3468 ], | 3469 ], |
| 3469 'sources': [ | 3470 'sources': [ |
| 3470 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3471 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3471 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3472 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3472 ], | 3473 ], |
| 3473 }] | 3474 }] |
| 3474 }], | 3475 }], |
| 3475 ], # 'conditions' | 3476 ], # 'conditions' |
| 3476 } | 3477 } |
| OLD | NEW |