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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 406693004: Revert "Switch to BoringSSL." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « build/linux/unbundle/replace_gyp_files.py ('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 2757 matching lines...) Expand 10 before | Expand all | Expand 10 after
2768 }], 2768 }],
2769 ['enable_printing==1', { 2769 ['enable_printing==1', {
2770 'sources': [ '<@(chrome_browser_ui_print_preview_sources)' ], 2770 'sources': [ '<@(chrome_browser_ui_print_preview_sources)' ],
2771 }], 2771 }],
2772 ['OS=="linux" or OS=="android"', { 2772 ['OS=="linux" or OS=="android"', {
2773 'sources': [ '<@(chrome_browser_ui_android_linux_sources)' ], 2773 'sources': [ '<@(chrome_browser_ui_android_linux_sources)' ],
2774 }], 2774 }],
2775 ['OS=="android"', { 2775 ['OS=="android"', {
2776 'dependencies': [ 2776 'dependencies': [
2777 '../components/components.gyp:web_contents_delegate_android', 2777 '../components/components.gyp:web_contents_delegate_android',
2778 '../third_party/boringssl/boringssl.gyp:boringssl', 2778 '../third_party/openssl/openssl.gyp:openssl',
2779 'chrome_browser_jni_headers', 2779 'chrome_browser_jni_headers',
2780 ], 2780 ],
2781 'dependencies!': [ 2781 'dependencies!': [
2782 '../components/components.gyp:feedback_proto', 2782 '../components/components.gyp:feedback_proto',
2783 '../third_party/libusb/libusb.gyp:libusb', 2783 '../third_party/libusb/libusb.gyp:libusb',
2784 '../ui/events/events.gyp:events', 2784 '../ui/events/events.gyp:events',
2785 'chrome_browser_ui_views.gyp:browser_ui_views', 2785 'chrome_browser_ui_views.gyp:browser_ui_views',
2786 ], 2786 ],
2787 'sources': [ '<@(chrome_browser_ui_android_sources)' ], 2787 'sources': [ '<@(chrome_browser_ui_android_sources)' ],
2788 }, { # Non-Android 2788 }, { # Non-Android
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
2945 }], 2945 }],
2946 ['enable_spellcheck==1', { 2946 ['enable_spellcheck==1', {
2947 'dependencies': [ 2947 'dependencies': [
2948 '../third_party/hunspell/hunspell.gyp:hunspell', 2948 '../third_party/hunspell/hunspell.gyp:hunspell',
2949 ], 2949 ],
2950 }], 2950 }],
2951 ], 2951 ],
2952 }, 2952 },
2953 ], 2953 ],
2954 } 2954 }
OLDNEW
« no previous file with comments | « build/linux/unbundle/replace_gyp_files.py ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698