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

Side by Side Diff: chrome/chrome_common.gypi

Issue 11741014: Move 'intents' parsing out of Extension (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed special_storage_policy unittest Created 7 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests_unit.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 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
229 'common/extensions/request_media_access_permission_helper.cc', 229 'common/extensions/request_media_access_permission_helper.cc',
230 'common/extensions/request_media_access_permission_helper.h', 230 'common/extensions/request_media_access_permission_helper.h',
231 'common/extensions/unpacker.cc', 231 'common/extensions/unpacker.cc',
232 'common/extensions/unpacker.h', 232 'common/extensions/unpacker.h',
233 'common/extensions/update_manifest.cc', 233 'common/extensions/update_manifest.cc',
234 'common/extensions/update_manifest.h', 234 'common/extensions/update_manifest.h',
235 'common/extensions/user_script.cc', 235 'common/extensions/user_script.cc',
236 'common/extensions/user_script.h', 236 'common/extensions/user_script.h',
237 'common/extensions/value_counter.cc', 237 'common/extensions/value_counter.cc',
238 'common/extensions/value_counter.h', 238 'common/extensions/value_counter.h',
239 'common/extensions/web_intents_handler.cc',
240 'common/extensions/web_intents_handler.h',
239 'common/external_ipc_fuzzer.h', 241 'common/external_ipc_fuzzer.h',
240 'common/external_ipc_fuzzer.cc', 242 'common/external_ipc_fuzzer.cc',
241 'common/form_data.cc', 243 'common/form_data.cc',
242 'common/form_data.h', 244 'common/form_data.h',
243 'common/form_data_predictions.cc', 245 'common/form_data_predictions.cc',
244 'common/form_data_predictions.h', 246 'common/form_data_predictions.h',
245 'common/form_field_data.cc', 247 'common/form_field_data.cc',
246 'common/form_field_data.h', 248 'common/form_field_data.h',
247 'common/form_field_data_predictions.cc', 249 'common/form_field_data_predictions.cc',
248 'common/form_field_data_predictions.h', 250 'common/form_field_data_predictions.h',
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
635 'common/metrics/proto/user_action_event.proto', 637 'common/metrics/proto/user_action_event.proto',
636 ], 638 ],
637 'variables': { 639 'variables': {
638 'proto_in_dir': 'common/metrics/proto', 640 'proto_in_dir': 'common/metrics/proto',
639 'proto_out_dir': 'chrome/common/metrics/proto', 641 'proto_out_dir': 'chrome/common/metrics/proto',
640 }, 642 },
641 'includes': [ '../build/protoc.gypi' ], 643 'includes': [ '../build/protoc.gypi' ],
642 }, 644 },
643 ], 645 ],
644 } 646 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698