| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 | 7 |
| 8 # Define the common dependencies that contain all the actual | 8 # Define the common dependencies that contain all the actual |
| 9 # Chromium functionality. This list gets pulled in below by | 9 # Chromium functionality. This list gets pulled in below by |
| 10 # the link of the actual chrome (or chromium) executable on | 10 # the link of the actual chrome (or chromium) executable on |
| (...skipping 645 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 '../components/components.gyp:autofill_java', | 656 '../components/components.gyp:autofill_java', |
| 657 '../components/components.gyp:dom_distiller_core_java', | 657 '../components/components.gyp:dom_distiller_core_java', |
| 658 '../components/components.gyp:gcm_driver_java', | 658 '../components/components.gyp:gcm_driver_java', |
| 659 '../components/components.gyp:navigation_interception_java', | 659 '../components/components.gyp:navigation_interception_java', |
| 660 '../components/components.gyp:sessions', | 660 '../components/components.gyp:sessions', |
| 661 '../components/components.gyp:variations_java', | 661 '../components/components.gyp:variations_java', |
| 662 '../components/components.gyp:web_contents_delegate_android_java', | 662 '../components/components.gyp:web_contents_delegate_android_java', |
| 663 '../content/content.gyp:content_java', | 663 '../content/content.gyp:content_java', |
| 664 '../printing/printing.gyp:printing_java', | 664 '../printing/printing.gyp:printing_java', |
| 665 '../sync/sync.gyp:sync_java', | 665 '../sync/sync.gyp:sync_java', |
| 666 '../third_party/android_tools/android_tools.gyp:android_support_v7_a
ppcompat_javalib', |
| 666 '../third_party/guava/guava.gyp:guava_javalib', | 667 '../third_party/guava/guava.gyp:guava_javalib', |
| 667 '../ui/android/ui_android.gyp:ui_java', | 668 '../ui/android/ui_android.gyp:ui_java', |
| 668 ], | 669 ], |
| 669 'variables': { | 670 'variables': { |
| 670 'java_in_dir': '../chrome/android/java', | 671 'java_in_dir': '../chrome/android/java', |
| 671 'has_java_resources': 1, | 672 'has_java_resources': 1, |
| 672 'R_package': 'org.chromium.chrome', | 673 'R_package': 'org.chromium.chrome', |
| 673 'R_package_relpath': 'org/chromium/chrome', | 674 'R_package_relpath': 'org/chromium/chrome', |
| 674 # Include xml string files generated from generated_resources.grd | 675 # Include xml string files generated from generated_resources.grd |
| 675 'res_extra_dirs': ['<(SHARED_INTERMEDIATE_DIR)/chrome/java/res'], | 676 'res_extra_dirs': ['<(SHARED_INTERMEDIATE_DIR)/chrome/java/res'], |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 774 'sources': [ | 775 'sources': [ |
| 775 'service/cloud_print/print_system_dummy.cc', | 776 'service/cloud_print/print_system_dummy.cc', |
| 776 ], | 777 ], |
| 777 }], | 778 }], |
| 778 ], | 779 ], |
| 779 }, | 780 }, |
| 780 ], | 781 ], |
| 781 }], | 782 }], |
| 782 ], # 'conditions' | 783 ], # 'conditions' |
| 783 } | 784 } |
| OLD | NEW |