OLD | NEW |
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 568 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
579 'browser/internal_auth.cc', | 579 'browser/internal_auth.cc', |
580 'browser/internal_auth.h', | 580 'browser/internal_auth.h', |
581 'browser/intranet_redirect_detector.cc', | 581 'browser/intranet_redirect_detector.cc', |
582 'browser/intranet_redirect_detector.h', | 582 'browser/intranet_redirect_detector.h', |
583 'browser/invalidation/invalidation_service_factory_android.cc', | 583 'browser/invalidation/invalidation_service_factory_android.cc', |
584 'browser/invalidation/invalidation_service_factory_android.h', | 584 'browser/invalidation/invalidation_service_factory_android.h', |
585 'browser/invalidation/profile_invalidation_provider_factory.cc', | 585 'browser/invalidation/profile_invalidation_provider_factory.cc', |
586 'browser/invalidation/profile_invalidation_provider_factory.h', | 586 'browser/invalidation/profile_invalidation_provider_factory.h', |
587 'browser/io_thread.cc', | 587 'browser/io_thread.cc', |
588 'browser/io_thread.h', | 588 'browser/io_thread.h', |
| 589 'browser/jumplist_metrics.cc', |
| 590 'browser/jumplist_metrics.h', |
589 'browser/jumplist_updater_win.cc', | 591 'browser/jumplist_updater_win.cc', |
590 'browser/jumplist_updater_win.h', | 592 'browser/jumplist_updater_win.h', |
591 'browser/jumplist_win.cc', | 593 'browser/jumplist_win.cc', |
592 'browser/jumplist_win.h', | 594 'browser/jumplist_win.h', |
593 'browser/lifetime/application_lifetime.cc', | 595 'browser/lifetime/application_lifetime.cc', |
594 'browser/lifetime/application_lifetime.h', | 596 'browser/lifetime/application_lifetime.h', |
595 'browser/lifetime/application_lifetime_android.cc', | 597 'browser/lifetime/application_lifetime_android.cc', |
596 'browser/lifetime/application_lifetime_android.h', | 598 'browser/lifetime/application_lifetime_android.h', |
597 'browser/lifetime/application_lifetime_mac.mm', | 599 'browser/lifetime/application_lifetime_mac.mm', |
598 'browser/lifetime/application_lifetime_win.cc', | 600 'browser/lifetime/application_lifetime_win.cc', |
(...skipping 1662 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2261 'browser/chrome_page_zoom.h', | 2263 'browser/chrome_page_zoom.h', |
2262 'browser/chrome_page_zoom_constants.cc', | 2264 'browser/chrome_page_zoom_constants.cc', |
2263 'browser/chrome_page_zoom_constants.h', | 2265 'browser/chrome_page_zoom_constants.h', |
2264 'browser/power/process_power_collector.cc', | 2266 'browser/power/process_power_collector.cc', |
2265 'browser/power/process_power_collector.h', | 2267 'browser/power/process_power_collector.h', |
2266 'browser/signin/signin_promo.cc', | 2268 'browser/signin/signin_promo.cc', |
2267 'browser/signin/signin_promo.h', | 2269 'browser/signin/signin_promo.h', |
2268 ], | 2270 ], |
2269 # Everything but Android, iOS, and CrOS. | 2271 # Everything but Android, iOS, and CrOS. |
2270 'chrome_browser_desktop_sources': [ | 2272 'chrome_browser_desktop_sources': [ |
2271 'browser/profiles/avatar_menu_desktop.cc', | |
2272 'browser/profiles/avatar_menu_observer.h', | 2273 'browser/profiles/avatar_menu_observer.h', |
2273 'browser/profiles/avatar_menu_actions_desktop.cc', | 2274 'browser/profiles/avatar_menu_actions_desktop.cc', |
2274 'browser/profiles/avatar_menu_actions_desktop.h', | 2275 'browser/profiles/avatar_menu_actions_desktop.h', |
2275 'browser/profiles/profile_list_desktop.cc', | 2276 'browser/profiles/profile_list_desktop.cc', |
2276 'browser/profiles/profile_list_desktop.h', | 2277 'browser/profiles/profile_list_desktop.h', |
2277 ], | 2278 ], |
2278 'chrome_browser_supervised_user_sources': [ | 2279 'chrome_browser_supervised_user_sources': [ |
2279 'browser/supervised_user/custodian_profile_downloader_service.cc', | 2280 'browser/supervised_user/custodian_profile_downloader_service.cc', |
2280 'browser/supervised_user/custodian_profile_downloader_service.h', | 2281 'browser/supervised_user/custodian_profile_downloader_service.h', |
2281 'browser/supervised_user/custodian_profile_downloader_service_factory.cc', | 2282 'browser/supervised_user/custodian_profile_downloader_service_factory.cc', |
(...skipping 1330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3612 'variables': { | 3613 'variables': { |
3613 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3614 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3614 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3615 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3615 }, | 3616 }, |
3616 'includes': [ '../build/protoc.gypi' ] | 3617 'includes': [ '../build/protoc.gypi' ] |
3617 }, | 3618 }, |
3618 ], | 3619 ], |
3619 },], | 3620 },], |
3620 ], | 3621 ], |
3621 } | 3622 } |
OLD | NEW |