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

Side by Side Diff: testing/chromoting/chromoting_browser_tests.isolate

Issue 1803883002: Reland: Media Galleries Partial Deprecation: Remove image metadata & libexif. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove a remnant on MacOSX official build Created 4 years, 9 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 (c) 2014 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2014 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 'conditions': [ 5 'conditions': [
6 ['OS=="linux"', { 6 ['OS=="linux"', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 './browser_tests_launcher.py', 9 './browser_tests_launcher.py',
10 '--commands_file', 10 '--commands_file',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'files': [ 73 'files': [
74 '<(PRODUCT_DIR)/chrome_elf.dll', 74 '<(PRODUCT_DIR)/chrome_elf.dll',
75 '<(PRODUCT_DIR)/libGLESv2.dll', 75 '<(PRODUCT_DIR)/libGLESv2.dll',
76 ], 76 ],
77 }, 77 },
78 }], 78 }],
79 ['OS=="mac"', { 79 ['OS=="mac"', {
80 'variables': { 80 'variables': {
81 'files': [ 81 'files': [
82 '<(PRODUCT_DIR)/<(mac_product_name).app/', 82 '<(PRODUCT_DIR)/<(mac_product_name).app/',
83 '<(PRODUCT_DIR)/exif.so',
84 ], 83 ],
85 }, 84 },
86 }], 85 }],
87 ['OS=="win"', { 86 ['OS=="win"', {
88 'variables': { 87 'variables': {
89 'command': [ 88 'command': [
90 '../test_env.py', 89 '../test_env.py',
91 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)', 90 '<(PRODUCT_DIR)/browser_tests<(EXECUTABLE_SUFFIX)',
92 '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch:RemoteDesktopBr owserTest.MANUAL_Auth', 91 '--gtest_filter=RemoteDesktopBrowserTest.MANUAL_Launch:RemoteDesktopBr owserTest.MANUAL_Auth',
93 '--run-manual', 92 '--run-manual',
(...skipping 26 matching lines...) Expand all
120 '<(PRODUCT_DIR)/kasko.dll', 119 '<(PRODUCT_DIR)/kasko.dll',
121 ], 120 ],
122 }, 121 },
123 }], 122 }],
124 ], 123 ],
125 'includes': [ 124 'includes': [
126 '../../base/base.isolate', 125 '../../base/base.isolate',
127 '../../gin/v8.isolate', 126 '../../gin/v8.isolate',
128 ], 127 ],
129 } 128 }
OLDNEW
« no previous file with comments | « chrome/utility/media_galleries/media_metadata_parser.cc ('k') | testing/libfuzzer/fuzzers/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698