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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10803045: contacts: Add Contact struct and test functions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 8 years, 5 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
« no previous file with comments | « chrome/browser/chromeos/contacts/contact_test_util.cc ('k') | chrome/chrome_tests.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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 'browser/chromeos/bluetooth/bluetooth_socket.cc', 442 'browser/chromeos/bluetooth/bluetooth_socket.cc',
443 'browser/chromeos/bluetooth/bluetooth_socket.h', 443 'browser/chromeos/bluetooth/bluetooth_socket.h',
444 'browser/chromeos/bluetooth/bluetooth_utils.cc', 444 'browser/chromeos/bluetooth/bluetooth_utils.cc',
445 'browser/chromeos/bluetooth/bluetooth_utils.h', 445 'browser/chromeos/bluetooth/bluetooth_utils.h',
446 'browser/chromeos/boot_times_loader.cc', 446 'browser/chromeos/boot_times_loader.cc',
447 'browser/chromeos/boot_times_loader.h', 447 'browser/chromeos/boot_times_loader.h',
448 'browser/chromeos/choose_mobile_network_dialog.cc', 448 'browser/chromeos/choose_mobile_network_dialog.cc',
449 'browser/chromeos/choose_mobile_network_dialog.h', 449 'browser/chromeos/choose_mobile_network_dialog.h',
450 'browser/chromeos/chrome_browser_main_chromeos.cc', 450 'browser/chromeos/chrome_browser_main_chromeos.cc',
451 'browser/chromeos/chrome_browser_main_chromeos.h', 451 'browser/chromeos/chrome_browser_main_chromeos.h',
452 'browser/chromeos/contacts/contact.cc',
453 'browser/chromeos/contacts/contact.h',
452 'browser/chromeos/cros/burn_library.cc', 454 'browser/chromeos/cros/burn_library.cc',
453 'browser/chromeos/cros/burn_library.h', 455 'browser/chromeos/cros/burn_library.h',
454 'browser/chromeos/cros/cellular_data_plan.cc', 456 'browser/chromeos/cros/cellular_data_plan.cc',
455 'browser/chromeos/cros/cellular_data_plan.h', 457 'browser/chromeos/cros/cellular_data_plan.h',
456 'browser/chromeos/cros/cert_library.cc', 458 'browser/chromeos/cros/cert_library.cc',
457 'browser/chromeos/cros/cert_library.h', 459 'browser/chromeos/cros/cert_library.h',
458 'browser/chromeos/cros/certificate_pattern.cc', 460 'browser/chromeos/cros/certificate_pattern.cc',
459 'browser/chromeos/cros/certificate_pattern.h', 461 'browser/chromeos/cros/certificate_pattern.h',
460 'browser/chromeos/cros/cros_library.cc', 462 'browser/chromeos/cros/cros_library.cc',
461 'browser/chromeos/cros/cros_library.h', 463 'browser/chromeos/cros/cros_library.h',
(...skipping 5009 matching lines...) Expand 10 before | Expand all | Expand 10 after
5471 'variables': { 5473 'variables': {
5472 'jni_gen_dir': 'chrome', 5474 'jni_gen_dir': 'chrome',
5473 }, 5475 },
5474 'includes': [ '../build/jni_generator.gypi' ], 5476 'includes': [ '../build/jni_generator.gypi' ],
5475 }, 5477 },
5476 ], 5478 ],
5477 }, 5479 },
5478 ], 5480 ],
5479 ], 5481 ],
5480 } 5482 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/contacts/contact_test_util.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698