| 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 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 'browser/favicon/favicon_handler.cc', | 444 'browser/favicon/favicon_handler.cc', |
| 445 'browser/favicon/favicon_handler.h', | 445 'browser/favicon/favicon_handler.h', |
| 446 'browser/favicon/favicon_service.cc', | 446 'browser/favicon/favicon_service.cc', |
| 447 'browser/favicon/favicon_service.h', | 447 'browser/favicon/favicon_service.h', |
| 448 'browser/favicon/favicon_service_factory.cc', | 448 'browser/favicon/favicon_service_factory.cc', |
| 449 'browser/favicon/favicon_service_factory.h', | 449 'browser/favicon/favicon_service_factory.h', |
| 450 'browser/favicon/favicon_tab_helper.cc', | 450 'browser/favicon/favicon_tab_helper.cc', |
| 451 'browser/favicon/favicon_tab_helper.h', | 451 'browser/favicon/favicon_tab_helper.h', |
| 452 'browser/file_select_helper.cc', | 452 'browser/file_select_helper.cc', |
| 453 'browser/file_select_helper.h', | 453 'browser/file_select_helper.h', |
| 454 'browser/file_system/entry_watcher_service.cc', |
| 455 'browser/file_system/entry_watcher_service.h', |
| 454 'browser/flags_storage.h', | 456 'browser/flags_storage.h', |
| 455 'browser/fullscreen.h', | 457 'browser/fullscreen.h', |
| 456 'browser/fullscreen_chromeos.cc', | 458 'browser/fullscreen_chromeos.cc', |
| 457 'browser/fullscreen_mac.mm', | 459 'browser/fullscreen_mac.mm', |
| 458 'browser/fullscreen_win.cc', | 460 'browser/fullscreen_win.cc', |
| 459 'browser/geolocation/chrome_access_token_store.cc', | 461 'browser/geolocation/chrome_access_token_store.cc', |
| 460 'browser/geolocation/chrome_access_token_store.h', | 462 'browser/geolocation/chrome_access_token_store.h', |
| 461 'browser/geolocation/geolocation_infobar_delegate.cc', | 463 'browser/geolocation/geolocation_infobar_delegate.cc', |
| 462 'browser/geolocation/geolocation_infobar_delegate.h', | 464 'browser/geolocation/geolocation_infobar_delegate.h', |
| 463 'browser/geolocation/geolocation_permission_context.cc', | 465 'browser/geolocation/geolocation_permission_context.cc', |
| (...skipping 3143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3607 'package_name': 'org/chromium/chrome/browser', | 3609 'package_name': 'org/chromium/chrome/browser', |
| 3608 'template_deps': ['browser/android/tab_load_status.h'], | 3610 'template_deps': ['browser/android/tab_load_status.h'], |
| 3609 }, | 3611 }, |
| 3610 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3612 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3611 }, | 3613 }, |
| 3612 ], | 3614 ], |
| 3613 }, | 3615 }, |
| 3614 ], | 3616 ], |
| 3615 ], | 3617 ], |
| 3616 } | 3618 } |
| OLD | NEW |