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

Side by Side Diff: chrome/interactive_ui_tests.isolate

Issue 191583002: Media Galleries API Metadata: Image metadata (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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/installer/mini_installer/chrome.release ('k') | chrome/sync_integration_tests.isolate » ('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 'conditions': [ 5 'conditions': [
6 ['OS=="linux"', { 6 ['OS=="linux"', {
7 'variables': { 7 'variables': {
8 'command': [ 8 'command': [
9 '../testing/xvfb.py', 9 '../testing/xvfb.py',
10 '<(PRODUCT_DIR)', 10 '<(PRODUCT_DIR)',
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 }], 77 }],
78 ['OS=="win"', { 78 ['OS=="win"', {
79 'variables': { 79 'variables': {
80 'isolate_dependency_tracked': [ 80 'isolate_dependency_tracked': [
81 '../net/data/ssl/certificates/foaf.me.chromium-test-cert.der', 81 '../net/data/ssl/certificates/foaf.me.chromium-test-cert.der',
82 '../net/data/ssl/certificates/mit.davidben.der', 82 '../net/data/ssl/certificates/mit.davidben.der',
83 '<(PRODUCT_DIR)/chrome_elf.dll', 83 '<(PRODUCT_DIR)/chrome_elf.dll',
84 '<(PRODUCT_DIR)/d3dcompiler_46.dll', 84 '<(PRODUCT_DIR)/d3dcompiler_46.dll',
85 '<(PRODUCT_DIR)/ffmpegsumo.dll', 85 '<(PRODUCT_DIR)/ffmpegsumo.dll',
86 '<(PRODUCT_DIR)/libEGL.dll', 86 '<(PRODUCT_DIR)/libEGL.dll',
87 '<(PRODUCT_DIR)/libexif.dll',
87 '<(PRODUCT_DIR)/libGLESv2.dll', 88 '<(PRODUCT_DIR)/libGLESv2.dll',
88 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', 89 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll',
89 '<(PRODUCT_DIR)/osmesa.dll', 90 '<(PRODUCT_DIR)/osmesa.dll',
90 ], 91 ],
91 'isolate_dependency_untracked': [ 92 'isolate_dependency_untracked': [
92 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll', 93 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll',
93 ], 94 ],
94 }, 95 },
95 }], 96 }],
96 ], 97 ],
97 'includes': [ 98 'includes': [
98 '../third_party/icu/icu.isolate', 99 '../third_party/icu/icu.isolate',
99 ], 100 ],
100 } 101 }
OLDNEW
« no previous file with comments | « chrome/installer/mini_installer/chrome.release ('k') | chrome/sync_integration_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698