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

Side by Side Diff: build/all.gyp

Issue 294793003: Add the pdf plugin's source in src\pdf. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: review comments Created 6 years, 7 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 | « no previous file | build/common.gypi » ('j') | pdf/chunk_stream.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 5 {
6 'variables': { 6 'variables': {
7 # A hook that can be overridden in other repositories to add additional 7 # A hook that can be overridden in other repositories to add additional
8 # compilation targets to 'All'. Only used on Android. 8 # compilation targets to 'All'. Only used on Android.
9 'android_app_targets%': [], 9 'android_app_targets%': [],
10 }, 10 },
(...skipping 1085 matching lines...) Expand 10 before | Expand all | Expand 10 after
1096 '../chrome/chrome.gyp:crash_service', 1096 '../chrome/chrome.gyp:crash_service',
1097 '../chrome/chrome.gyp:gcapi_dll', 1097 '../chrome/chrome.gyp:gcapi_dll',
1098 '../chrome/chrome.gyp:pack_policy_templates', 1098 '../chrome/chrome.gyp:pack_policy_templates',
1099 '../chrome/installer/mini_installer.gyp:mini_installer', 1099 '../chrome/installer/mini_installer.gyp:mini_installer',
1100 '../cloud_print/cloud_print.gyp:cloud_print', 1100 '../cloud_print/cloud_print.gyp:cloud_print',
1101 '../courgette/courgette.gyp:courgette', 1101 '../courgette/courgette.gyp:courgette',
1102 '../courgette/courgette.gyp:courgette64', 1102 '../courgette/courgette.gyp:courgette64',
1103 '../ipc/ipc.gyp:ipc_tests', 1103 '../ipc/ipc.gyp:ipc_tests',
1104 '../media/media.gyp:media_unittests', 1104 '../media/media.gyp:media_unittests',
1105 '../net/net.gyp:net_unittests_run', 1105 '../net/net.gyp:net_unittests_run',
1106 '../pdf/pdf.gyp:pdf',
1106 '../printing/printing.gyp:printing_unittests', 1107 '../printing/printing.gyp:printing_unittests',
1107 '../remoting/remoting.gyp:remoting_webapp', 1108 '../remoting/remoting.gyp:remoting_webapp',
1108 '../sql/sql.gyp:sql_unittests', 1109 '../sql/sql.gyp:sql_unittests',
1109 '../sync/sync.gyp:sync_unit_tests', 1110 '../sync/sync.gyp:sync_unit_tests',
1110 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ', 1111 '../third_party/widevine/cdm/widevine_cdm.gyp:widevinecdmadapter ',
1111 '../ui/gfx/gfx.gyp:gfx_unittests', 1112 '../ui/gfx/gfx.gyp:gfx_unittests',
1112 '../ui/ui_unittests.gyp:ui_unittests', 1113 '../ui/ui_unittests.gyp:ui_unittests',
1113 '../ui/views/views.gyp:views_unittests', 1114 '../ui/views/views.gyp:views_unittests',
1114 '../url/url.gyp:url_unittests', 1115 '../url/url.gyp:url_unittests',
1115 ], 1116 ],
1116 'conditions': [ 1117 'conditions': [
1117 ['internal_pdf', {
1118 'dependencies': [
1119 '../pdf/pdf.gyp:pdf',
1120 ],
1121 }], # internal_pdf
1122 ['target_arch=="ia32"', { 1118 ['target_arch=="ia32"', {
1123 'dependencies': [ 1119 'dependencies': [
1124 '../chrome/chrome.gyp:crash_service_win64', 1120 '../chrome/chrome.gyp:crash_service_win64',
1125 ], 1121 ],
1126 }], 1122 }],
1127 ['component != "shared_library" and wix_exists == "True" and \ 1123 ['component != "shared_library" and wix_exists == "True" and \
1128 sas_dll_exists == "True"', { 1124 sas_dll_exists == "True"', {
1129 'dependencies': [ 1125 'dependencies': [
1130 '../remoting/remoting.gyp:remoting_host_installation', 1126 '../remoting/remoting.gyp:remoting_host_installation',
1131 ], 1127 ],
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1238 # http://crbug.com/157234 1234 # http://crbug.com/157234
1239 #'../chrome/chrome.gyp:sync_integration_tests_run', 1235 #'../chrome/chrome.gyp:sync_integration_tests_run',
1240 '../chrome/chrome.gyp:unit_tests_run', 1236 '../chrome/chrome.gyp:unit_tests_run',
1241 '../net/net.gyp:net_unittests_run', 1237 '../net/net.gyp:net_unittests_run',
1242 ], 1238 ],
1243 }, # target_name: chromium_swarm_tests 1239 }, # target_name: chromium_swarm_tests
1244 ], 1240 ],
1245 }], 1241 }],
1246 ], # conditions 1242 ], # conditions
1247 } 1243 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | pdf/chunk_stream.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698