| 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 2041 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2052 'browser/first_run/first_run.h', | 2052 'browser/first_run/first_run.h', |
| 2053 'browser/first_run/first_run_internal.h', | 2053 'browser/first_run/first_run_internal.h', |
| 2054 'browser/first_run/first_run_internal_linux.cc', | 2054 'browser/first_run/first_run_internal_linux.cc', |
| 2055 'browser/first_run/first_run_internal_mac.mm', | 2055 'browser/first_run/first_run_internal_mac.mm', |
| 2056 'browser/first_run/first_run_internal_posix.cc', | 2056 'browser/first_run/first_run_internal_posix.cc', |
| 2057 'browser/first_run/first_run_internal_win.cc', | 2057 'browser/first_run/first_run_internal_win.cc', |
| 2058 'browser/first_run/upgrade_util.h', | 2058 'browser/first_run/upgrade_util.h', |
| 2059 'browser/first_run/upgrade_util_mac.cc', | 2059 'browser/first_run/upgrade_util_mac.cc', |
| 2060 'browser/first_run/upgrade_util_win.cc', | 2060 'browser/first_run/upgrade_util_win.cc', |
| 2061 'browser/first_run/upgrade_util_win.h', | 2061 'browser/first_run/upgrade_util_win.h', |
| 2062 'browser/font_family_cache.cc', |
| 2063 'browser/font_family_cache.h', |
| 2062 'browser/idle.cc', | 2064 'browser/idle.cc', |
| 2063 'browser/importer/external_process_importer_client.cc', | 2065 'browser/importer/external_process_importer_client.cc', |
| 2064 'browser/importer/external_process_importer_client.h', | 2066 'browser/importer/external_process_importer_client.h', |
| 2065 'browser/importer/external_process_importer_host.cc', | 2067 'browser/importer/external_process_importer_host.cc', |
| 2066 'browser/importer/external_process_importer_host.h', | 2068 'browser/importer/external_process_importer_host.h', |
| 2067 'browser/importer/firefox_profile_lock.cc', | 2069 'browser/importer/firefox_profile_lock.cc', |
| 2068 'browser/importer/firefox_profile_lock.h', | 2070 'browser/importer/firefox_profile_lock.h', |
| 2069 'browser/importer/firefox_profile_lock_posix.cc', | 2071 'browser/importer/firefox_profile_lock_posix.cc', |
| 2070 'browser/importer/firefox_profile_lock_win.cc', | 2072 'browser/importer/firefox_profile_lock_win.cc', |
| 2071 'browser/importer/importer_list.cc', | 2073 'browser/importer/importer_list.cc', |
| (...skipping 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3612 'package_name': 'org/chromium/chrome/browser', | 3614 'package_name': 'org/chromium/chrome/browser', |
| 3613 'template_deps': ['browser/android/tab_load_status.h'], | 3615 'template_deps': ['browser/android/tab_load_status.h'], |
| 3614 }, | 3616 }, |
| 3615 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3617 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3616 }, | 3618 }, |
| 3617 ], | 3619 ], |
| 3618 }, | 3620 }, |
| 3619 ], | 3621 ], |
| 3620 ], | 3622 ], |
| 3621 } | 3623 } |
| OLD | NEW |