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

Side by Side Diff: chrome/chrome_common.gypi

Issue 11411180: move favicon download code from chrome/ into content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: WebContentsObserver and callback Created 8 years 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
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 196 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 'common/extensions/update_manifest.cc', 207 'common/extensions/update_manifest.cc',
208 'common/extensions/update_manifest.h', 208 'common/extensions/update_manifest.h',
209 'common/extensions/user_script.cc', 209 'common/extensions/user_script.cc',
210 'common/extensions/user_script.h', 210 'common/extensions/user_script.h',
211 'common/extensions/value_counter.cc', 211 'common/extensions/value_counter.cc',
212 'common/extensions/value_counter.h', 212 'common/extensions/value_counter.h',
213 'common/extensions/api/extension_api.cc', 213 'common/extensions/api/extension_api.cc',
214 'common/extensions/api/extension_api.h', 214 'common/extensions/api/extension_api.h',
215 'common/external_ipc_fuzzer.h', 215 'common/external_ipc_fuzzer.h',
216 'common/external_ipc_fuzzer.cc', 216 'common/external_ipc_fuzzer.cc',
217 'common/favicon_url.cc',
218 'common/favicon_url.h',
219 'common/form_data.cc', 217 'common/form_data.cc',
220 'common/form_data.h', 218 'common/form_data.h',
221 'common/form_data_predictions.cc', 219 'common/form_data_predictions.cc',
222 'common/form_data_predictions.h', 220 'common/form_data_predictions.h',
223 'common/form_field_data.cc', 221 'common/form_field_data.cc',
224 'common/form_field_data.h', 222 'common/form_field_data.h',
225 'common/form_field_data_predictions.cc', 223 'common/form_field_data_predictions.cc',
226 'common/form_field_data_predictions.h', 224 'common/form_field_data_predictions.h',
227 'common/icon_messages.h',
228 'common/icon_with_badge_image_source.cc', 225 'common/icon_with_badge_image_source.cc',
229 'common/icon_with_badge_image_source.h', 226 'common/icon_with_badge_image_source.h',
230 'common/instant_types.cc', 227 'common/instant_types.cc',
231 'common/instant_types.h', 228 'common/instant_types.h',
232 'common/json_schema_constants.cc', 229 'common/json_schema_constants.cc',
233 'common/json_schema_constants.h', 230 'common/json_schema_constants.h',
234 'common/json_schema_validator.cc', 231 'common/json_schema_validator.cc',
235 'common/json_schema_validator.h', 232 'common/json_schema_validator.h',
236 'common/jstemplate_builder.cc', 233 'common/jstemplate_builder.cc',
237 'common/jstemplate_builder.h', 234 'common/jstemplate_builder.h',
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
601 'common/metrics/proto/user_action_event.proto', 598 'common/metrics/proto/user_action_event.proto',
602 ], 599 ],
603 'variables': { 600 'variables': {
604 'proto_in_dir': 'common/metrics/proto', 601 'proto_in_dir': 'common/metrics/proto',
605 'proto_out_dir': 'chrome/common/metrics/proto', 602 'proto_out_dir': 'chrome/common/metrics/proto',
606 }, 603 },
607 'includes': [ '../build/protoc.gypi' ], 604 'includes': [ '../build/protoc.gypi' ],
608 }, 605 },
609 ], 606 ],
610 } 607 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698