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

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: lazy instance 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
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 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 'common/extensions/request_media_access_permission_helper.cc', 221 'common/extensions/request_media_access_permission_helper.cc',
222 'common/extensions/request_media_access_permission_helper.h', 222 'common/extensions/request_media_access_permission_helper.h',
223 'common/extensions/unpacker.cc', 223 'common/extensions/unpacker.cc',
224 'common/extensions/unpacker.h', 224 'common/extensions/unpacker.h',
225 'common/extensions/update_manifest.cc', 225 'common/extensions/update_manifest.cc',
226 'common/extensions/update_manifest.h', 226 'common/extensions/update_manifest.h',
227 'common/extensions/user_script.cc', 227 'common/extensions/user_script.cc',
228 'common/extensions/user_script.h', 228 'common/extensions/user_script.h',
229 'common/extensions/value_counter.cc', 229 'common/extensions/value_counter.cc',
230 'common/extensions/value_counter.h', 230 'common/extensions/value_counter.h',
231 'common/extensions/web_intents_handler.cc',
232 'common/extensions/web_intents_handler.h',
231 'common/external_ipc_fuzzer.h', 233 'common/external_ipc_fuzzer.h',
232 'common/external_ipc_fuzzer.cc', 234 'common/external_ipc_fuzzer.cc',
233 'common/form_data.cc', 235 'common/form_data.cc',
234 'common/form_data.h', 236 'common/form_data.h',
235 'common/form_data_predictions.cc', 237 'common/form_data_predictions.cc',
236 'common/form_data_predictions.h', 238 'common/form_data_predictions.h',
237 'common/form_field_data.cc', 239 'common/form_field_data.cc',
238 'common/form_field_data.h', 240 'common/form_field_data.h',
239 'common/form_field_data_predictions.cc', 241 'common/form_field_data_predictions.cc',
240 'common/form_field_data_predictions.h', 242 'common/form_field_data_predictions.h',
(...skipping 386 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 'common/metrics/proto/user_action_event.proto', 629 'common/metrics/proto/user_action_event.proto',
628 ], 630 ],
629 'variables': { 631 'variables': {
630 'proto_in_dir': 'common/metrics/proto', 632 'proto_in_dir': 'common/metrics/proto',
631 'proto_out_dir': 'chrome/common/metrics/proto', 633 'proto_out_dir': 'chrome/common/metrics/proto',
632 }, 634 },
633 'includes': [ '../build/protoc.gypi' ], 635 'includes': [ '../build/protoc.gypi' ],
634 }, 636 },
635 ], 637 ],
636 } 638 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698