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 3618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3629 { | 3629 { |
3630 # GN: //chrome/android:chrome_android_java_enums_srcjar | 3630 # GN: //chrome/android:chrome_android_java_enums_srcjar |
3631 'target_name': 'profile_account_management_metrics_java', | 3631 'target_name': 'profile_account_management_metrics_java', |
3632 'type': 'none', | 3632 'type': 'none', |
3633 'variables': { | 3633 'variables': { |
3634 'source_file': 'browser/profiles/profile_metrics.h', | 3634 'source_file': 'browser/profiles/profile_metrics.h', |
3635 }, | 3635 }, |
3636 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 3636 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
3637 }, | 3637 }, |
3638 { | 3638 { |
3639 # GN: //chrome/android:chrome_android_java_enums_srcjar | |
3640 'target_name': 'add_web_contents_result_java', | |
3641 'type': 'none', | |
3642 'variables': { | |
3643 'source_file': 'browser/android/chrome_web_contents_delegate_android.
h', | |
3644 }, | |
3645 'includes': [ '../build/android/java_cpp_enum.gypi' ], | |
3646 }, | |
3647 { | |
3648 # GN: //chrome/android:chrome_android_java_enums_srcjar | 3639 # GN: //chrome/android:chrome_android_java_enums_srcjar |
3649 'target_name': 'profile_sync_service_model_type_selection_java', | 3640 'target_name': 'profile_sync_service_model_type_selection_java', |
3650 'type': 'none', | 3641 'type': 'none', |
3651 'variables': { | 3642 'variables': { |
3652 'source_file': 'browser/sync/profile_sync_service_android.cc', | 3643 'source_file': 'browser/sync/profile_sync_service_android.cc', |
3653 }, | 3644 }, |
3654 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 3645 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
3655 }, | 3646 }, |
3656 { | 3647 { |
3657 # GN: //chrome/android:chrome_android_java_enums_srcjar | 3648 # GN: //chrome/android:chrome_android_java_enums_srcjar |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3700 'variables': { | 3691 'variables': { |
3701 'proto_in_dir': 'browser/sync_file_system/drive_backend', | 3692 'proto_in_dir': 'browser/sync_file_system/drive_backend', |
3702 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', | 3693 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', |
3703 }, | 3694 }, |
3704 'includes': [ '../build/protoc.gypi' ] | 3695 'includes': [ '../build/protoc.gypi' ] |
3705 }, | 3696 }, |
3706 ], | 3697 ], |
3707 },], | 3698 },], |
3708 ], | 3699 ], |
3709 } | 3700 } |
OLD | NEW |