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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
447 'browser/favicon/favicon_changed_details.cc', | 447 'browser/favicon/favicon_changed_details.cc', |
448 'browser/favicon/favicon_changed_details.h', | 448 'browser/favicon/favicon_changed_details.h', |
449 'browser/favicon/favicon_handler.cc', | 449 'browser/favicon/favicon_handler.cc', |
450 'browser/favicon/favicon_handler.h', | 450 'browser/favicon/favicon_handler.h', |
451 'browser/favicon/favicon_service.cc', | 451 'browser/favicon/favicon_service.cc', |
452 'browser/favicon/favicon_service.h', | 452 'browser/favicon/favicon_service.h', |
453 'browser/favicon/favicon_service_factory.cc', | 453 'browser/favicon/favicon_service_factory.cc', |
454 'browser/favicon/favicon_service_factory.h', | 454 'browser/favicon/favicon_service_factory.h', |
455 'browser/favicon/favicon_tab_helper.cc', | 455 'browser/favicon/favicon_tab_helper.cc', |
456 'browser/favicon/favicon_tab_helper.h', | 456 'browser/favicon/favicon_tab_helper.h', |
| 457 'browser/file_associations_win.cc', |
| 458 'browser/file_associations_win.h', |
457 'browser/file_select_helper.cc', | 459 'browser/file_select_helper.cc', |
458 'browser/file_select_helper.h', | 460 'browser/file_select_helper.h', |
459 'browser/flags_storage.h', | 461 'browser/flags_storage.h', |
460 'browser/fullscreen.h', | 462 'browser/fullscreen.h', |
461 'browser/fullscreen_chromeos.cc', | 463 'browser/fullscreen_chromeos.cc', |
462 'browser/fullscreen_mac.mm', | 464 'browser/fullscreen_mac.mm', |
463 'browser/fullscreen_win.cc', | 465 'browser/fullscreen_win.cc', |
464 'browser/geolocation/chrome_access_token_store.cc', | 466 'browser/geolocation/chrome_access_token_store.cc', |
465 'browser/geolocation/chrome_access_token_store.h', | 467 'browser/geolocation/chrome_access_token_store.h', |
466 'browser/geolocation/geolocation_infobar_delegate.cc', | 468 'browser/geolocation/geolocation_infobar_delegate.cc', |
(...skipping 3167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3634 'variables': { | 3636 'variables': { |
3635 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3637 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3636 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3638 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3637 }, | 3639 }, |
3638 'includes': [ '../build/protoc.gypi' ] | 3640 'includes': [ '../build/protoc.gypi' ] |
3639 }, | 3641 }, |
3640 ], | 3642 ], |
3641 },], | 3643 },], |
3642 ], | 3644 ], |
3643 } | 3645 } |
OLD | NEW |