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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 646873004: Add Link-Time Optimizations support for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comment Created 6 years, 2 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') | content/content.gyp » ('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 2606 matching lines...) Expand 10 before | Expand all | Expand 10 after
2617 'include_dirs': [ 2617 'include_dirs': [
2618 '..', 2618 '..',
2619 '<(INTERMEDIATE_DIR)', 2619 '<(INTERMEDIATE_DIR)',
2620 # Needed by pepper_flash_component_installer.cc. 2620 # Needed by pepper_flash_component_installer.cc.
2621 '<(SHARED_INTERMEDIATE_DIR)', 2621 '<(SHARED_INTERMEDIATE_DIR)',
2622 ], 2622 ],
2623 'export_dependent_settings': [ 2623 'export_dependent_settings': [
2624 '../components/components.gyp:dom_distiller_core', 2624 '../components/components.gyp:dom_distiller_core',
2625 '../sync/sync.gyp:sync', 2625 '../sync/sync.gyp:sync',
2626 ], 2626 ],
2627 'includes': [
2628 # Disable LTO due to undefined reference
2629 # crbug.com/422252
2630 '../build/android/disable_lto.gypi',
2631 ],
2627 'conditions': [ 2632 'conditions': [
2628 ['OS != "ios"', { 2633 ['OS != "ios"', {
2629 'sources': [ 2634 'sources': [
2630 '<@(chrome_browser_ui_non_ios_sources)', 2635 '<@(chrome_browser_ui_non_ios_sources)',
2631 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc', 2636 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox. mojom.cc',
2632 ], 2637 ],
2633 'dependencies': [ 2638 'dependencies': [
2634 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', 2639 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings',
2635 'debugger', 2640 'debugger',
2636 'installer_util', 2641 'installer_util',
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
3031 }], 3036 }],
3032 ['OS!="android" and OS!="ios"', { 3037 ['OS!="android" and OS!="ios"', {
3033 'dependencies': [ 3038 'dependencies': [
3034 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3039 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3035 ], 3040 ],
3036 }], 3041 }],
3037 ], 3042 ],
3038 }, 3043 },
3039 ], 3044 ],
3040 } 3045 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | content/content.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698