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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1830983002: Implement InstanceIDAndroid using InstanceIDWithSubtype.java (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid1subtype
Patch Set: Rebase Created 4 years, 8 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 3732 matching lines...) Expand 10 before | Expand all | Expand 10 after
3743 '../components/components.gyp:web_modal', 3743 '../components/components.gyp:web_modal',
3744 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3744 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3745 ], 3745 ],
3746 'sources': [ 3746 'sources': [
3747 '<@(chrome_browser_android_sources)', 3747 '<@(chrome_browser_android_sources)',
3748 ], 3748 ],
3749 'conditions': [ 3749 'conditions': [
3750 ['android_java_ui==1', { 3750 ['android_java_ui==1', {
3751 'dependencies': [ 3751 'dependencies': [
3752 '../components/components.gyp:data_usage_android', 3752 '../components/components.gyp:data_usage_android',
3753 '../components/components.gyp:instance_id',
Peter Beverloo 2016/04/11 14:05:31 dito
johnme 2016/04/13 11:42:12 Removed
3753 '../components/components.gyp:offline_pages', 3754 '../components/components.gyp:offline_pages',
3754 '../components/components.gyp:precache_content', 3755 '../components/components.gyp:precache_content',
3755 '../components/components.gyp:precache_core', 3756 '../components/components.gyp:precache_core',
3756 '../components/components.gyp:security_state', 3757 '../components/components.gyp:security_state',
3757 '../components/components.gyp:service_tab_launcher', 3758 '../components/components.gyp:service_tab_launcher',
3758 '../components/components.gyp:toolbar', 3759 '../components/components.gyp:toolbar',
3759 '../components/components.gyp:web_contents_delegate_android', 3760 '../components/components.gyp:web_contents_delegate_android',
3760 'chrome_browser_jni_headers', 3761 'chrome_browser_jni_headers',
3761 'client_discourse_context_proto', 3762 'client_discourse_context_proto',
3762 'delta_file_proto', 3763 'delta_file_proto',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
4200 '../components/components.gyp:rlz', 4201 '../components/components.gyp:rlz',
4201 '../components/components.gyp:search_engines', 4202 '../components/components.gyp:search_engines',
4202 '../rlz/rlz.gyp:rlz_lib', 4203 '../rlz/rlz.gyp:rlz_lib',
4203 'common', 4204 'common',
4204 ], 4205 ],
4205 }, 4206 },
4206 ], 4207 ],
4207 }], 4208 }],
4208 ], 4209 ],
4209 } 4210 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698