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

Side by Side Diff: chrome/chrome.isolate

Issue 799643004: Combine PDF plugin into the Chromium binary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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) 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 'files': [ 8 'files': [
9 '<(PRODUCT_DIR)/libffmpegsumo.so', 9 '<(PRODUCT_DIR)/libffmpegsumo.so',
10 '<(PRODUCT_DIR)/libosmesa.so', 10 '<(PRODUCT_DIR)/libosmesa.so',
11 '<(PRODUCT_DIR)/libpdf.so',
12 ], 11 ],
13 }, 12 },
14 }], 13 }],
15 ['disable_nacl==0 and OS=="linux"', { 14 ['disable_nacl==0 and OS=="linux"', {
16 'variables': { 15 'variables': {
17 'files': [ 16 'files': [
18 '<(PRODUCT_DIR)/nacl_helper<(EXECUTABLE_SUFFIX)', 17 '<(PRODUCT_DIR)/nacl_helper<(EXECUTABLE_SUFFIX)',
19 '<(PRODUCT_DIR)/nacl_helper_bootstrap<(EXECUTABLE_SUFFIX)', 18 '<(PRODUCT_DIR)/nacl_helper_bootstrap<(EXECUTABLE_SUFFIX)',
20 ] 19 ]
21 } 20 }
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 ['OS=="win"', { 80 ['OS=="win"', {
82 'variables': { 81 'variables': {
83 'files': [ 82 'files': [
84 '<(PRODUCT_DIR)/<(version_full).manifest', 83 '<(PRODUCT_DIR)/<(version_full).manifest',
85 '<(PRODUCT_DIR)/chrome_200_percent.pak', 84 '<(PRODUCT_DIR)/chrome_200_percent.pak',
86 '<(PRODUCT_DIR)/chrome.dll', 85 '<(PRODUCT_DIR)/chrome.dll',
87 '<(PRODUCT_DIR)/chrome_elf.dll', 86 '<(PRODUCT_DIR)/chrome_elf.dll',
88 '<(PRODUCT_DIR)/ffmpegsumo.dll', 87 '<(PRODUCT_DIR)/ffmpegsumo.dll',
89 '<(PRODUCT_DIR)/libexif.dll', 88 '<(PRODUCT_DIR)/libexif.dll',
90 '<(PRODUCT_DIR)/osmesa.dll', 89 '<(PRODUCT_DIR)/osmesa.dll',
91 '<(PRODUCT_DIR)/pdf.dll',
92 ], 90 ],
93 }, 91 },
94 }], 92 }],
95 ['OS=="win" and target_arch=="ia32"', { 93 ['OS=="win" and target_arch=="ia32"', {
96 'variables': { 94 'variables': {
97 'files': [ 95 'files': [
98 '<(PRODUCT_DIR)/wow_helper.exe', 96 '<(PRODUCT_DIR)/wow_helper.exe',
99 ], 97 ],
100 }, 98 },
101 }], 99 }],
(...skipping 11 matching lines...) Expand all
113 '<(PRODUCT_DIR)/chrome_child.dll', 111 '<(PRODUCT_DIR)/chrome_child.dll',
114 ], 112 ],
115 }, 113 },
116 }], 114 }],
117 ], 115 ],
118 'includes': [ 116 'includes': [
119 'angle.isolate', 117 'angle.isolate',
120 '../gin/v8.isolate', 118 '../gin/v8.isolate',
121 ], 119 ],
122 } 120 }
OLDNEW
« no previous file with comments | « chrome/child/pdf_child_init.cc ('k') | chrome/chrome_dll.gypi » ('j') | pdf/pdf.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698