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

Side by Side Diff: chrome/chrome_common.gypi

Issue 11416179: Move chrome/common/favicon_url.(cc|h) into content/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/browser/ui/webui/ntp/app_launcher_handler.cc ('k') | chrome/common/favicon_url.h » ('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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 'common/extensions/update_manifest.cc', 205 'common/extensions/update_manifest.cc',
206 'common/extensions/update_manifest.h', 206 'common/extensions/update_manifest.h',
207 'common/extensions/user_script.cc', 207 'common/extensions/user_script.cc',
208 'common/extensions/user_script.h', 208 'common/extensions/user_script.h',
209 'common/extensions/value_counter.cc', 209 'common/extensions/value_counter.cc',
210 'common/extensions/value_counter.h', 210 'common/extensions/value_counter.h',
211 'common/extensions/api/extension_api.cc', 211 'common/extensions/api/extension_api.cc',
212 'common/extensions/api/extension_api.h', 212 'common/extensions/api/extension_api.h',
213 'common/external_ipc_fuzzer.h', 213 'common/external_ipc_fuzzer.h',
214 'common/external_ipc_fuzzer.cc', 214 'common/external_ipc_fuzzer.cc',
215 'common/favicon_url.cc',
216 'common/favicon_url.h',
217 'common/form_data.cc', 215 'common/form_data.cc',
218 'common/form_data.h', 216 'common/form_data.h',
219 'common/form_data_predictions.cc', 217 'common/form_data_predictions.cc',
220 'common/form_data_predictions.h', 218 'common/form_data_predictions.h',
221 'common/form_field_data.cc', 219 'common/form_field_data.cc',
222 'common/form_field_data.h', 220 'common/form_field_data.h',
223 'common/form_field_data_predictions.cc', 221 'common/form_field_data_predictions.cc',
224 'common/form_field_data_predictions.h', 222 'common/form_field_data_predictions.h',
225 'common/icon_messages.h', 223 'common/icon_messages.h',
226 'common/instant_types.cc', 224 'common/instant_types.cc',
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 'common/metrics/proto/user_action_event.proto', 595 'common/metrics/proto/user_action_event.proto',
598 ], 596 ],
599 'variables': { 597 'variables': {
600 'proto_in_dir': 'common/metrics/proto', 598 'proto_in_dir': 'common/metrics/proto',
601 'proto_out_dir': 'chrome/common/metrics/proto', 599 'proto_out_dir': 'chrome/common/metrics/proto',
602 }, 600 },
603 'includes': [ '../build/protoc.gypi' ], 601 'includes': [ '../build/protoc.gypi' ],
604 }, 602 },
605 ], 603 ],
606 } 604 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/ntp/app_launcher_handler.cc ('k') | chrome/common/favicon_url.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698