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

Side by Side Diff: build/all.gyp

Issue 141523010: Pepper: Log in UMA when an interface is used. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased again Created 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | content/browser/renderer_host/pepper/browser_ppapi_host_impl.h » ('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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 '../gin/gin.gyp:*', 75 '../gin/gin.gyp:*',
76 '../gpu/gpu.gyp:*', 76 '../gpu/gpu.gyp:*',
77 '../gpu/tools/tools.gyp:*', 77 '../gpu/tools/tools.gyp:*',
78 '../ipc/ipc.gyp:*', 78 '../ipc/ipc.gyp:*',
79 '../jingle/jingle.gyp:*', 79 '../jingle/jingle.gyp:*',
80 '../media/cast/cast.gyp:*', 80 '../media/cast/cast.gyp:*',
81 '../media/media.gyp:*', 81 '../media/media.gyp:*',
82 '../mojo/mojo.gyp:*', 82 '../mojo/mojo.gyp:*',
83 '../ppapi/ppapi.gyp:*', 83 '../ppapi/ppapi.gyp:*',
84 '../ppapi/ppapi_internal.gyp:*', 84 '../ppapi/ppapi_internal.gyp:*',
85 '../ppapi/tools/ppapi_tools.gyp:*',
85 '../printing/printing.gyp:*', 86 '../printing/printing.gyp:*',
86 '../skia/skia.gyp:*', 87 '../skia/skia.gyp:*',
87 '../third_party/WebKit/public/all.gyp:*', 88 '../third_party/WebKit/public/all.gyp:*',
88 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*', 89 '../third_party/cacheinvalidation/cacheinvalidation.gyp:*',
89 '../third_party/codesighs/codesighs.gyp:*', 90 '../third_party/codesighs/codesighs.gyp:*',
90 '../third_party/ffmpeg/ffmpeg.gyp:*', 91 '../third_party/ffmpeg/ffmpeg.gyp:*',
91 '../third_party/iccjpeg/iccjpeg.gyp:*', 92 '../third_party/iccjpeg/iccjpeg.gyp:*',
92 '../third_party/libpng/libpng.gyp:*', 93 '../third_party/libpng/libpng.gyp:*',
93 '../third_party/libusb/libusb.gyp:*', 94 '../third_party/libusb/libusb.gyp:*',
94 '../third_party/libwebp/libwebp.gyp:*', 95 '../third_party/libwebp/libwebp.gyp:*',
(...skipping 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after
1210 '../chrome/chrome.gyp:interactive_ui_tests_run', 1211 '../chrome/chrome.gyp:interactive_ui_tests_run',
1211 '../chrome/chrome.gyp:sync_integration_tests_run', 1212 '../chrome/chrome.gyp:sync_integration_tests_run',
1212 '../chrome/chrome.gyp:unit_tests_run', 1213 '../chrome/chrome.gyp:unit_tests_run',
1213 '../net/net.gyp:net_unittests_run', 1214 '../net/net.gyp:net_unittests_run',
1214 ], 1215 ],
1215 }, # target_name: chromium_swarm_tests 1216 }, # target_name: chromium_swarm_tests
1216 ], 1217 ],
1217 }], 1218 }],
1218 ], # conditions 1219 ], # conditions
1219 } 1220 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/pepper/browser_ppapi_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698