| 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 2049 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2060 'browser/first_run/first_run.h', | 2060 'browser/first_run/first_run.h', |
| 2061 'browser/first_run/first_run_internal.h', | 2061 'browser/first_run/first_run_internal.h', |
| 2062 'browser/first_run/first_run_internal_linux.cc', | 2062 'browser/first_run/first_run_internal_linux.cc', |
| 2063 'browser/first_run/first_run_internal_mac.mm', | 2063 'browser/first_run/first_run_internal_mac.mm', |
| 2064 'browser/first_run/first_run_internal_posix.cc', | 2064 'browser/first_run/first_run_internal_posix.cc', |
| 2065 'browser/first_run/first_run_internal_win.cc', | 2065 'browser/first_run/first_run_internal_win.cc', |
| 2066 'browser/first_run/upgrade_util.h', | 2066 'browser/first_run/upgrade_util.h', |
| 2067 'browser/first_run/upgrade_util_mac.cc', | 2067 'browser/first_run/upgrade_util_mac.cc', |
| 2068 'browser/first_run/upgrade_util_win.cc', | 2068 'browser/first_run/upgrade_util_win.cc', |
| 2069 'browser/first_run/upgrade_util_win.h', | 2069 'browser/first_run/upgrade_util_win.h', |
| 2070 'browser/font_family_cache.cc', |
| 2071 'browser/font_family_cache.h', |
| 2070 'browser/idle.cc', | 2072 'browser/idle.cc', |
| 2071 'browser/importer/external_process_importer_client.cc', | 2073 'browser/importer/external_process_importer_client.cc', |
| 2072 'browser/importer/external_process_importer_client.h', | 2074 'browser/importer/external_process_importer_client.h', |
| 2073 'browser/importer/external_process_importer_host.cc', | 2075 'browser/importer/external_process_importer_host.cc', |
| 2074 'browser/importer/external_process_importer_host.h', | 2076 'browser/importer/external_process_importer_host.h', |
| 2075 'browser/importer/firefox_profile_lock.cc', | 2077 'browser/importer/firefox_profile_lock.cc', |
| 2076 'browser/importer/firefox_profile_lock.h', | 2078 'browser/importer/firefox_profile_lock.h', |
| 2077 'browser/importer/firefox_profile_lock_posix.cc', | 2079 'browser/importer/firefox_profile_lock_posix.cc', |
| 2078 'browser/importer/firefox_profile_lock_win.cc', | 2080 'browser/importer/firefox_profile_lock_win.cc', |
| 2079 'browser/importer/importer_list.cc', | 2081 'browser/importer/importer_list.cc', |
| (...skipping 1527 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 |