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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
417 'browser/install_verification/win/module_ids.h', | 417 'browser/install_verification/win/module_ids.h', |
418 'browser/install_verification/win/module_info.h', | 418 'browser/install_verification/win/module_info.h', |
419 'browser/install_verification/win/module_list.cc', | 419 'browser/install_verification/win/module_list.cc', |
420 'browser/install_verification/win/module_list.h', | 420 'browser/install_verification/win/module_list.h', |
421 'browser/install_verification/win/module_verification_common.cc', | 421 'browser/install_verification/win/module_verification_common.cc', |
422 'browser/install_verification/win/module_verification_common.h', | 422 'browser/install_verification/win/module_verification_common.h', |
423 'browser/internal_auth.cc', | 423 'browser/internal_auth.cc', |
424 'browser/internal_auth.h', | 424 'browser/internal_auth.h', |
425 'browser/interstitials/security_interstitial_page.cc', | 425 'browser/interstitials/security_interstitial_page.cc', |
426 'browser/interstitials/security_interstitial_page.h', | 426 'browser/interstitials/security_interstitial_page.h', |
427 'browser/interstitials/security_interstitial_uma_helper.cc', | 427 'browser/interstitials/security_interstitial_metrics_helper.cc', |
428 'browser/interstitials/security_interstitial_uma_helper.h', | 428 'browser/interstitials/security_interstitial_metrics_helper.h', |
429 'browser/intranet_redirect_detector.cc', | 429 'browser/intranet_redirect_detector.cc', |
430 'browser/intranet_redirect_detector.h', | 430 'browser/intranet_redirect_detector.h', |
431 'browser/invalidation/invalidation_service_factory_android.cc', | 431 'browser/invalidation/invalidation_service_factory_android.cc', |
432 'browser/invalidation/invalidation_service_factory_android.h', | 432 'browser/invalidation/invalidation_service_factory_android.h', |
433 'browser/invalidation/profile_invalidation_provider_factory.cc', | 433 'browser/invalidation/profile_invalidation_provider_factory.cc', |
434 'browser/invalidation/profile_invalidation_provider_factory.h', | 434 'browser/invalidation/profile_invalidation_provider_factory.h', |
435 'browser/io_thread.cc', | 435 'browser/io_thread.cc', |
436 'browser/io_thread.h', | 436 'browser/io_thread.h', |
437 'browser/jumplist_updater_win.cc', | 437 'browser/jumplist_updater_win.cc', |
438 'browser/jumplist_updater_win.h', | 438 'browser/jumplist_updater_win.h', |
(...skipping 3261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3700 'variables': { | 3700 'variables': { |
3701 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3701 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3702 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3702 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3703 }, | 3703 }, |
3704 'includes': [ '../build/protoc.gypi' ] | 3704 'includes': [ '../build/protoc.gypi' ] |
3705 }, | 3705 }, |
3706 ], | 3706 ], |
3707 },], | 3707 },], |
3708 ], | 3708 ], |
3709 } | 3709 } |
OLD | NEW |