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 4016 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4027 # GN: //chrome/android:chrome_android_java_enums_srcjar | 4027 # GN: //chrome/android:chrome_android_java_enums_srcjar |
4028 'target_name': 'browsing_data_type_java', | 4028 'target_name': 'browsing_data_type_java', |
4029 'type': 'none', | 4029 'type': 'none', |
4030 'variables': { | 4030 'variables': { |
4031 'source_file': 'browser/browsing_data/browsing_data_counter_utils.h'
, | 4031 'source_file': 'browser/browsing_data/browsing_data_counter_utils.h'
, |
4032 }, | 4032 }, |
4033 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 4033 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
4034 }, | 4034 }, |
4035 { | 4035 { |
4036 # GN: //chrome/android:chrome_android_java_enums_srcjar | 4036 # GN: //chrome/android:chrome_android_java_enums_srcjar |
| 4037 'target_name': 'browsing_data_time_period_java', |
| 4038 'type': 'none', |
| 4039 'variables': { |
| 4040 'source_file': 'browser/browsing_data/browsing_data_remover.h', |
| 4041 }, |
| 4042 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 4043 }, |
| 4044 { |
| 4045 # GN: //chrome/android:chrome_android_java_enums_srcjar |
4037 'target_name': 'connectivity_check_result_java', | 4046 'target_name': 'connectivity_check_result_java', |
4038 'type': 'none', | 4047 'type': 'none', |
4039 'variables': { | 4048 'variables': { |
4040 'source_file': 'browser/android/feedback/connectivity_checker.cc', | 4049 'source_file': 'browser/android/feedback/connectivity_checker.cc', |
4041 }, | 4050 }, |
4042 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 4051 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
4043 }, | 4052 }, |
4044 { | 4053 { |
4045 # GN: //chrome/android:chrome_android_java_enums_srcjar | 4054 # GN: //chrome/android:chrome_android_java_enums_srcjar |
4046 'target_name': 'most_visited_tile_type_java', | 4055 'target_name': 'most_visited_tile_type_java', |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4169 '../components/components.gyp:omnibox_browser', | 4178 '../components/components.gyp:omnibox_browser', |
4170 '../components/components.gyp:rlz', | 4179 '../components/components.gyp:rlz', |
4171 '../components/components.gyp:search_engines', | 4180 '../components/components.gyp:search_engines', |
4172 '../rlz/rlz.gyp:rlz_lib', | 4181 '../rlz/rlz.gyp:rlz_lib', |
4173 ], | 4182 ], |
4174 }, | 4183 }, |
4175 ], | 4184 ], |
4176 }], | 4185 }], |
4177 ], | 4186 ], |
4178 } | 4187 } |
OLD | NEW |