OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'includes': [ | 5 'includes': [ |
6 '../../chrome/chrome_android_paks.gypi', # Included for the list of pak reso
urces. | 6 '../../chrome/chrome_android_paks.gypi', # Included for the list of pak reso
urces. |
7 '../../build/util/version.gypi' | 7 '../../build/util/version.gypi' |
8 ], | 8 ], |
9 'variables': { | 9 'variables': { |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 }, | 191 }, |
192 { | 192 { |
193 # GN: //chrome/android:custom_tabs_service_aidl | 193 # GN: //chrome/android:custom_tabs_service_aidl |
194 'target_name': 'custom_tabs_service_aidl', | 194 'target_name': 'custom_tabs_service_aidl', |
195 'type': 'none', | 195 'type': 'none', |
196 'variables': { | 196 'variables': { |
197 'aidl_interface_file': '<(chrome_java_dir)/src/org/chromium/chrome/brows
er/customtabs/common.aidl', | 197 'aidl_interface_file': '<(chrome_java_dir)/src/org/chromium/chrome/brows
er/customtabs/common.aidl', |
198 'aidl_import_include': '<(chrome_java_dir)/src/org/chromium/chrome/brows
er/customtabs', | 198 'aidl_import_include': '<(chrome_java_dir)/src/org/chromium/chrome/brows
er/customtabs', |
199 }, | 199 }, |
200 'sources': [ | 200 'sources': [ |
201 '<(chrome_java_dir)/src/org/chromium/chrome/browser/customtabs/IBrowserC
onnectionCallback.aidl', | 201 '<(chrome_java_dir)/src/org/chromium/chrome/browser/customtabs/ICustomTa
bsConnectionCallback.aidl', |
202 '<(chrome_java_dir)/src/org/chromium/chrome/browser/customtabs/IBrowserC
onnectionService.aidl', | 202 '<(chrome_java_dir)/src/org/chromium/chrome/browser/customtabs/ICustomTa
bsConnectionService.aidl', |
203 ], | 203 ], |
204 'includes': [ '../../build/java_aidl.gypi' ], | 204 'includes': [ '../../build/java_aidl.gypi' ], |
205 }, | 205 }, |
206 { | 206 { |
207 # GN: //chrome/android:chrome_public_template_resources | 207 # GN: //chrome/android:chrome_public_template_resources |
208 'target_name': 'chrome_public_template_resources', | 208 'target_name': 'chrome_public_template_resources', |
209 'type': 'none', | 209 'type': 'none', |
210 'variables': { | 210 'variables': { |
211 'jinja_inputs_base_dir': '<(chrome_java_dir)/res_template', | 211 'jinja_inputs_base_dir': '<(chrome_java_dir)/res_template', |
212 'jinja_inputs': [ | 212 'jinja_inputs': [ |
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
411 ], | 411 ], |
412 }, | 412 }, |
413 ], | 413 ], |
414 } | 414 } |
415 | 415 |
416 # Local Variables: | 416 # Local Variables: |
417 # tab-width:2 | 417 # tab-width:2 |
418 # indent-tabs-mode:nil | 418 # indent-tabs-mode:nil |
419 # End: | 419 # End: |
420 # vim: set expandtab tabstop=2 shiftwidth=2: | 420 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |