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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 11412067: [rlz,cros] RLZ glue for ChromeOS. (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
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 652 matching lines...) Expand 10 before | Expand all | Expand 10 after
663 'browser/google/google_url_tracker.cc', 663 'browser/google/google_url_tracker.cc',
664 'browser/google/google_url_tracker.h', 664 'browser/google/google_url_tracker.h',
665 'browser/google/google_url_tracker_factory.cc', 665 'browser/google/google_url_tracker_factory.cc',
666 'browser/google/google_url_tracker_factory.h', 666 'browser/google/google_url_tracker_factory.h',
667 'browser/google/google_url_tracker_infobar_delegate.cc', 667 'browser/google/google_url_tracker_infobar_delegate.cc',
668 'browser/google/google_url_tracker_infobar_delegate.h', 668 'browser/google/google_url_tracker_infobar_delegate.h',
669 'browser/google/google_url_tracker_map_entry.cc', 669 'browser/google/google_url_tracker_map_entry.cc',
670 'browser/google/google_url_tracker_map_entry.h', 670 'browser/google/google_url_tracker_map_entry.h',
671 'browser/google/google_util.cc', 671 'browser/google/google_util.cc',
672 'browser/google/google_util.h', 672 'browser/google/google_util.h',
673 'browser/google/google_util_chromeos.cc',
674 'browser/google/google_util_chromeos.h',
673 'browser/google_apis/auth_service.cc', 675 'browser/google_apis/auth_service.cc',
674 'browser/google_apis/auth_service.h', 676 'browser/google_apis/auth_service.h',
675 'browser/google_apis/auth_service_observer.h', 677 'browser/google_apis/auth_service_observer.h',
676 'browser/google_apis/base_operations.cc', 678 'browser/google_apis/base_operations.cc',
677 'browser/google_apis/base_operations.h', 679 'browser/google_apis/base_operations.h',
678 'browser/google_apis/drive_api_operations.cc', 680 'browser/google_apis/drive_api_operations.cc',
679 'browser/google_apis/drive_api_operations.h', 681 'browser/google_apis/drive_api_operations.h',
680 'browser/google_apis/drive_api_parser.cc', 682 'browser/google_apis/drive_api_parser.cc',
681 'browser/google_apis/drive_api_parser.h', 683 'browser/google_apis/drive_api_parser.h',
682 'browser/google_apis/drive_api_util.cc', 684 'browser/google_apis/drive_api_util.cc',
(...skipping 2440 matching lines...) Expand 10 before | Expand all | Expand 10 after
3123 'proto_in_dir': '../third_party/cros_system_api/dbus', 3125 'proto_in_dir': '../third_party/cros_system_api/dbus',
3124 'proto_out_dir': 'chrome/browser/media_transfer_protocol', 3126 'proto_out_dir': 'chrome/browser/media_transfer_protocol',
3125 }, 3127 },
3126 'includes': ['../build/protoc.gypi'], 3128 'includes': ['../build/protoc.gypi'],
3127 }, 3129 },
3128 ], 3130 ],
3129 }, 3131 },
3130 ], 3132 ],
3131 ], 3133 ],
3132 } 3134 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/eula_screen_handler.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698