| 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 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 'browser/chrome_browser_main_mac.h', | 248 'browser/chrome_browser_main_mac.h', |
| 249 'browser/chrome_browser_main_mac.mm', | 249 'browser/chrome_browser_main_mac.mm', |
| 250 'browser/chrome_browser_main_win.cc', | 250 'browser/chrome_browser_main_win.cc', |
| 251 'browser/chrome_browser_main_win.h', | 251 'browser/chrome_browser_main_win.h', |
| 252 'browser/chrome_content_browser_client.cc', | 252 'browser/chrome_content_browser_client.cc', |
| 253 'browser/chrome_content_browser_client.h', | 253 'browser/chrome_content_browser_client.h', |
| 254 'browser/chrome_content_browser_client_parts.h', | 254 'browser/chrome_content_browser_client_parts.h', |
| 255 'browser/chrome_elf_init_win.cc', | 255 'browser/chrome_elf_init_win.cc', |
| 256 'browser/chrome_elf_init_win.h', | 256 'browser/chrome_elf_init_win.h', |
| 257 'browser/chrome_notification_types.h', | 257 'browser/chrome_notification_types.h', |
| 258 'browser/chrome_page_zoom.cc', | |
| 259 'browser/chrome_page_zoom.h', | |
| 260 'browser/chrome_page_zoom_constants.cc', | |
| 261 'browser/chrome_page_zoom_constants.h', | |
| 262 'browser/chrome_select_file_dialog_factory_win.cc', | 258 'browser/chrome_select_file_dialog_factory_win.cc', |
| 263 'browser/chrome_select_file_dialog_factory_win.h', | 259 'browser/chrome_select_file_dialog_factory_win.h', |
| 264 'browser/chrome_quota_permission_context.cc', | 260 'browser/chrome_quota_permission_context.cc', |
| 265 'browser/chrome_quota_permission_context.h', | 261 'browser/chrome_quota_permission_context.h', |
| 266 'browser/command_observer.h', | 262 'browser/command_observer.h', |
| 267 'browser/command_updater.cc', | 263 'browser/command_updater.cc', |
| 268 'browser/command_updater.h', | 264 'browser/command_updater.h', |
| 269 'browser/command_updater_delegate.h', | 265 'browser/command_updater_delegate.h', |
| 270 'browser/component_updater/chrome_component_updater_configurator.cc', | 266 'browser/component_updater/chrome_component_updater_configurator.cc', |
| 271 'browser/component_updater/chrome_component_updater_configurator.h', | 267 'browser/component_updater/chrome_component_updater_configurator.h', |
| (...skipping 1980 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2252 'browser/metrics/variations/variations_request_scheduler_mobile.h', | 2248 'browser/metrics/variations/variations_request_scheduler_mobile.h', |
| 2253 'browser/net/spdyproxy/proxy_advisor.cc', | 2249 'browser/net/spdyproxy/proxy_advisor.cc', |
| 2254 'browser/net/spdyproxy/proxy_advisor.h', | 2250 'browser/net/spdyproxy/proxy_advisor.h', |
| 2255 ], | 2251 ], |
| 2256 # Everything but Android and iOS. | 2252 # Everything but Android and iOS. |
| 2257 'chrome_browser_non_mobile_sources': [ | 2253 'chrome_browser_non_mobile_sources': [ |
| 2258 'browser/chrome_browser_field_trials_desktop.cc', | 2254 'browser/chrome_browser_field_trials_desktop.cc', |
| 2259 'browser/chrome_browser_field_trials_desktop.h', | 2255 'browser/chrome_browser_field_trials_desktop.h', |
| 2260 'browser/chrome_device_client.cc', | 2256 'browser/chrome_device_client.cc', |
| 2261 'browser/chrome_device_client.h', | 2257 'browser/chrome_device_client.h', |
| 2258 'browser/chrome_page_zoom.cc', |
| 2259 'browser/chrome_page_zoom.h', |
| 2260 'browser/chrome_page_zoom_constants.cc', |
| 2261 'browser/chrome_page_zoom_constants.h', |
| 2262 ], | 2262 ], |
| 2263 'chrome_browser_supervised_user_sources': [ | 2263 'chrome_browser_supervised_user_sources': [ |
| 2264 'browser/supervised_user/custodian_profile_downloader_service.cc', | 2264 'browser/supervised_user/custodian_profile_downloader_service.cc', |
| 2265 'browser/supervised_user/custodian_profile_downloader_service.h', | 2265 'browser/supervised_user/custodian_profile_downloader_service.h', |
| 2266 'browser/supervised_user/custodian_profile_downloader_service_factory.cc', | 2266 'browser/supervised_user/custodian_profile_downloader_service_factory.cc', |
| 2267 'browser/supervised_user/custodian_profile_downloader_service_factory.h', | 2267 'browser/supervised_user/custodian_profile_downloader_service_factory.h', |
| 2268 'browser/supervised_user/experimental/supervised_user_blacklist.cc', | 2268 'browser/supervised_user/experimental/supervised_user_blacklist.cc', |
| 2269 'browser/supervised_user/experimental/supervised_user_blacklist.h', | 2269 'browser/supervised_user/experimental/supervised_user_blacklist.h', |
| 2270 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.cc', | 2270 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.cc', |
| 2271 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.h', | 2271 'browser/supervised_user/experimental/supervised_user_blacklist_downloader
.h', |
| (...skipping 1331 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3603 'variables': { | 3603 'variables': { |
| 3604 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3604 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3605 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3605 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3606 }, | 3606 }, |
| 3607 'includes': [ '../build/protoc.gypi' ] | 3607 'includes': [ '../build/protoc.gypi' ] |
| 3608 }, | 3608 }, |
| 3609 ], | 3609 ], |
| 3610 },], | 3610 },], |
| 3611 ], | 3611 ], |
| 3612 } | 3612 } |
| OLD | NEW |