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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 'browser/install_verification/win/install_verification.h', | 293 'browser/install_verification/win/install_verification.h', |
294 'browser/install_verification/win/loaded_module_verification.cc', | 294 'browser/install_verification/win/loaded_module_verification.cc', |
295 'browser/install_verification/win/loaded_module_verification.h', | 295 'browser/install_verification/win/loaded_module_verification.h', |
296 'browser/install_verification/win/module_ids.cc', | 296 'browser/install_verification/win/module_ids.cc', |
297 'browser/install_verification/win/module_ids.h', | 297 'browser/install_verification/win/module_ids.h', |
298 'browser/install_verification/win/module_info.h', | 298 'browser/install_verification/win/module_info.h', |
299 'browser/install_verification/win/module_list.cc', | 299 'browser/install_verification/win/module_list.cc', |
300 'browser/install_verification/win/module_list.h', | 300 'browser/install_verification/win/module_list.h', |
301 'browser/install_verification/win/module_verification_common.cc', | 301 'browser/install_verification/win/module_verification_common.cc', |
302 'browser/install_verification/win/module_verification_common.h', | 302 'browser/install_verification/win/module_verification_common.h', |
| 303 'browser/installable/installable_logging.cc', |
| 304 'browser/installable/installable_logging.h', |
| 305 'browser/installable/installable_manager.cc', |
| 306 'browser/installable/installable_manager.h', |
303 'browser/internal_auth.cc', | 307 'browser/internal_auth.cc', |
304 'browser/internal_auth.h', | 308 'browser/internal_auth.h', |
305 'browser/interstitials/chrome_controller_client.cc', | 309 'browser/interstitials/chrome_controller_client.cc', |
306 'browser/interstitials/chrome_controller_client.h', | 310 'browser/interstitials/chrome_controller_client.h', |
307 'browser/interstitials/chrome_metrics_helper.cc', | 311 'browser/interstitials/chrome_metrics_helper.cc', |
308 'browser/interstitials/chrome_metrics_helper.h', | 312 'browser/interstitials/chrome_metrics_helper.h', |
309 'browser/interstitials/security_interstitial_page.cc', | 313 'browser/interstitials/security_interstitial_page.cc', |
310 'browser/interstitials/security_interstitial_page.h', | 314 'browser/interstitials/security_interstitial_page.h', |
311 'browser/intranet_redirect_detector.cc', | 315 'browser/intranet_redirect_detector.cc', |
312 'browser/intranet_redirect_detector.h', | 316 'browser/intranet_redirect_detector.h', |
(...skipping 4013 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4326 '../components/components.gyp:rlz', | 4330 '../components/components.gyp:rlz', |
4327 '../components/components.gyp:search_engines', | 4331 '../components/components.gyp:search_engines', |
4328 '../rlz/rlz.gyp:rlz_lib', | 4332 '../rlz/rlz.gyp:rlz_lib', |
4329 'common', | 4333 'common', |
4330 ], | 4334 ], |
4331 }, | 4335 }, |
4332 ], | 4336 ], |
4333 }], | 4337 }], |
4334 ], | 4338 ], |
4335 } | 4339 } |
OLD | NEW |