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

Side by Side Diff: chrome/chrome_common.gypi

Issue 10251004: Move libxml_utils from chrome/common to third_party/libxml/chromium. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Nit and fix use_system_libxml condition. Created 8 years, 7 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
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/multi_process_lock.h', 210 'common/multi_process_lock.h',
211 'common/multi_process_lock_linux.cc', 211 'common/multi_process_lock_linux.cc',
212 'common/multi_process_lock_mac.cc', 212 'common/multi_process_lock_mac.cc',
213 'common/multi_process_lock_win.cc', 213 'common/multi_process_lock_win.cc',
214 'common/nacl_cmd_line.cc', 214 'common/nacl_cmd_line.cc',
215 'common/nacl_cmd_line.h', 215 'common/nacl_cmd_line.h',
216 'common/nacl_messages.cc', 216 'common/nacl_messages.cc',
217 'common/nacl_messages.h', 217 'common/nacl_messages.h',
218 'common/nacl_types.cc', 218 'common/nacl_types.cc',
219 'common/nacl_types.h', 219 'common/nacl_types.h',
220 'common/libxml_utils.cc',
221 'common/libxml_utils.h',
222 'common/pepper_flash.cc', 220 'common/pepper_flash.cc',
223 'common/pepper_flash.h', 221 'common/pepper_flash.h',
224 'common/persistent_pref_store.h', 222 'common/persistent_pref_store.h',
225 'common/pref_store.cc', 223 'common/pref_store.cc',
226 'common/pref_store.h', 224 'common/pref_store.h',
227 'common/print_messages.cc', 225 'common/print_messages.cc',
228 'common/print_messages.h', 226 'common/print_messages.h',
229 'common/profiling.cc', 227 'common/profiling.cc',
230 'common/profiling.h', 228 'common/profiling.h',
231 'common/ref_counted_util.h', 229 'common/ref_counted_util.h',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'common/metrics/proto/user_action_event.proto', 506 'common/metrics/proto/user_action_event.proto',
509 ], 507 ],
510 'variables': { 508 'variables': {
511 'proto_in_dir': 'common/metrics/proto', 509 'proto_in_dir': 'common/metrics/proto',
512 'proto_out_dir': 'chrome/common/metrics/proto', 510 'proto_out_dir': 'chrome/common/metrics/proto',
513 }, 511 },
514 'includes': [ '../build/protoc.gypi' ], 512 'includes': [ '../build/protoc.gypi' ],
515 }, 513 },
516 ], 514 ],
517 } 515 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698