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

Side by Side Diff: build/all.gyp

Issue 68853015: Convert the re2 GYP targets to be generated by GN. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/chrome_browser.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) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'All', 8 'target_name': 'All',
9 'type': 'none', 9 'type': 'none',
10 'xcode_create_dependents_test_runner': 1, 10 'xcode_create_dependents_test_runner': 1,
(...skipping 29 matching lines...) Expand all
40 '../device/device_tests.gyp:*', 40 '../device/device_tests.gyp:*',
41 '../device/usb/usb.gyp:*', 41 '../device/usb/usb.gyp:*',
42 '../gin/gin.gyp:*', 42 '../gin/gin.gyp:*',
43 '../gpu/gpu.gyp:*', 43 '../gpu/gpu.gyp:*',
44 '../gpu/tools/tools.gyp:*', 44 '../gpu/tools/tools.gyp:*',
45 '../ipc/ipc.gyp:*', 45 '../ipc/ipc.gyp:*',
46 '../jingle/jingle.gyp:*', 46 '../jingle/jingle.gyp:*',
47 '../media/cast/cast.gyp:*', 47 '../media/cast/cast.gyp:*',
48 '../media/media.gyp:*', 48 '../media/media.gyp:*',
49 '../mojo/mojo.gyp:*', 49 '../mojo/mojo.gyp:*',
50 '../out/gn_gyp/third_party/re2/re2.gyp:re2',
50 '../ppapi/ppapi.gyp:*', 51 '../ppapi/ppapi.gyp:*',
51 '../ppapi/ppapi_internal.gyp:*', 52 '../ppapi/ppapi_internal.gyp:*',
52 '../printing/printing.gyp:*', 53 '../printing/printing.gyp:*',
53 '../skia/skia.gyp:*', 54 '../skia/skia.gyp:*',
54 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', 55 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
55 '../third_party/codesighs/codesighs.gyp:*', 56 '../third_party/codesighs/codesighs.gyp:*',
56 '../third_party/ffmpeg/ffmpeg.gyp:*', 57 '../third_party/ffmpeg/ffmpeg.gyp:*',
57 '../third_party/iccjpeg/iccjpeg.gyp:*', 58 '../third_party/iccjpeg/iccjpeg.gyp:*',
58 '../third_party/libpng/libpng.gyp:*', 59 '../third_party/libpng/libpng.gyp:*',
59 '../third_party/libusb/libusb.gyp:*', 60 '../third_party/libusb/libusb.gyp:*',
60 '../third_party/libwebp/libwebp.gyp:*', 61 '../third_party/libwebp/libwebp.gyp:*',
61 '../third_party/libxslt/libxslt.gyp:*', 62 '../third_party/libxslt/libxslt.gyp:*',
62 '../third_party/lzma_sdk/lzma_sdk.gyp:*', 63 '../third_party/lzma_sdk/lzma_sdk.gyp:*',
63 '../third_party/mesa/mesa.gyp:*', 64 '../third_party/mesa/mesa.gyp:*',
64 '../third_party/modp_b64/modp_b64.gyp:*', 65 '../third_party/modp_b64/modp_b64.gyp:*',
65 '../third_party/npapi/npapi.gyp:*', 66 '../third_party/npapi/npapi.gyp:*',
66 '../third_party/ots/ots.gyp:*', 67 '../third_party/ots/ots.gyp:*',
67 '../third_party/qcms/qcms.gyp:*', 68 '../third_party/qcms/qcms.gyp:*',
68 '../third_party/re2/re2.gyp:re2',
69 '../third_party/WebKit/public/all.gyp:*', 69 '../third_party/WebKit/public/all.gyp:*',
70 '../tools/gn/gn.gyp:*', 70 '../tools/gn/gn.gyp:*',
71 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*', 71 '../tools/perf/clear_system_cache/clear_system_cache.gyp:*',
72 '../v8/tools/gyp/v8.gyp:*', 72 '../v8/tools/gyp/v8.gyp:*',
73 '../webkit/glue/webkit_glue.gyp:*', 73 '../webkit/glue/webkit_glue.gyp:*',
74 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*', 74 '../webkit/renderer/compositor_bindings/compositor_bindings_tests.gy p:*',
75 '<(libjpeg_gyp_path):*', 75 '<(libjpeg_gyp_path):*',
76 ], 76 ],
77 }, { # 'OS=="ios"' 77 }, { # 'OS=="ios"'
78 'dependencies': [ 78 'dependencies': [
(...skipping 933 matching lines...) Expand 10 before | Expand all | Expand 10 after
1012 '../chrome/chrome.gyp:interactive_ui_tests_run', 1012 '../chrome/chrome.gyp:interactive_ui_tests_run',
1013 '../chrome/chrome.gyp:sync_integration_tests_run', 1013 '../chrome/chrome.gyp:sync_integration_tests_run',
1014 '../chrome/chrome.gyp:unit_tests_run', 1014 '../chrome/chrome.gyp:unit_tests_run',
1015 '../net/net.gyp:net_unittests_run', 1015 '../net/net.gyp:net_unittests_run',
1016 ], 1016 ],
1017 }, # target_name: chromium_swarm_tests 1017 }, # target_name: chromium_swarm_tests
1018 ], 1018 ],
1019 }], 1019 }],
1020 ], # conditions 1020 ], # conditions
1021 } 1021 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698