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

Side by Side Diff: trunk/src/chrome/interactive_ui_tests.isolate

Issue 217233005: Revert 260917 "Media Galleries API Metadata: Image metadata" (Closed) Base URL: svn://svn.chromium.org/chrome/
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
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',
88 '<(PRODUCT_DIR)/libGLESv2.dll', 87 '<(PRODUCT_DIR)/libGLESv2.dll',
89 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', 88 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll',
90 '<(PRODUCT_DIR)/osmesa.dll', 89 '<(PRODUCT_DIR)/osmesa.dll',
91 ], 90 ],
92 'isolate_dependency_untracked': [ 91 'isolate_dependency_untracked': [
93 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll', 92 '<(PRODUCT_DIR)/plugins/npapi_test_plugin.dll',
94 ], 93 ],
95 }, 94 },
96 }], 95 }],
97 ], 96 ],
98 'includes': [ 97 'includes': [
99 '../third_party/icu/icu.isolate', 98 '../third_party/icu/icu.isolate',
100 ], 99 ],
101 } 100 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/installer/mini_installer/chrome.release ('k') | trunk/src/chrome/sync_integration_tests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698