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

Side by Side Diff: chrome/chrome_common.gypi

Issue 12326168: Move <webview> API to chrome layer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge with ToT Created 7 years, 9 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.gypi ('k') | chrome/chrome_renderer.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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'common/child_process_logging.h', 109 'common/child_process_logging.h',
110 'common/child_process_logging_mac.mm', 110 'common/child_process_logging_mac.mm',
111 'common/child_process_logging_posix.cc', 111 'common/child_process_logging_posix.cc',
112 'common/child_process_logging_win.cc', 112 'common/child_process_logging_win.cc',
113 'common/chrome_content_client.cc', 113 'common/chrome_content_client.cc',
114 'common/chrome_content_client.h', 114 'common/chrome_content_client.h',
115 'common/chrome_content_client_ios.mm', 115 'common/chrome_content_client_ios.mm',
116 'common/chrome_notification_types.h', 116 'common/chrome_notification_types.h',
117 'common/chrome_result_codes.h', 117 'common/chrome_result_codes.h',
118 'common/chrome_sandbox_type_mac.h', 118 'common/chrome_sandbox_type_mac.h',
119 'common/chrome_browser_plugin_messages.h',
119 'common/chrome_utility_messages.h', 120 'common/chrome_utility_messages.h',
120 'common/chrome_version_info.cc', 121 'common/chrome_version_info.cc',
121 'common/chrome_version_info_android.cc', 122 'common/chrome_version_info_android.cc',
122 'common/chrome_version_info_chromeos.cc', 123 'common/chrome_version_info_chromeos.cc',
123 'common/chrome_version_info_posix.cc', 124 'common/chrome_version_info_posix.cc',
124 'common/chrome_version_info_mac.mm', 125 'common/chrome_version_info_mac.mm',
125 'common/chrome_version_info_win.cc', 126 'common/chrome_version_info_win.cc',
126 'common/chrome_version_info.h', 127 'common/chrome_version_info.h',
127 'common/cloud_print/cloud_print_class_mac.h', 128 'common/cloud_print/cloud_print_class_mac.h',
128 'common/cloud_print/cloud_print_class_mac.mm', 129 'common/cloud_print/cloud_print_class_mac.mm',
(...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 'common/extensions/permissions/usb_device_permission_data.cc', 268 'common/extensions/permissions/usb_device_permission_data.cc',
268 'common/extensions/permissions/usb_device_permission_data.h', 269 'common/extensions/permissions/usb_device_permission_data.h',
269 'common/extensions/request_media_access_permission_helper.cc', 270 'common/extensions/request_media_access_permission_helper.cc',
270 'common/extensions/request_media_access_permission_helper.h', 271 'common/extensions/request_media_access_permission_helper.h',
271 'common/extensions/unpacker.cc', 272 'common/extensions/unpacker.cc',
272 'common/extensions/unpacker.h', 273 'common/extensions/unpacker.h',
273 'common/extensions/update_manifest.cc', 274 'common/extensions/update_manifest.cc',
274 'common/extensions/update_manifest.h', 275 'common/extensions/update_manifest.h',
275 'common/extensions/user_script.cc', 276 'common/extensions/user_script.cc',
276 'common/extensions/user_script.h', 277 'common/extensions/user_script.h',
278 'common/extensions/value_builder.cc',
279 'common/extensions/value_builder.h',
277 'common/extensions/value_counter.cc', 280 'common/extensions/value_counter.cc',
278 'common/extensions/value_counter.h', 281 'common/extensions/value_counter.h',
279 'common/extensions/web_accessible_resources_handler.cc', 282 'common/extensions/web_accessible_resources_handler.cc',
280 'common/extensions/web_accessible_resources_handler.h', 283 'common/extensions/web_accessible_resources_handler.h',
281 'common/external_ipc_fuzzer.h', 284 'common/external_ipc_fuzzer.h',
282 'common/external_ipc_fuzzer.cc', 285 'common/external_ipc_fuzzer.cc',
283 'common/form_data.cc', 286 'common/form_data.cc',
284 'common/form_data.h', 287 'common/form_data.h',
285 'common/form_data_predictions.cc', 288 'common/form_data_predictions.cc',
286 'common/form_data_predictions.h', 289 'common/form_data_predictions.h',
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'common/metrics/proto/user_action_event.proto', 714 'common/metrics/proto/user_action_event.proto',
712 ], 715 ],
713 'variables': { 716 'variables': {
714 'proto_in_dir': 'common/metrics/proto', 717 'proto_in_dir': 'common/metrics/proto',
715 'proto_out_dir': 'chrome/common/metrics/proto', 718 'proto_out_dir': 'chrome/common/metrics/proto',
716 }, 719 },
717 'includes': [ '../build/protoc.gypi' ], 720 'includes': [ '../build/protoc.gypi' ],
718 }, 721 },
719 ], 722 ],
720 } 723 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698