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

Side by Side Diff: chrome/chrome_common.gypi

Issue 10514013: Filtered events. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, reland Created 8 years, 5 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 | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests.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': 'common', 8 'target_name': 'common',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 10 'variables': {
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'common/extensions/permissions/permissions_info.cc', 185 'common/extensions/permissions/permissions_info.cc',
186 'common/extensions/permissions/permissions_info.h', 186 'common/extensions/permissions/permissions_info.h',
187 'common/extensions/update_manifest.cc', 187 'common/extensions/update_manifest.cc',
188 'common/extensions/update_manifest.h', 188 'common/extensions/update_manifest.h',
189 'common/extensions/url_pattern.cc', 189 'common/extensions/url_pattern.cc',
190 'common/extensions/url_pattern.h', 190 'common/extensions/url_pattern.h',
191 'common/extensions/url_pattern_set.cc', 191 'common/extensions/url_pattern_set.cc',
192 'common/extensions/url_pattern_set.h', 192 'common/extensions/url_pattern_set.h',
193 'common/extensions/user_script.cc', 193 'common/extensions/user_script.cc',
194 'common/extensions/user_script.h', 194 'common/extensions/user_script.h',
195 'common/extensions/value_counter.cc',
196 'common/extensions/value_counter.h',
195 'common/extensions/api/extension_api.cc', 197 'common/extensions/api/extension_api.cc',
196 'common/extensions/api/extension_api.h', 198 'common/extensions/api/extension_api.h',
197 'common/external_ipc_fuzzer.h', 199 'common/external_ipc_fuzzer.h',
198 'common/external_ipc_fuzzer.cc', 200 'common/external_ipc_fuzzer.cc',
199 'common/favicon_url.cc', 201 'common/favicon_url.cc',
200 'common/favicon_url.h', 202 'common/favicon_url.h',
201 'common/icon_messages.h', 203 'common/icon_messages.h',
202 'common/important_file_writer.cc', 204 'common/important_file_writer.cc',
203 'common/important_file_writer.h', 205 'common/important_file_writer.h',
204 'common/instant_types.h', 206 'common/instant_types.h',
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'common/metrics/proto/user_action_event.proto', 538 'common/metrics/proto/user_action_event.proto',
537 ], 539 ],
538 'variables': { 540 'variables': {
539 'proto_in_dir': 'common/metrics/proto', 541 'proto_in_dir': 'common/metrics/proto',
540 'proto_out_dir': 'chrome/common/metrics/proto', 542 'proto_out_dir': 'chrome/common/metrics/proto',
541 }, 543 },
542 'includes': [ '../build/protoc.gypi' ], 544 'includes': [ '../build/protoc.gypi' ],
543 }, 545 },
544 ], 546 ],
545 } 547 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698