| 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 'browser/icon_manager.cc', | 368 'browser/icon_manager.cc', |
| 369 'browser/icon_manager.h', | 369 'browser/icon_manager.h', |
| 370 'browser/idle.h', | 370 'browser/idle.h', |
| 371 'browser/idle_chromeos.cc', | 371 'browser/idle_chromeos.cc', |
| 372 'browser/idle_mac.mm', | 372 'browser/idle_mac.mm', |
| 373 'browser/idle_win.cc', | 373 'browser/idle_win.cc', |
| 374 'browser/image_decoder.cc', | 374 'browser/image_decoder.cc', |
| 375 'browser/image_decoder.h', | 375 'browser/image_decoder.h', |
| 376 'browser/image_holder.cc', | 376 'browser/image_holder.cc', |
| 377 'browser/image_holder.h', | 377 'browser/image_holder.h', |
| 378 'browser/infobars/chrome_confirm_infobar_delegate_factory.cc', |
| 379 'browser/infobars/chrome_confirm_infobar_delegate_factory.h', |
| 378 'browser/infobars/infobar_service.cc', | 380 'browser/infobars/infobar_service.cc', |
| 379 'browser/infobars/infobar_service.h', | 381 'browser/infobars/infobar_service.h', |
| 380 'browser/infobars/insecure_content_infobar_delegate.cc', | 382 'browser/infobars/insecure_content_infobar_delegate.cc', |
| 381 'browser/infobars/insecure_content_infobar_delegate.h', | 383 'browser/infobars/insecure_content_infobar_delegate.h', |
| 382 'browser/infobars/simple_alert_infobar_delegate.cc', | 384 'browser/infobars/simple_alert_infobar_delegate.cc', |
| 383 'browser/infobars/simple_alert_infobar_delegate.h', | 385 'browser/infobars/simple_alert_infobar_delegate.h', |
| 384 'browser/install_verification/win/imported_module_verification.cc', | 386 'browser/install_verification/win/imported_module_verification.cc', |
| 385 'browser/install_verification/win/imported_module_verification.h', | 387 'browser/install_verification/win/imported_module_verification.h', |
| 386 'browser/install_verification/win/install_verification.cc', | 388 'browser/install_verification/win/install_verification.cc', |
| 387 'browser/install_verification/win/install_verification.h', | 389 'browser/install_verification/win/install_verification.h', |
| (...skipping 3356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3744 'variables': { | 3746 'variables': { |
| 3745 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3747 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
| 3746 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3748 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
| 3747 }, | 3749 }, |
| 3748 'includes': [ '../build/protoc.gypi' ] | 3750 'includes': [ '../build/protoc.gypi' ] |
| 3749 }, | 3751 }, |
| 3750 ], | 3752 ], |
| 3751 },], | 3753 },], |
| 3752 ], | 3754 ], |
| 3753 } | 3755 } |
| OLD | NEW |