| 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 399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 'browser/install_verification/win/loaded_modules_snapshot.h', | 410 'browser/install_verification/win/loaded_modules_snapshot.h', |
| 411 'browser/install_verification/win/module_ids.cc', | 411 'browser/install_verification/win/module_ids.cc', |
| 412 'browser/install_verification/win/module_ids.h', | 412 'browser/install_verification/win/module_ids.h', |
| 413 'browser/install_verification/win/module_info.h', | 413 'browser/install_verification/win/module_info.h', |
| 414 'browser/install_verification/win/module_list.cc', | 414 'browser/install_verification/win/module_list.cc', |
| 415 'browser/install_verification/win/module_list.h', | 415 'browser/install_verification/win/module_list.h', |
| 416 'browser/install_verification/win/module_verification_common.cc', | 416 'browser/install_verification/win/module_verification_common.cc', |
| 417 'browser/install_verification/win/module_verification_common.h', | 417 'browser/install_verification/win/module_verification_common.h', |
| 418 'browser/internal_auth.cc', | 418 'browser/internal_auth.cc', |
| 419 'browser/internal_auth.h', | 419 'browser/internal_auth.h', |
| 420 'browser/interstitials/security_interstitial_page.cc', |
| 421 'browser/interstitials/security_interstitial_page.h', |
| 420 'browser/intranet_redirect_detector.cc', | 422 'browser/intranet_redirect_detector.cc', |
| 421 'browser/intranet_redirect_detector.h', | 423 'browser/intranet_redirect_detector.h', |
| 422 'browser/invalidation/invalidation_service_factory_android.cc', | 424 'browser/invalidation/invalidation_service_factory_android.cc', |
| 423 'browser/invalidation/invalidation_service_factory_android.h', | 425 'browser/invalidation/invalidation_service_factory_android.h', |
| 424 'browser/invalidation/profile_invalidation_provider_factory.cc', | 426 'browser/invalidation/profile_invalidation_provider_factory.cc', |
| 425 'browser/invalidation/profile_invalidation_provider_factory.h', | 427 'browser/invalidation/profile_invalidation_provider_factory.h', |
| 426 'browser/io_thread.cc', | 428 'browser/io_thread.cc', |
| 427 'browser/io_thread.h', | 429 'browser/io_thread.h', |
| 428 'browser/jumplist_updater_win.cc', | 430 'browser/jumplist_updater_win.cc', |
| 429 'browser/jumplist_updater_win.h', | 431 'browser/jumplist_updater_win.h', |
| (...skipping 3233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3663 'variables': { | 3665 'variables': { |
| 3664 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3666 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3665 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3667 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3666 }, | 3668 }, |
| 3667 'includes': [ '../build/protoc.gypi' ] | 3669 'includes': [ '../build/protoc.gypi' ] |
| 3668 }, | 3670 }, |
| 3669 ], | 3671 ], |
| 3670 },], | 3672 },], |
| 3671 ], | 3673 ], |
| 3672 } | 3674 } |
| OLD | NEW |