Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 18986012: Media Galleries API Picasa: Make PicasaDataProvider handle async PMP and INI parsing robustly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0039-picasa-import-sandbox-ini-parsing
Patch Set: Created 7 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after
2023 # ProcessSingletonMac doesn't do anything. 2023 # ProcessSingletonMac doesn't do anything.
2024 'browser/process_singleton_browsertest.cc', 2024 'browser/process_singleton_browsertest.cc',
2025 # This test depends on GetCommandLineForRelaunch, which is not 2025 # This test depends on GetCommandLineForRelaunch, which is not
2026 # available on Mac. 2026 # available on Mac.
2027 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ', 2027 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ',
2028 ], 2028 ],
2029 }], 2029 }],
2030 ['OS=="mac" or OS=="win"', { 2030 ['OS=="mac" or OS=="win"', {
2031 'sources': [ 2031 'sources': [
2032 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc ', 2032 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc ',
2033 'browser/media_galleries/fileapi/picasa/picasa_data_provider_browser test.cc',
2033 ], 2034 ],
2034 }], 2035 }],
2035 ['os_posix == 0 or chromeos == 1', { 2036 ['os_posix == 0 or chromeos == 1', {
2036 'sources!': [ 2037 'sources!': [
2037 'common/time_format_browsertest.cc', 2038 'common/time_format_browsertest.cc',
2038 ], 2039 ],
2039 }], 2040 }],
2040 ['os_posix == 1 and OS != "mac" and OS != "android"', { 2041 ['os_posix == 1 and OS != "mac" and OS != "android"', {
2041 'conditions': [ 2042 'conditions': [
2042 ['linux_use_tcmalloc==1', { 2043 ['linux_use_tcmalloc==1', {
(...skipping 1382 matching lines...) Expand 10 before | Expand all | Expand 10 after
3425 'utility', 3426 'utility',
3426 ], 3427 ],
3427 'sources': [ 3428 'sources': [
3428 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3429 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3429 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3430 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3430 ], 3431 ],
3431 }] 3432 }]
3432 }], 3433 }],
3433 ], # 'conditions' 3434 ], # 'conditions'
3434 } 3435 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698