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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 23717027: Media Galleries API Picasa: Move Picasa source files to correct location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 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 | Annotate | Revision Log
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 2041 matching lines...) Expand 10 before | Expand all | Expand 10 after
2052 # ProcessSingletonMac doesn't do anything. 2052 # ProcessSingletonMac doesn't do anything.
2053 'browser/process_singleton_browsertest.cc', 2053 'browser/process_singleton_browsertest.cc',
2054 # This test depends on GetCommandLineForRelaunch, which is not 2054 # This test depends on GetCommandLineForRelaunch, which is not
2055 # available on Mac. 2055 # available on Mac.
2056 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ', 2056 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ',
2057 ], 2057 ],
2058 }], 2058 }],
2059 ['OS=="mac" or OS=="win"', { 2059 ['OS=="mac" or OS=="win"', {
2060 'sources': [ 2060 'sources': [
2061 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc ', 2061 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc ',
2062 'browser/media_galleries/fileapi/picasa/picasa_data_provider_browser test.cc', 2062 'browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc ',
2063 ], 2063 ],
2064 }], 2064 }],
2065 ['os_posix == 0 or chromeos == 1', { 2065 ['os_posix == 0 or chromeos == 1', {
2066 'sources!': [ 2066 'sources!': [
2067 'common/time_format_browsertest.cc', 2067 'common/time_format_browsertest.cc',
2068 ], 2068 ],
2069 }], 2069 }],
2070 ['os_posix == 1 and OS != "mac" and OS != "android"', { 2070 ['os_posix == 1 and OS != "mac" and OS != "android"', {
2071 'conditions': [ 2071 'conditions': [
2072 ['linux_use_tcmalloc==1', { 2072 ['linux_use_tcmalloc==1', {
(...skipping 1400 matching lines...) Expand 10 before | Expand all | Expand 10 after
3473 'utility', 3473 'utility',
3474 ], 3474 ],
3475 'sources': [ 3475 'sources': [
3476 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3476 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3477 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3477 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3478 ], 3478 ],
3479 }] 3479 }]
3480 }], 3480 }],
3481 ], # 'conditions' 3481 ], # 'conditions'
3482 } 3482 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698