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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 23643002: Enable invalidations for arbitrary objects on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3025 matching lines...) Expand 10 before | Expand all | Expand 10 after
3036 'sources!': [ 3036 'sources!': [
3037 'browser/chrome_browser_field_trials_mobile.cc', 3037 'browser/chrome_browser_field_trials_mobile.cc',
3038 'browser/chrome_browser_field_trials_mobile.h', 3038 'browser/chrome_browser_field_trials_mobile.h',
3039 'browser/metrics/variations/variations_request_scheduler_mobile.cc', 3039 'browser/metrics/variations/variations_request_scheduler_mobile.cc',
3040 'browser/metrics/variations/variations_request_scheduler_mobile.h', 3040 'browser/metrics/variations/variations_request_scheduler_mobile.h',
3041 ], 3041 ],
3042 }], 3042 }],
3043 ['OS=="android"', { 3043 ['OS=="android"', {
3044 'dependencies': [ 3044 'dependencies': [
3045 '../components/components.gyp:web_contents_delegate_android', 3045 '../components/components.gyp:web_contents_delegate_android',
3046 '../sync/sync.gyp:sync_jni_headers',
3046 'chrome_browser_jni_headers', 3047 'chrome_browser_jni_headers',
3047 ], 3048 ],
3048 'dependencies!': [ 3049 'dependencies!': [
3049 '../components/components.gyp:web_modal', 3050 '../components/components.gyp:web_modal',
3050 '../third_party/libusb/libusb.gyp:libusb', 3051 '../third_party/libusb/libusb.gyp:libusb',
3051 ], 3052 ],
3052 'sources': [ 3053 'sources': [
3053 'browser/sessions/in_memory_tab_restore_service.cc', 3054 'browser/sessions/in_memory_tab_restore_service.cc',
3054 'browser/sessions/in_memory_tab_restore_service.h', 3055 'browser/sessions/in_memory_tab_restore_service.h',
3055 'browser/signin/android_profile_oauth2_token_service.cc', 3056 'browser/signin/android_profile_oauth2_token_service.cc',
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
3568 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3569 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3569 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3570 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3570 }, 3571 },
3571 'includes': [ '../build/android/java_cpp_template.gypi' ], 3572 'includes': [ '../build/android/java_cpp_template.gypi' ],
3572 }, 3573 },
3573 ], 3574 ],
3574 }, 3575 },
3575 ], 3576 ],
3576 ], 3577 ],
3577 } 3578 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698