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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1870703002: Connect the "other forms of browsing history" frontend on Android to backend. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-dialog-rebased
Patch Set: Addressed comments. 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 3737 matching lines...) Expand 10 before | Expand all | Expand 10 after
3748 '../components/components.gyp:storage_monitor', 3748 '../components/components.gyp:storage_monitor',
3749 '../components/components.gyp:web_modal', 3749 '../components/components.gyp:web_modal',
3750 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3750 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3751 ], 3751 ],
3752 'sources': [ 3752 'sources': [
3753 '<@(chrome_browser_android_sources)', 3753 '<@(chrome_browser_android_sources)',
3754 ], 3754 ],
3755 'conditions': [ 3755 'conditions': [
3756 ['android_java_ui==1', { 3756 ['android_java_ui==1', {
3757 'dependencies': [ 3757 'dependencies': [
3758 '../components/components.gyp:browsing_data_ui',
3758 '../components/components.gyp:data_usage_android', 3759 '../components/components.gyp:data_usage_android',
3759 '../components/components.gyp:offline_pages', 3760 '../components/components.gyp:offline_pages',
3760 '../components/components.gyp:precache_content', 3761 '../components/components.gyp:precache_content',
3761 '../components/components.gyp:precache_core', 3762 '../components/components.gyp:precache_core',
3762 '../components/components.gyp:security_state', 3763 '../components/components.gyp:security_state',
3763 '../components/components.gyp:service_tab_launcher', 3764 '../components/components.gyp:service_tab_launcher',
3764 '../components/components.gyp:toolbar', 3765 '../components/components.gyp:toolbar',
3765 '../components/components.gyp:web_contents_delegate_android', 3766 '../components/components.gyp:web_contents_delegate_android',
3766 'chrome_browser_jni_headers', 3767 'chrome_browser_jni_headers',
3767 'client_discourse_context_proto', 3768 'client_discourse_context_proto',
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
4206 '../components/components.gyp:rlz', 4207 '../components/components.gyp:rlz',
4207 '../components/components.gyp:search_engines', 4208 '../components/components.gyp:search_engines',
4208 '../rlz/rlz.gyp:rlz_lib', 4209 '../rlz/rlz.gyp:rlz_lib',
4209 'common', 4210 'common',
4210 ], 4211 ],
4211 }, 4212 },
4212 ], 4213 ],
4213 }], 4214 }],
4214 ], 4215 ],
4215 } 4216 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698