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

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 2999 matching lines...) Expand 10 before | Expand all | Expand 10 after
3010 'sources!': [ 3010 'sources!': [
3011 'browser/chrome_browser_field_trials_mobile.cc', 3011 'browser/chrome_browser_field_trials_mobile.cc',
3012 'browser/chrome_browser_field_trials_mobile.h', 3012 'browser/chrome_browser_field_trials_mobile.h',
3013 'browser/metrics/variations/variations_request_scheduler_mobile.cc', 3013 'browser/metrics/variations/variations_request_scheduler_mobile.cc',
3014 'browser/metrics/variations/variations_request_scheduler_mobile.h', 3014 'browser/metrics/variations/variations_request_scheduler_mobile.h',
3015 ], 3015 ],
3016 }], 3016 }],
3017 ['OS=="android"', { 3017 ['OS=="android"', {
3018 'dependencies': [ 3018 'dependencies': [
3019 '../components/components.gyp:web_contents_delegate_android', 3019 '../components/components.gyp:web_contents_delegate_android',
3020 '../sync/sync.gyp:sync_jni_headers',
3020 'chrome_browser_jni_headers', 3021 'chrome_browser_jni_headers',
3021 ], 3022 ],
3022 'dependencies!': [ 3023 'dependencies!': [
3023 '../components/components.gyp:web_modal', 3024 '../components/components.gyp:web_modal',
3024 '../third_party/libusb/libusb.gyp:libusb', 3025 '../third_party/libusb/libusb.gyp:libusb',
3025 ], 3026 ],
3026 'sources': [ 3027 'sources': [
3027 'browser/sessions/in_memory_tab_restore_service.cc', 3028 'browser/sessions/in_memory_tab_restore_service.cc',
3028 'browser/sessions/in_memory_tab_restore_service.h', 3029 'browser/sessions/in_memory_tab_restore_service.h',
3029 'browser/signin/android_profile_oauth2_token_service.cc', 3030 'browser/signin/android_profile_oauth2_token_service.cc',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
3504 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3505 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3505 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3506 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3506 }, 3507 },
3507 'includes': [ '../build/android/java_cpp_template.gypi' ], 3508 'includes': [ '../build/android/java_cpp_template.gypi' ],
3508 }, 3509 },
3509 ], 3510 ],
3510 }, 3511 },
3511 ], 3512 ],
3512 ], 3513 ],
3513 } 3514 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698