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

Side by Side Diff: build/all.gyp

Issue 1556463003: Mark printing code as basic printing and/or print preview code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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) 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'. 8 # compilation targets to 'All'.
9 'app_targets%': [], 9 'app_targets%': [],
10 # For Android-specific targets. 10 # For Android-specific targets.
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit tests', 64 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_environment_unit tests',
65 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests ', 65 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_system_unittests ',
66 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest s', 66 '../third_party/mojo/mojo_edk_tests.gyp:mojo_public_utility_unittest s',
67 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests', 67 '../third_party/mojo/mojo_edk_tests.gyp:mojo_system_unittests',
68 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 68 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
69 '../third_party/mojo/mojo_public.gyp:mojo_public_test_utils', 69 '../third_party/mojo/mojo_public.gyp:mojo_public_test_utils',
70 '../third_party/mojo/mojo_public.gyp:mojo_system', 70 '../third_party/mojo/mojo_public.gyp:mojo_system',
71 '../ui/base/ui_base_tests.gyp:ui_base_unittests', 71 '../ui/base/ui_base_tests.gyp:ui_base_unittests',
72 '../ui/gfx/gfx_tests.gyp:gfx_unittests', 72 '../ui/gfx/gfx_tests.gyp:gfx_unittests',
73 ], 73 ],
74 }, { # 'OS!="ios"
75 'dependencies': [
76 '../device/bluetooth/bluetooth.gyp:*',
77 '../device/device_tests.gyp:*',
78 ],
74 }], 79 }],
75 ['OS=="android"', { 80 ['OS=="android"', {
76 'dependencies': [ 81 'dependencies': [
77 '../content/content_shell_and_tests.gyp:content_shell_apk', 82 '../content/content_shell_and_tests.gyp:content_shell_apk',
78 '<@(android_app_targets)', 83 '<@(android_app_targets)',
79 'android_builder_tests', 84 'android_builder_tests',
80 '../tools/telemetry/telemetry.gyp:*#host', 85 '../tools/telemetry/telemetry.gyp:*#host',
81 # TODO(nyquist) This should instead by a target for sync when all of 86 # TODO(nyquist) This should instead by a target for sync when all of
82 # the sync-related code for Android has been upstreamed. 87 # the sync-related code for Android has been upstreamed.
83 # See http://crbug.com/159203 88 # See http://crbug.com/159203
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 '../ipc/mojo/ipc_mojo.gyp:*', 132 '../ipc/mojo/ipc_mojo.gyp:*',
128 '../jingle/jingle.gyp:*', 133 '../jingle/jingle.gyp:*',
129 '../media/cast/cast.gyp:*', 134 '../media/cast/cast.gyp:*',
130 '../media/media.gyp:*', 135 '../media/media.gyp:*',
131 '../media/midi/midi.gyp:*', 136 '../media/midi/midi.gyp:*',
132 '../mojo/mojo.gyp:*', 137 '../mojo/mojo.gyp:*',
133 '../mojo/mojo_base.gyp:*', 138 '../mojo/mojo_base.gyp:*',
134 '../ppapi/ppapi.gyp:*', 139 '../ppapi/ppapi.gyp:*',
135 '../ppapi/ppapi_internal.gyp:*', 140 '../ppapi/ppapi_internal.gyp:*',
136 '../ppapi/tools/ppapi_tools.gyp:*', 141 '../ppapi/tools/ppapi_tools.gyp:*',
137 '../printing/printing.gyp:*',
138 '../skia/skia.gyp:*', 142 '../skia/skia.gyp:*',
139 '../sync/tools/sync_tools.gyp:*', 143 '../sync/tools/sync_tools.gyp:*',
140 '../third_party/WebKit/public/all.gyp:*', 144 '../third_party/WebKit/public/all.gyp:*',
141 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', 145 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
142 '../third_party/codesighs/codesighs.gyp:*', 146 '../third_party/codesighs/codesighs.gyp:*',
143 '../third_party/ffmpeg/ffmpeg.gyp:*', 147 '../third_party/ffmpeg/ffmpeg.gyp:*',
144 '../third_party/iccjpeg/iccjpeg.gyp:*', 148 '../third_party/iccjpeg/iccjpeg.gyp:*',
145 '../third_party/libpng/libpng.gyp:*', 149 '../third_party/libpng/libpng.gyp:*',
146 '../third_party/libusb/libusb.gyp:*', 150 '../third_party/libusb/libusb.gyp:*',
147 '../third_party/libwebp/libwebp.gyp:*', 151 '../third_party/libwebp/libwebp.gyp:*',
148 '../third_party/libxslt/libxslt.gyp:*', 152 '../third_party/libxslt/libxslt.gyp:*',
149 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 153 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
150 '../third_party/mesa/mesa.gyp:*', 154 '../third_party/mesa/mesa.gyp:*',
151 '../third_party/modp_b64/modp_b64.gyp:*', 155 '../third_party/modp_b64/modp_b64.gyp:*',
152 '../third_party/npapi/npapi.gyp:*', 156 '../third_party/npapi/npapi.gyp:*',
153 '../third_party/ots/ots.gyp:*', 157 '../third_party/ots/ots.gyp:*',
154 '../third_party/pdfium/samples/samples.gyp:*', 158 '../third_party/pdfium/samples/samples.gyp:*',
155 '../third_party/qcms/qcms.gyp:*', 159 '../third_party/qcms/qcms.gyp:*',
156 '../tools/gn/gn.gyp:*', 160 '../tools/gn/gn.gyp:*',
157 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 161 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
158 '../tools/telemetry/telemetry.gyp:*', 162 '../tools/telemetry/telemetry.gyp:*',
159 '../v8/tools/gyp/v8.gyp:*', 163 '../v8/tools/gyp/v8.gyp:*',
160 '<(libjpeg_gyp_path):*', 164 '<(libjpeg_gyp_path):*',
161 ], 165 ],
162 }], 166 }],
163 ['OS!="ios"', {
164 'dependencies': [
165 '../device/bluetooth/bluetooth.gyp:*',
166 '../device/device_tests.gyp:*',
167 ],
168 }],
169 ['use_openssl==0 and OS=="ios"', { 167 ['use_openssl==0 and OS=="ios"', {
170 'dependencies': [ 168 'dependencies': [
171 '../third_party/nss/nss.gyp:*', 169 '../third_party/nss/nss.gyp:*',
172 ], 170 ],
173 }], 171 }],
174 ['OS=="win" or OS=="ios" or OS=="linux"', { 172 ['OS=="win" or OS=="ios" or OS=="linux"', {
175 'dependencies': [ 173 'dependencies': [
176 '../breakpad/breakpad.gyp:*', 174 '../breakpad/breakpad.gyp:*',
177 ], 175 ],
178 }], 176 }],
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 ['envoy==1', { 285 ['envoy==1', {
288 'dependencies': [ 286 'dependencies': [
289 '../envoy/envoy.gyp:*', 287 '../envoy/envoy.gyp:*',
290 ], 288 ],
291 }], 289 }],
292 ['use_openh264==1', { 290 ['use_openh264==1', {
293 'dependencies': [ 291 'dependencies': [
294 '../third_party/openh264/openh264.gyp:*', 292 '../third_party/openh264/openh264.gyp:*',
295 ], 293 ],
296 }], 294 }],
295 ['enable_basic_printing==1 or enable_print_preview==1', {
296 'dependencies': [
297 '../printing/printing.gyp:*',
298 ],
299 }],
297 ], 300 ],
298 }, # target_name: All 301 }, # target_name: All
299 { 302 {
300 'target_name': 'All_syzygy', 303 'target_name': 'All_syzygy',
301 'type': 'none', 304 'type': 'none',
302 'conditions': [ 305 'conditions': [
303 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and ' 306 ['OS=="win" and fastbuild==0 and target_arch=="ia32" and '
304 '(syzyasan==1 or syzygy_optimize==1)', { 307 '(syzyasan==1 or syzygy_optimize==1)', {
305 'dependencies': [ 308 'dependencies': [
306 '../chrome/installer/mini_installer_syzygy.gyp:*', 309 '../chrome/installer/mini_installer_syzygy.gyp:*',
(...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after
1438 'dependencies': [ 1441 'dependencies': [
1439 '../ui/views/examples/examples.gyp:views_examples_with_content_exe', 1442 '../ui/views/examples/examples.gyp:views_examples_with_content_exe',
1440 '../ui/views/views.gyp:views', 1443 '../ui/views/views.gyp:views',
1441 '../ui/views/views.gyp:views_unittests', 1444 '../ui/views/views.gyp:views_unittests',
1442 ], 1445 ],
1443 }, # target_name: macviews_builder 1446 }, # target_name: macviews_builder
1444 ], # targets 1447 ], # targets
1445 }], # os=='mac' and toolkit_views==1 1448 }], # os=='mac' and toolkit_views==1
1446 ], # conditions 1449 ], # conditions
1447 } 1450 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698