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

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: fix order 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
« 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 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'common/extensions/update_manifest.h', 210 'common/extensions/update_manifest.h',
211 'common/extensions/user_script.cc', 211 'common/extensions/user_script.cc',
212 'common/extensions/user_script.h', 212 'common/extensions/user_script.h',
213 'common/extensions/value_counter.cc', 213 'common/extensions/value_counter.cc',
214 'common/extensions/value_counter.h', 214 'common/extensions/value_counter.h',
215 'common/extensions/api/extension_api.cc', 215 'common/extensions/api/extension_api.cc',
216 'common/extensions/api/extension_api.h', 216 'common/extensions/api/extension_api.h',
217 'common/extensions/api/extension_api_stub.cc', 217 'common/extensions/api/extension_api_stub.cc',
218 'common/external_ipc_fuzzer.h', 218 'common/external_ipc_fuzzer.h',
219 'common/external_ipc_fuzzer.cc', 219 'common/external_ipc_fuzzer.cc',
220 'common/favicon_url.cc',
221 'common/favicon_url.h',
222 'common/form_data.cc', 220 'common/form_data.cc',
223 'common/form_data.h', 221 'common/form_data.h',
224 'common/form_data_predictions.cc', 222 'common/form_data_predictions.cc',
225 'common/form_data_predictions.h', 223 'common/form_data_predictions.h',
226 'common/form_field_data.cc', 224 'common/form_field_data.cc',
227 'common/form_field_data.h', 225 'common/form_field_data.h',
228 'common/form_field_data_predictions.cc', 226 'common/form_field_data_predictions.cc',
229 'common/form_field_data_predictions.h', 227 'common/form_field_data_predictions.h',
230 'common/icon_messages.h',
231 'common/icon_with_badge_image_source.cc', 228 'common/icon_with_badge_image_source.cc',
232 'common/icon_with_badge_image_source.h', 229 'common/icon_with_badge_image_source.h',
233 'common/instant_types.cc', 230 'common/instant_types.cc',
234 'common/instant_types.h', 231 'common/instant_types.h',
235 'common/json_schema_constants.cc', 232 'common/json_schema_constants.cc',
236 'common/json_schema_constants.h', 233 'common/json_schema_constants.h',
237 'common/json_schema_validator.cc', 234 'common/json_schema_validator.cc',
238 'common/json_schema_validator.h', 235 'common/json_schema_validator.h',
239 'common/jstemplate_builder.cc', 236 'common/jstemplate_builder.cc',
240 'common/jstemplate_builder.h', 237 'common/jstemplate_builder.h',
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
614 'common/metrics/proto/user_action_event.proto', 611 'common/metrics/proto/user_action_event.proto',
615 ], 612 ],
616 'variables': { 613 'variables': {
617 'proto_in_dir': 'common/metrics/proto', 614 'proto_in_dir': 'common/metrics/proto',
618 'proto_out_dir': 'chrome/common/metrics/proto', 615 'proto_out_dir': 'chrome/common/metrics/proto',
619 }, 616 },
620 'includes': [ '../build/protoc.gypi' ], 617 'includes': [ '../build/protoc.gypi' ],
621 }, 618 },
622 ], 619 ],
623 } 620 }
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