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

Side by Side Diff: trunk/src/chrome/unit_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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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=="android" or OS=="linux"', { 6 ['OS=="android" or OS=="linux"', {
7 'variables': { 7 'variables': {
8 'isolate_dependency_untracked': [ 8 'isolate_dependency_untracked': [
9 '<(PRODUCT_DIR)/test_data/', 9 '<(PRODUCT_DIR)/test_data/',
10 ], 10 ],
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/', 105 '<(PRODUCT_DIR)/test_data/chrome/test/data/unit/',
106 '<(PRODUCT_DIR)/test_data/ui/', 106 '<(PRODUCT_DIR)/test_data/ui/',
107 ], 107 ],
108 }, 108 },
109 }], 109 }],
110 ['OS=="win"', { 110 ['OS=="win"', {
111 'variables': { 111 'variables': {
112 'isolate_dependency_tracked': [ 112 'isolate_dependency_tracked': [
113 '<(PRODUCT_DIR)/chrome_elf.dll', 113 '<(PRODUCT_DIR)/chrome_elf.dll',
114 '<(PRODUCT_DIR)/ffmpegsumo.dll', 114 '<(PRODUCT_DIR)/ffmpegsumo.dll',
115 '<(PRODUCT_DIR)/libexif.dll',
116 '<(PRODUCT_DIR)/osmesa.dll', 115 '<(PRODUCT_DIR)/osmesa.dll',
117 ], 116 ],
118 'isolate_dependency_untracked': [ 117 'isolate_dependency_untracked': [
119 '../ppapi/lib/gl/include/KHR/', 118 '../ppapi/lib/gl/include/KHR/',
120 '../skia/ext/data/', 119 '../skia/ext/data/',
121 '../ui/base/glib/', 120 '../ui/base/glib/',
122 ], 121 ],
123 }, 122 },
124 }], 123 }],
125 ], 124 ],
126 'includes': [ 125 'includes': [
127 '../third_party/icu/icu.isolate', 126 '../third_party/icu/icu.isolate',
128 ], 127 ],
129 } 128 }
OLDNEW
« no previous file with comments | « trunk/src/chrome/tools/build/win/FILES.cfg ('k') | trunk/src/chrome/utility/media_galleries/image_metadata_extractor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698