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

Side by Side Diff: build/all.gyp

Issue 299353002: Roll in latest pdfium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: sync Created 6 years, 6 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 | « DEPS ('k') | pdf/pdf.gyp » ('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) 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 '../third_party/iccjpeg/iccjpeg.gyp:*', 93 '../third_party/iccjpeg/iccjpeg.gyp:*',
94 '../third_party/libpng/libpng.gyp:*', 94 '../third_party/libpng/libpng.gyp:*',
95 '../third_party/libusb/libusb.gyp:*', 95 '../third_party/libusb/libusb.gyp:*',
96 '../third_party/libwebp/libwebp.gyp:*', 96 '../third_party/libwebp/libwebp.gyp:*',
97 '../third_party/libxslt/libxslt.gyp:*', 97 '../third_party/libxslt/libxslt.gyp:*',
98 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 98 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
99 '../third_party/mesa/mesa.gyp:*', 99 '../third_party/mesa/mesa.gyp:*',
100 '../third_party/modp_b64/modp_b64.gyp:*', 100 '../third_party/modp_b64/modp_b64.gyp:*',
101 '../third_party/npapi/npapi.gyp:*', 101 '../third_party/npapi/npapi.gyp:*',
102 '../third_party/ots/ots.gyp:*', 102 '../third_party/ots/ots.gyp:*',
103 '../third_party/pdfium/samples/samples.gyp:*',
103 '../third_party/qcms/qcms.gyp:*', 104 '../third_party/qcms/qcms.gyp:*',
104 '../tools/gn/gn.gyp:*', 105 '../tools/gn/gn.gyp:*',
105 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 106 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
106 '../tools/telemetry/telemetry.gyp:*', 107 '../tools/telemetry/telemetry.gyp:*',
107 '../v8/tools/gyp/v8.gyp:*', 108 '../v8/tools/gyp/v8.gyp:*',
108 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*', 109 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*',
109 '<(libjpeg_gyp_path):*', 110 '<(libjpeg_gyp_path):*',
110 ], 111 ],
111 }], 112 }],
112 ['OS!="android" and OS!="ios"', { 113 ['OS!="android" and OS!="ios"', {
(...skipping 1113 matching lines...) Expand 10 before | Expand all | Expand 10 after
1226 # http://crbug.com/157234 1227 # http://crbug.com/157234
1227 #'../chrome/chrome.gyp:sync_integration_tests_run', 1228 #'../chrome/chrome.gyp:sync_integration_tests_run',
1228 '../chrome/chrome.gyp:unit_tests_run', 1229 '../chrome/chrome.gyp:unit_tests_run',
1229 '../net/net.gyp:net_unittests_run', 1230 '../net/net.gyp:net_unittests_run',
1230 ], 1231 ],
1231 }, # target_name: chromium_swarm_tests 1232 }, # target_name: chromium_swarm_tests
1232 ], 1233 ],
1233 }], 1234 }],
1234 ], # conditions 1235 ], # conditions
1235 } 1236 }
OLDNEW
« no previous file with comments | « DEPS ('k') | pdf/pdf.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698