| 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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 'browser/icon_manager.cc', | 282 'browser/icon_manager.cc', |
| 283 'browser/icon_manager.h', | 283 'browser/icon_manager.h', |
| 284 'browser/image_decoder.cc', | 284 'browser/image_decoder.cc', |
| 285 'browser/image_decoder.h', | 285 'browser/image_decoder.h', |
| 286 'browser/image_holder.cc', | 286 'browser/image_holder.cc', |
| 287 'browser/image_holder.h', | 287 'browser/image_holder.h', |
| 288 'browser/infobars/infobar_responder.cc', | 288 'browser/infobars/infobar_responder.cc', |
| 289 'browser/infobars/infobar_responder.h', | 289 'browser/infobars/infobar_responder.h', |
| 290 'browser/infobars/infobar_service.cc', | 290 'browser/infobars/infobar_service.cc', |
| 291 'browser/infobars/infobar_service.h', | 291 'browser/infobars/infobar_service.h', |
| 292 'browser/infobars/insecure_content_infobar_delegate.cc', | |
| 293 'browser/infobars/insecure_content_infobar_delegate.h', | |
| 294 'browser/install_verification/win/install_verification.cc', | 292 'browser/install_verification/win/install_verification.cc', |
| 295 'browser/install_verification/win/install_verification.h', | 293 'browser/install_verification/win/install_verification.h', |
| 296 'browser/install_verification/win/loaded_module_verification.cc', | 294 'browser/install_verification/win/loaded_module_verification.cc', |
| 297 'browser/install_verification/win/loaded_module_verification.h', | 295 'browser/install_verification/win/loaded_module_verification.h', |
| 298 'browser/install_verification/win/module_ids.cc', | 296 'browser/install_verification/win/module_ids.cc', |
| 299 'browser/install_verification/win/module_ids.h', | 297 'browser/install_verification/win/module_ids.h', |
| 300 'browser/install_verification/win/module_info.h', | 298 'browser/install_verification/win/module_info.h', |
| 301 'browser/install_verification/win/module_list.cc', | 299 'browser/install_verification/win/module_list.cc', |
| 302 'browser/install_verification/win/module_list.h', | 300 'browser/install_verification/win/module_list.h', |
| 303 'browser/install_verification/win/module_verification_common.cc', | 301 'browser/install_verification/win/module_verification_common.cc', |
| (...skipping 4034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4338 '../components/components.gyp:rlz', | 4336 '../components/components.gyp:rlz', |
| 4339 '../components/components.gyp:search_engines', | 4337 '../components/components.gyp:search_engines', |
| 4340 '../rlz/rlz.gyp:rlz_lib', | 4338 '../rlz/rlz.gyp:rlz_lib', |
| 4341 'common', | 4339 'common', |
| 4342 ], | 4340 ], |
| 4343 }, | 4341 }, |
| 4344 ], | 4342 ], |
| 4345 }], | 4343 }], |
| 4346 ], | 4344 ], |
| 4347 } | 4345 } |
| OLD | NEW |