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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 573933002: Cleanup: Remove remaining generated extensions APIs on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@extclean4
Patch Set: fix build some more after rebasing Created 6 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 2590 matching lines...) Expand 10 before | Expand all | Expand 10 after
2601 '../components/components.gyp:dom_distiller_core', 2601 '../components/components.gyp:dom_distiller_core',
2602 '../sync/sync.gyp:sync', 2602 '../sync/sync.gyp:sync',
2603 ], 2603 ],
2604 'conditions': [ 2604 'conditions': [
2605 ['OS != "ios"', { 2605 ['OS != "ios"', {
2606 'sources': [ 2606 'sources': [
2607 '<@(chrome_browser_ui_non_ios_sources)', 2607 '<@(chrome_browser_ui_non_ios_sources)',
2608 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc', 2608 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc',
2609 ], 2609 ],
2610 'dependencies': [ 2610 'dependencies': [
2611 'browser/extensions/api/api_registration.gyp:chrome_api_registration ',
2612 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2611 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2613 'common/extensions/api/api.gyp:chrome_api',
2614 'debugger', 2612 'debugger',
2615 'installer_util', 2613 'installer_util',
2616 '../components/components.gyp:autofill_content_risk_proto', 2614 '../components/components.gyp:autofill_content_risk_proto',
2617 '../components/components.gyp:translate_content_common', 2615 '../components/components.gyp:translate_content_common',
2618 '../content/app/resources/content_resources.gyp:content_resources', 2616 '../content/app/resources/content_resources.gyp:content_resources',
2619 '../media/media.gyp:media', 2617 '../media/media.gyp:media',
2620 '../mojo/mojo_base.gyp:mojo_system_impl', 2618 '../mojo/mojo_base.gyp:mojo_system_impl',
2621 '../net/net.gyp:net_with_v8', 2619 '../net/net.gyp:net_with_v8',
2622 '../storage/storage_browser.gyp:storage', 2620 '../storage/storage_browser.gyp:storage',
2623 '../storage/storage_common.gyp:storage_common', 2621 '../storage/storage_common.gyp:storage_common',
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
2953 'dependencies': [ 2951 'dependencies': [
2954 '../third_party/libaddressinput/libaddressinput.gyp:libaddressin put', 2952 '../third_party/libaddressinput/libaddressinput.gyp:libaddressin put',
2955 '../third_party/libaddressinput/libaddressinput.gyp:libaddressin put_strings', 2953 '../third_party/libaddressinput/libaddressinput.gyp:libaddressin put_strings',
2956 ], 2954 ],
2957 }], 2955 }],
2958 ], 2956 ],
2959 }], 2957 }],
2960 ['enable_extensions==1', { 2958 ['enable_extensions==1', {
2961 'dependencies': [ 2959 'dependencies': [
2962 'browser_extensions', 2960 'browser_extensions',
2961 'browser/extensions/api/api_registration.gyp:chrome_api_registration ',
2962 'common/extensions/api/api.gyp:chrome_api',
2963 ], 2963 ],
2964 'sources': [ '<@(chrome_browser_ui_extensions_sources)' ], 2964 'sources': [ '<@(chrome_browser_ui_extensions_sources)' ],
2965 }], 2965 }],
2966 ['enable_google_now==1 and OS!="android"', { 2966 ['enable_google_now==1 and OS!="android"', {
2967 'sources': [ '<@(chrome_browser_ui_google_now_non_android_sources)' ], 2967 'sources': [ '<@(chrome_browser_ui_google_now_non_android_sources)' ],
2968 }], 2968 }],
2969 ['enable_webrtc==1', { 2969 ['enable_webrtc==1', {
2970 'sources': [ '<@(chrome_browser_ui_webrtc_sources)' ], 2970 'sources': [ '<@(chrome_browser_ui_webrtc_sources)' ],
2971 }], 2971 }],
2972 ['enable_service_discovery==1', { 2972 ['enable_service_discovery==1', {
(...skipping 11 matching lines...) Expand all
2984 }], 2984 }],
2985 ['OS!="android" and OS!="ios"', { 2985 ['OS!="android" and OS!="ios"', {
2986 'dependencies': [ 2986 'dependencies': [
2987 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 2987 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
2988 ], 2988 ],
2989 }], 2989 }],
2990 ], 2990 ],
2991 }, 2991 },
2992 ], 2992 ],
2993 } 2993 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698