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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

Issue 2212483002: Respin: Define printer configuration objects for Chrome OS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix memory leak Created 4 years, 4 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
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/common/pref_names.h » ('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 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 'browser/chromeos/power/renderer_freezer.cc', 960 'browser/chromeos/power/renderer_freezer.cc',
961 'browser/chromeos/power/renderer_freezer.h', 961 'browser/chromeos/power/renderer_freezer.h',
962 'browser/chromeos/power/session_state_controller_delegate_chromeos.cc', 962 'browser/chromeos/power/session_state_controller_delegate_chromeos.cc',
963 'browser/chromeos/power/session_state_controller_delegate_chromeos.h', 963 'browser/chromeos/power/session_state_controller_delegate_chromeos.h',
964 'browser/chromeos/preferences.cc', 964 'browser/chromeos/preferences.cc',
965 'browser/chromeos/preferences.h', 965 'browser/chromeos/preferences.h',
966 'browser/chromeos/printer_detector/printer_detector.cc', 966 'browser/chromeos/printer_detector/printer_detector.cc',
967 'browser/chromeos/printer_detector/printer_detector.h', 967 'browser/chromeos/printer_detector/printer_detector.h',
968 'browser/chromeos/printer_detector/printer_detector_factory.cc', 968 'browser/chromeos/printer_detector/printer_detector_factory.cc',
969 'browser/chromeos/printer_detector/printer_detector_factory.h', 969 'browser/chromeos/printer_detector/printer_detector_factory.h',
970 'browser/chromeos/printing/printer_pref_manager.cc',
971 'browser/chromeos/printing/printer_pref_manager.h',
970 'browser/chromeos/profiles/avatar_menu_actions_chromeos.cc', 972 'browser/chromeos/profiles/avatar_menu_actions_chromeos.cc',
971 'browser/chromeos/profiles/avatar_menu_actions_chromeos.h', 973 'browser/chromeos/profiles/avatar_menu_actions_chromeos.h',
972 'browser/chromeos/profiles/avatar_menu_chromeos.cc', 974 'browser/chromeos/profiles/avatar_menu_chromeos.cc',
973 'browser/chromeos/profiles/multiprofiles_intro_dialog.cc', 975 'browser/chromeos/profiles/multiprofiles_intro_dialog.cc',
974 'browser/chromeos/profiles/multiprofiles_intro_dialog.h', 976 'browser/chromeos/profiles/multiprofiles_intro_dialog.h',
975 'browser/chromeos/profiles/multiprofiles_session_aborted_dialog.cc', 977 'browser/chromeos/profiles/multiprofiles_session_aborted_dialog.cc',
976 'browser/chromeos/profiles/multiprofiles_session_aborted_dialog.h', 978 'browser/chromeos/profiles/multiprofiles_session_aborted_dialog.h',
977 'browser/chromeos/profiles/profile_helper.cc', 979 'browser/chromeos/profiles/profile_helper.cc',
978 'browser/chromeos/profiles/profile_helper.h', 980 'browser/chromeos/profiles/profile_helper.h',
979 'browser/chromeos/profiles/profile_list_chromeos.cc', 981 'browser/chromeos/profiles/profile_list_chromeos.cc',
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
1394 'browser/chromeos/attestation/attestation_signed_data.proto', 1396 'browser/chromeos/attestation/attestation_signed_data.proto',
1395 ], 1397 ],
1396 'variables': { 1398 'variables': {
1397 'proto_in_dir': 'browser/chromeos/attestation', 1399 'proto_in_dir': 'browser/chromeos/attestation',
1398 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1400 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1399 }, 1401 },
1400 'includes': [ '../build/protoc.gypi' ] 1402 'includes': [ '../build/protoc.gypi' ]
1401 }, 1403 },
1402 ], 1404 ],
1403 } 1405 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698