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

Side by Side Diff: chrome/chrome.isolate

Issue 225023014: Revert of Reapply "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/chrome.gyp ('k') | chrome/chrome_dll_bundle.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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'isolate_dependency_tracked': [ 8 'isolate_dependency_tracked': [
9 '<(PRODUCT_DIR)/libffmpegsumo.so', 9 '<(PRODUCT_DIR)/libffmpegsumo.so',
10 '<(PRODUCT_DIR)/libosmesa.so', 10 '<(PRODUCT_DIR)/libosmesa.so',
(...skipping 27 matching lines...) Expand all
38 ], 38 ],
39 }, 39 },
40 }], 40 }],
41 ['OS=="mac"', { 41 ['OS=="mac"', {
42 'variables': { 42 'variables': {
43 'command': [ 43 'command': [
44 '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/MacOS/<(mac_product_n ame)', 44 '<(PRODUCT_DIR)/<(mac_product_name).app/Contents/MacOS/<(mac_product_n ame)',
45 ], 45 ],
46 'isolate_dependency_tracked': [ 46 'isolate_dependency_tracked': [
47 '<(PRODUCT_DIR)/ffmpegsumo.so', 47 '<(PRODUCT_DIR)/ffmpegsumo.so',
48 '<(PRODUCT_DIR)/libexif.dylib',
49 ], 48 ],
50 'isolate_dependency_untracked': [ 49 'isolate_dependency_untracked': [
51 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/', 50 '<(PRODUCT_DIR)/<(mac_product_name) Framework.framework/',
52 '<(PRODUCT_DIR)/<(mac_product_name) Helper.app/', 51 '<(PRODUCT_DIR)/<(mac_product_name) Helper.app/',
53 '<(PRODUCT_DIR)/<(mac_product_name).app/', 52 '<(PRODUCT_DIR)/<(mac_product_name).app/',
54 ], 53 ],
55 }, 54 },
56 }], 55 }],
57 ['OS=="win"', { 56 ['OS=="win"', {
58 'variables': { 57 'variables': {
59 'isolate_dependency_tracked': [ 58 'isolate_dependency_tracked': [
60 '<(PRODUCT_DIR)/<(version_full).manifest', 59 '<(PRODUCT_DIR)/<(version_full).manifest',
61 '<(PRODUCT_DIR)/D3DCompiler_43.dll', 60 '<(PRODUCT_DIR)/D3DCompiler_43.dll',
62 '<(PRODUCT_DIR)/chrome.dll', 61 '<(PRODUCT_DIR)/chrome.dll',
63 '<(PRODUCT_DIR)/chrome_child.dll', 62 '<(PRODUCT_DIR)/chrome_child.dll',
64 '<(PRODUCT_DIR)/chrome_elf.dll', 63 '<(PRODUCT_DIR)/chrome_elf.dll',
65 '<(PRODUCT_DIR)/d3dcompiler_46.dll', 64 '<(PRODUCT_DIR)/d3dcompiler_46.dll',
66 '<(PRODUCT_DIR)/ffmpegsumo.dll', 65 '<(PRODUCT_DIR)/ffmpegsumo.dll',
67 '<(PRODUCT_DIR)/libEGL.dll', 66 '<(PRODUCT_DIR)/libEGL.dll',
68 '<(PRODUCT_DIR)/libexif.dll',
69 '<(PRODUCT_DIR)/libGLESv2.dll', 67 '<(PRODUCT_DIR)/libGLESv2.dll',
70 '<(PRODUCT_DIR)/nacl64<(EXECUTABLE_SUFFIX)', 68 '<(PRODUCT_DIR)/nacl64<(EXECUTABLE_SUFFIX)',
71 '<(PRODUCT_DIR)/osmesa.dll', 69 '<(PRODUCT_DIR)/osmesa.dll',
72 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll', 70 '<(PRODUCT_DIR)/ppGoogleNaClPluginChrome.dll',
73 ], 71 ],
74 }, 72 },
75 }], 73 }],
76 ], 74 ],
77 'includes': [ 75 'includes': [
78 '../third_party/icu/icu.isolate', 76 '../third_party/icu/icu.isolate',
79 ], 77 ],
80 } 78 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_dll_bundle.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698