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

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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2049 matching lines...) Expand 10 before | Expand all | Expand 10 after
2060 # ProcessSingletonMac doesn't do anything. 2060 # ProcessSingletonMac doesn't do anything.
2061 'browser/process_singleton_browsertest.cc', 2061 'browser/process_singleton_browsertest.cc',
2062 # This test depends on GetCommandLineForRelaunch, which is not 2062 # This test depends on GetCommandLineForRelaunch, which is not
2063 # available on Mac. 2063 # available on Mac.
2064 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ', 2064 'browser/printing/cloud_print/test/cloud_print_policy_browsertest.cc ',
2065 ], 2065 ],
2066 }], 2066 }],
2067 ['OS=="mac" or OS=="win"', { 2067 ['OS=="mac" or OS=="win"', {
2068 'sources': [ 2068 'sources': [
2069 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc ', 2069 'browser/media_galleries/fileapi/itunes_data_provider_browsertest.cc ',
2070 'browser/media_galleries/fileapi/picasa/picasa_data_provider_browser test.cc', 2070 'browser/media_galleries/fileapi/picasa_data_provider_browsertest.cc ',
2071 ], 2071 ],
2072 }], 2072 }],
2073 ['os_posix == 0 or chromeos == 1', { 2073 ['os_posix == 0 or chromeos == 1', {
2074 'sources!': [ 2074 'sources!': [
2075 'common/time_format_browsertest.cc', 2075 'common/time_format_browsertest.cc',
2076 ], 2076 ],
2077 }], 2077 }],
2078 ['os_posix == 1 and OS != "mac" and OS != "android"', { 2078 ['os_posix == 1 and OS != "mac" and OS != "android"', {
2079 'conditions': [ 2079 'conditions': [
2080 ['linux_use_tcmalloc==1', { 2080 ['linux_use_tcmalloc==1', {
(...skipping 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after
3487 'utility', 3487 'utility',
3488 ], 3488 ],
3489 'sources': [ 3489 'sources': [
3490 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3490 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3491 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3491 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3492 ], 3492 ],
3493 }] 3493 }]
3494 }], 3494 }],
3495 ], # 'conditions' 3495 ], # 'conditions'
3496 } 3496 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698