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

Side by Side Diff: chrome/chrome_common.gypi

Issue 6873156: Move crypto_helpers from sync to base (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Correct doc and test Created 9 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'chrome_common_target': 0, 8 'chrome_common_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'common/jstemplate_builder.h', 200 'common/jstemplate_builder.h',
201 'common/launchd_mac.h', 201 'common/launchd_mac.h',
202 'common/launchd_mac.mm', 202 'common/launchd_mac.mm',
203 'common/libxml_utils.cc', 203 'common/libxml_utils.cc',
204 'common/libxml_utils.h', 204 'common/libxml_utils.h',
205 'common/native_window_notification_source.h', 205 'common/native_window_notification_source.h',
206 'common/persistent_pref_store.h', 206 'common/persistent_pref_store.h',
207 'common/pref_store.cc', 207 'common/pref_store.cc',
208 'common/pref_store.h', 208 'common/pref_store.h',
209 'common/print_messages.h', 209 'common/print_messages.h',
210 'common/random.cc',
211 'common/random.h',
210 'common/remoting/chromoting_host_info.cc', 212 'common/remoting/chromoting_host_info.cc',
211 'common/remoting/chromoting_host_info.h', 213 'common/remoting/chromoting_host_info.h',
212 'common/render_messages.cc', 214 'common/render_messages.cc',
213 'common/render_messages.h', 215 'common/render_messages.h',
214 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc', 216 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.cc',
215 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h', 217 '<(protoc_out_dir)/chrome/common/safe_browsing/csd.pb.h',
216 'common/search_provider.h', 218 'common/search_provider.h',
217 'common/security_style.h', 219 'common/security_style.h',
218 'common/service_messages.h', 220 'common/service_messages.h',
219 'common/service_process_util.cc', 221 'common/service_process_util.cc',
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 'configurations': { 527 'configurations': {
526 'Common_Base': { 528 'Common_Base': {
527 'msvs_target_platform': 'x64', 529 'msvs_target_platform': 'x64',
528 }, 530 },
529 }, 531 },
530 }, 532 },
531 ], 533 ],
532 }], 534 }],
533 ], 535 ],
534 } 536 }
OLDNEW
« base/rand_util.cc ('K') | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698