| 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 636 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 647 '../components/components.gyp:gcm_driver_java', | 647 '../components/components.gyp:gcm_driver_java', |
| 648 '../components/components.gyp:navigation_interception_java', | 648 '../components/components.gyp:navigation_interception_java', |
| 649 '../components/components.gyp:sessions', | 649 '../components/components.gyp:sessions', |
| 650 '../components/components.gyp:variations_java', | 650 '../components/components.gyp:variations_java', |
| 651 '../components/components.gyp:web_contents_delegate_android_java', | 651 '../components/components.gyp:web_contents_delegate_android_java', |
| 652 '../content/content.gyp:content_java', | 652 '../content/content.gyp:content_java', |
| 653 '../printing/printing.gyp:printing_java', | 653 '../printing/printing.gyp:printing_java', |
| 654 '../sync/sync.gyp:sync_java', | 654 '../sync/sync.gyp:sync_java', |
| 655 '../third_party/android_tools/android_tools.gyp:android_support_v7_a
ppcompat_javalib', | 655 '../third_party/android_tools/android_tools.gyp:android_support_v7_a
ppcompat_javalib', |
| 656 '../third_party/android_tools/android_tools.gyp:android_support_v13_
javalib', | 656 '../third_party/android_tools/android_tools.gyp:android_support_v13_
javalib', |
| 657 '../third_party/guava/guava.gyp:guava_javalib', | |
| 658 '../ui/android/ui_android.gyp:ui_java', | 657 '../ui/android/ui_android.gyp:ui_java', |
| 659 ], | 658 ], |
| 660 'variables': { | 659 'variables': { |
| 661 'java_in_dir': '../chrome/android/java', | 660 'java_in_dir': '../chrome/android/java', |
| 662 'has_java_resources': 1, | 661 'has_java_resources': 1, |
| 663 'R_package': 'org.chromium.chrome', | 662 'R_package': 'org.chromium.chrome', |
| 664 'R_package_relpath': 'org/chromium/chrome', | 663 'R_package_relpath': 'org/chromium/chrome', |
| 665 # Include xml string files generated from generated_resources.grd | 664 # Include xml string files generated from generated_resources.grd |
| 666 'res_extra_dirs': ['<(SHARED_INTERMEDIATE_DIR)/chrome/java/res'], | 665 'res_extra_dirs': ['<(SHARED_INTERMEDIATE_DIR)/chrome/java/res'], |
| 667 'res_extra_files': ['<!@pymod_do_main(grit_info <@(grit_defines) --o
utputs "<(SHARED_INTERMEDIATE_DIR)/chrome" app/generated_resources.grd)'], | 666 'res_extra_files': ['<!@pymod_do_main(grit_info <@(grit_defines) --o
utputs "<(SHARED_INTERMEDIATE_DIR)/chrome" app/generated_resources.grd)'], |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 772 'sources': [ | 771 'sources': [ |
| 773 'service/cloud_print/print_system_dummy.cc', | 772 'service/cloud_print/print_system_dummy.cc', |
| 774 ], | 773 ], |
| 775 }], | 774 }], |
| 776 ], | 775 ], |
| 777 }, | 776 }, |
| 778 ], | 777 ], |
| 779 }], | 778 }], |
| 780 ], # 'conditions' | 779 ], # 'conditions' |
| 781 } | 780 } |
| OLD | NEW |