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

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: Nevermind. Can't be done. 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 2007 matching lines...) Expand 10 before | Expand all | Expand 10 after
2018 # ProcessSingletonMac doesn't do anything. 2018 # ProcessSingletonMac doesn't do anything.
2019 'browser/process_singleton_browsertest.cc', 2019 'browser/process_singleton_browsertest.cc',
2020 # This test depends on GetCommandLineForRelaunch, which is not 2020 # This test depends on GetCommandLineForRelaunch, which is not
2021 # available on Mac. 2021 # available on Mac.
2022 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ', 2022 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ',
2023 ], 2023 ],
2024 }], 2024 }],
2025 ['OS=="mac" or OS=="win"', { 2025 ['OS=="mac" or OS=="win"', {
2026 'sources': [ 2026 'sources': [
2027 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc ', 2027 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc ',
2028 'browser/media_galleries/fileapi/picasa/picasa_data_provider_browser test.cc',
2028 ], 2029 ],
2029 }], 2030 }],
2030 ['os_posix == 0 or chromeos == 1', { 2031 ['os_posix == 0 or chromeos == 1', {
2031 'sources!': [ 2032 'sources!': [
2032 'common/time_format_browsertest.cc', 2033 'common/time_format_browsertest.cc',
2033 ], 2034 ],
2034 }], 2035 }],
2035 ['os_posix == 1 and OS != "mac" and OS != "android"', { 2036 ['os_posix == 1 and OS != "mac" and OS != "android"', {
2036 'conditions': [ 2037 'conditions': [
2037 ['linux_use_tcmalloc==1', { 2038 ['linux_use_tcmalloc==1', {
(...skipping 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after
3411 'utility', 3412 'utility',
3412 ], 3413 ],
3413 'sources': [ 3414 'sources': [
3414 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3415 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3415 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3416 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3416 ], 3417 ],
3417 }] 3418 }]
3418 }], 3419 }],
3419 ], # 'conditions' 3420 ], # 'conditions'
3420 } 3421 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698