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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 593243002: Profile_Metrics integration with Keystone (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments (mark and others) Created 6 years, 2 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 594 matching lines...) Expand 10 before | Expand all | Expand 10 after
605 'browser/mac/dock.h', 605 'browser/mac/dock.h',
606 'browser/mac/dock.mm', 606 'browser/mac/dock.mm',
607 'browser/mac/bluetooth_utility.h', 607 'browser/mac/bluetooth_utility.h',
608 'browser/mac/bluetooth_utility.mm', 608 'browser/mac/bluetooth_utility.mm',
609 'browser/mac/install_from_dmg.h', 609 'browser/mac/install_from_dmg.h',
610 'browser/mac/install_from_dmg.mm', 610 'browser/mac/install_from_dmg.mm',
611 'browser/mac/keystone_glue.h', 611 'browser/mac/keystone_glue.h',
612 'browser/mac/keystone_glue.mm', 612 'browser/mac/keystone_glue.mm',
613 'browser/mac/keystone_registration.h', 613 'browser/mac/keystone_registration.h',
614 'browser/mac/keystone_registration.mm', 614 'browser/mac/keystone_registration.mm',
615 'browser/mac/keystone_reporting_attribute.h',
615 'browser/mac/mac_startup_profiler.cc', 616 'browser/mac/mac_startup_profiler.cc',
616 'browser/mac/mac_startup_profiler.h', 617 'browser/mac/mac_startup_profiler.h',
617 'browser/mac/master_prefs.h', 618 'browser/mac/master_prefs.h',
618 'browser/mac/master_prefs.mm', 619 'browser/mac/master_prefs.mm',
619 'browser/mac/obsolete_system.cc', 620 'browser/mac/obsolete_system.cc',
620 'browser/mac/obsolete_system.h', 621 'browser/mac/obsolete_system.h',
621 'browser/mac/relauncher.cc', 622 'browser/mac/relauncher.cc',
622 'browser/mac/relauncher.h', 623 'browser/mac/relauncher.h',
623 'browser/mac/security_wrappers.cc', 624 'browser/mac/security_wrappers.cc',
624 'browser/mac/security_wrappers.h', 625 'browser/mac/security_wrappers.h',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1006 'browser/profiles/profile_info_interface.h', 1007 'browser/profiles/profile_info_interface.h',
1007 'browser/profiles/profile_avatar_icon_util.cc', 1008 'browser/profiles/profile_avatar_icon_util.cc',
1008 'browser/profiles/profile_avatar_icon_util.h', 1009 'browser/profiles/profile_avatar_icon_util.h',
1009 'browser/profiles/profile_io_data.cc', 1010 'browser/profiles/profile_io_data.cc',
1010 'browser/profiles/profile_io_data.h', 1011 'browser/profiles/profile_io_data.h',
1011 'browser/profiles/profile_list.h', 1012 'browser/profiles/profile_list.h',
1012 'browser/profiles/profile_manager.cc', 1013 'browser/profiles/profile_manager.cc',
1013 'browser/profiles/profile_manager.h', 1014 'browser/profiles/profile_manager.h',
1014 'browser/profiles/profile_metrics.cc', 1015 'browser/profiles/profile_metrics.cc',
1015 'browser/profiles/profile_metrics.h', 1016 'browser/profiles/profile_metrics.h',
1017 'browser/profiles/profile_metrics_mac.mm',
1016 'browser/profiles/profile_shortcut_manager_win.cc', 1018 'browser/profiles/profile_shortcut_manager_win.cc',
1017 'browser/profiles/profile_shortcut_manager_win.h', 1019 'browser/profiles/profile_shortcut_manager_win.h',
1018 'browser/profiles/profile_window.cc', 1020 'browser/profiles/profile_window.cc',
1019 'browser/profiles/profile_window.h', 1021 'browser/profiles/profile_window.h',
1020 'browser/profiles/profiles_state.cc', 1022 'browser/profiles/profiles_state.cc',
1021 'browser/profiles/profiles_state.h', 1023 'browser/profiles/profiles_state.h',
1022 'browser/profiles/startup_task_runner_service.cc', 1024 'browser/profiles/startup_task_runner_service.cc',
1023 'browser/profiles/startup_task_runner_service.h', 1025 'browser/profiles/startup_task_runner_service.h',
1024 'browser/profiles/startup_task_runner_service_factory.cc', 1026 'browser/profiles/startup_task_runner_service_factory.cc',
1025 'browser/profiles/startup_task_runner_service_factory.h', 1027 'browser/profiles/startup_task_runner_service_factory.h',
(...skipping 2555 matching lines...) Expand 10 before | Expand all | Expand 10 after
3581 'variables': { 3583 'variables': {
3582 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3584 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3583 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3585 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3584 }, 3586 },
3585 'includes': [ '../build/protoc.gypi' ] 3587 'includes': [ '../build/protoc.gypi' ]
3586 }, 3588 },
3587 ], 3589 ],
3588 },], 3590 },],
3589 ], 3591 ],
3590 } 3592 }
OLDNEW
« chrome/browser/mac/keystone_glue.mm ('K') | « chrome/browser/profiles/profile_metrics_mac.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698