Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(840)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 883153002: Load web contents after tab is created. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 3609 matching lines...) Expand 10 before | Expand all | Expand 10 after
3620 { 3620 {
3621 # GN: //chrome/android:chrome_android_java_enums_srcjar 3621 # GN: //chrome/android:chrome_android_java_enums_srcjar
3622 'target_name': 'profile_account_management_metrics_java', 3622 'target_name': 'profile_account_management_metrics_java',
3623 'type': 'none', 3623 'type': 'none',
3624 'variables': { 3624 'variables': {
3625 'source_file': 'browser/profiles/profile_metrics.h', 3625 'source_file': 'browser/profiles/profile_metrics.h',
3626 }, 3626 },
3627 'includes': [ '../build/android/java_cpp_enum.gypi' ], 3627 'includes': [ '../build/android/java_cpp_enum.gypi' ],
3628 }, 3628 },
3629 { 3629 {
3630 # GN: //chrome/android:chrome_android_java_enums_srcjar
3631 'target_name': 'add_web_contents_result_java',
3632 'type': 'none',
3633 'variables': {
3634 'source_file': 'browser/android/chrome_web_contents_delegate_android. h',
3635 },
3636 'includes': [ '../build/android/java_cpp_enum.gypi' ],
3637 },
3638 {
3630 # GN: //chrome/android:chrome_android_java_enums_srcjar 3639 # GN: //chrome/android:chrome_android_java_enums_srcjar
3631 'target_name': 'profile_sync_service_model_type_selection_java', 3640 'target_name': 'profile_sync_service_model_type_selection_java',
3632 'type': 'none', 3641 'type': 'none',
3633 'variables': { 3642 'variables': {
3634 'source_file': 'browser/sync/profile_sync_service_android.cc', 3643 'source_file': 'browser/sync/profile_sync_service_android.cc',
3635 }, 3644 },
3636 'includes': [ '../build/android/java_cpp_enum.gypi' ], 3645 'includes': [ '../build/android/java_cpp_enum.gypi' ],
3637 }, 3646 },
3638 { 3647 {
3639 # 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
3682 'variables': { 3691 'variables': {
3683 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3692 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3684 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3693 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3685 }, 3694 },
3686 'includes': [ '../build/protoc.gypi' ] 3695 'includes': [ '../build/protoc.gypi' ]
3687 }, 3696 },
3688 ], 3697 ],
3689 },], 3698 },],
3690 ], 3699 ],
3691 } 3700 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698