| 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 2250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2261 'browser/chrome_page_zoom.h', | 2261 'browser/chrome_page_zoom.h', |
| 2262 'browser/chrome_page_zoom_constants.cc', | 2262 'browser/chrome_page_zoom_constants.cc', |
| 2263 'browser/chrome_page_zoom_constants.h', | 2263 'browser/chrome_page_zoom_constants.h', |
| 2264 'browser/power/process_power_collector.cc', | 2264 'browser/power/process_power_collector.cc', |
| 2265 'browser/power/process_power_collector.h', | 2265 'browser/power/process_power_collector.h', |
| 2266 'browser/signin/signin_promo.cc', | 2266 'browser/signin/signin_promo.cc', |
| 2267 'browser/signin/signin_promo.h', | 2267 'browser/signin/signin_promo.h', |
| 2268 ], | 2268 ], |
| 2269 # Everything but Android, iOS, and CrOS. | 2269 # Everything but Android, iOS, and CrOS. |
| 2270 'chrome_browser_desktop_sources': [ | 2270 'chrome_browser_desktop_sources': [ |
| 2271 'browser/profiles/avatar_menu_desktop.cc', | |
| 2272 'browser/profiles/avatar_menu_observer.h', | 2271 'browser/profiles/avatar_menu_observer.h', |
| 2273 'browser/profiles/avatar_menu_actions_desktop.cc', | 2272 'browser/profiles/avatar_menu_actions_desktop.cc', |
| 2274 'browser/profiles/avatar_menu_actions_desktop.h', | 2273 'browser/profiles/avatar_menu_actions_desktop.h', |
| 2275 'browser/profiles/profile_list_desktop.cc', | 2274 'browser/profiles/profile_list_desktop.cc', |
| 2276 'browser/profiles/profile_list_desktop.h', | 2275 'browser/profiles/profile_list_desktop.h', |
| 2277 ], | 2276 ], |
| 2278 'chrome_browser_supervised_user_sources': [ | 2277 'chrome_browser_supervised_user_sources': [ |
| 2279 'browser/supervised_user/custodian_profile_downloader_service.cc', | 2278 'browser/supervised_user/custodian_profile_downloader_service.cc', |
| 2280 'browser/supervised_user/custodian_profile_downloader_service.h', | 2279 'browser/supervised_user/custodian_profile_downloader_service.h', |
| 2281 'browser/supervised_user/custodian_profile_downloader_service_factory.cc', | 2280 'browser/supervised_user/custodian_profile_downloader_service_factory.cc', |
| (...skipping 1330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3612 'variables': { | 3611 'variables': { |
| 3613 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3612 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3614 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3613 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3615 }, | 3614 }, |
| 3616 'includes': [ '../build/protoc.gypi' ] | 3615 'includes': [ '../build/protoc.gypi' ] |
| 3617 }, | 3616 }, |
| 3618 ], | 3617 ], |
| 3619 },], | 3618 },], |
| 3620 ], | 3619 ], |
| 3621 } | 3620 } |
| OLD | NEW |