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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 836703005: Add a new function for getting a deterministic machine ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Created 5 years, 11 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1066 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 'browser/hang_monitor/hang_crash_dump_win.h', 1077 'browser/hang_monitor/hang_crash_dump_win.h',
1078 'browser/hang_monitor/hung_plugin_action.cc', 1078 'browser/hang_monitor/hung_plugin_action.cc',
1079 'browser/hang_monitor/hung_plugin_action.h', 1079 'browser/hang_monitor/hung_plugin_action.h',
1080 'browser/hang_monitor/hung_window_detector.cc', 1080 'browser/hang_monitor/hung_window_detector.cc',
1081 'browser/hang_monitor/hung_window_detector.h', 1081 'browser/hang_monitor/hung_window_detector.h',
1082 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc', 1082 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.cc',
1083 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h', 1083 'browser/metro_viewer/chrome_metro_viewer_process_host_aurawin.h',
1084 'browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc', 1084 'browser/renderer_context_menu/spellchecker_submenu_observer_hunspell.cc',
1085 ], 1085 ],
1086 'chrome_browser_non_win_sources': [ 1086 'chrome_browser_non_win_sources': [
1087 'browser/prefs/tracked/device_id_stub.cc',
1087 'browser/profiles/profile_shortcut_manager_stub.cc', 1088 'browser/profiles/profile_shortcut_manager_stub.cc',
1088 ], 1089 ],
1089 # Sources (generally "desktop OS importers") used only on Mac & Windows. 1090 # Sources (generally "desktop OS importers") used only on Mac & Windows.
1090 'chrome_browser_win_mac_sources': [ 1091 'chrome_browser_win_mac_sources': [
1091 'browser/media_galleries/fileapi/iapps_data_provider.cc', 1092 'browser/media_galleries/fileapi/iapps_data_provider.cc',
1092 'browser/media_galleries/fileapi/iapps_data_provider.h', 1093 'browser/media_galleries/fileapi/iapps_data_provider.h',
1093 'browser/media_galleries/fileapi/file_path_watcher_util.cc', 1094 'browser/media_galleries/fileapi/file_path_watcher_util.cc',
1094 'browser/media_galleries/fileapi/file_path_watcher_util.h', 1095 'browser/media_galleries/fileapi/file_path_watcher_util.h',
1095 'browser/media_galleries/fileapi/itunes_data_provider.cc', 1096 'browser/media_galleries/fileapi/itunes_data_provider.cc',
1096 'browser/media_galleries/fileapi/itunes_data_provider.h', 1097 'browser/media_galleries/fileapi/itunes_data_provider.h',
(...skipping 1073 matching lines...) Expand 10 before | Expand all | Expand 10 after
2170 'browser/profiles/gaia_info_update_service.cc', 2171 'browser/profiles/gaia_info_update_service.cc',
2171 'browser/profiles/gaia_info_update_service.h', 2172 'browser/profiles/gaia_info_update_service.h',
2172 'browser/profiles/gaia_info_update_service_factory.cc', 2173 'browser/profiles/gaia_info_update_service_factory.cc',
2173 'browser/profiles/gaia_info_update_service_factory.h', 2174 'browser/profiles/gaia_info_update_service_factory.h',
2174 'browser/profiles/incognito_helpers.cc', 2175 'browser/profiles/incognito_helpers.cc',
2175 'browser/profiles/incognito_helpers.h', 2176 'browser/profiles/incognito_helpers.h',
2176 'browser/profiles/off_the_record_profile_impl.cc', 2177 'browser/profiles/off_the_record_profile_impl.cc',
2177 'browser/profiles/off_the_record_profile_impl.h', 2178 'browser/profiles/off_the_record_profile_impl.h',
2178 'browser/profiles/off_the_record_profile_io_data.cc', 2179 'browser/profiles/off_the_record_profile_io_data.cc',
2179 'browser/profiles/off_the_record_profile_io_data.h', 2180 'browser/profiles/off_the_record_profile_io_data.h',
2181 'browser/prefs/tracked/device_id_win.cc',
2182 'browser/prefs/tracked/device_id.h',
gab 2015/01/20 15:34:13 Put these two alongside the other prefs/tracked in
alito 2015/01/26 16:32:48 Done.
2180 'browser/profiles/profile.cc', 2183 'browser/profiles/profile.cc',
2181 'browser/profiles/profile.h', 2184 'browser/profiles/profile.h',
2182 'browser/profiles/profile_android.cc', 2185 'browser/profiles/profile_android.cc',
2183 'browser/profiles/profile_android.h', 2186 'browser/profiles/profile_android.h',
2184 'browser/profiles/profile_avatar_downloader.cc', 2187 'browser/profiles/profile_avatar_downloader.cc',
2185 'browser/profiles/profile_avatar_downloader.h', 2188 'browser/profiles/profile_avatar_downloader.h',
2186 'browser/profiles/profile_avatar_icon_util.cc', 2189 'browser/profiles/profile_avatar_icon_util.cc',
2187 'browser/profiles/profile_avatar_icon_util.h', 2190 'browser/profiles/profile_avatar_icon_util.h',
2188 'browser/profiles/profile_destroyer.cc', 2191 'browser/profiles/profile_destroyer.cc',
2189 'browser/profiles/profile_destroyer.h', 2192 'browser/profiles/profile_destroyer.h',
(...skipping 1507 matching lines...) Expand 10 before | Expand all | Expand 10 after
3697 'variables': { 3700 'variables': {
3698 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3701 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3699 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3702 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3700 }, 3703 },
3701 'includes': [ '../build/protoc.gypi' ] 3704 'includes': [ '../build/protoc.gypi' ]
3702 }, 3705 },
3703 ], 3706 ],
3704 },], 3707 },],
3705 ], 3708 ],
3706 } 3709 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698